Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 2, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/aa86442066d8efe49b47fe41fbfdf81d to your computer and use it in GitHub Desktop.
Save ryantm/aa86442066d8efe49b47fe41fbfdf81d to your computer and use it in GitHub Desktop.
/nix/store/gksipp5v91lr4hk99nj61rksydm2kpri-python3.7-bugwarrior-1.7.0
├── bin
│   ├── bugwarrior-pull
│   ├── bugwarrior-uda
│   └── bugwarrior-vault
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bugwarrior
│   │   ├── command.py
│   │   ├── config.py
│   │   ├── data.py
│   │   ├── db.py
│   │   ├── docs
│   │   │   ├── common_configuration.rst
│   │   │   ├── configuration.rst
│   │   │   ├── contributing.rst
│   │   │   ├── faq.rst
│   │   │   ├── getting.rst
│   │   │   ├── index.rst
│   │   │   ├── services
│   │   │   │   ├── activecollab2.rst
│   │   │   │   ├── activecollab.rst
│   │   │   │   ├── bitbucket.rst
│   │   │   │   ├── bts.rst
│   │   │   │   ├── bugzilla.rst
│   │   │   │   ├── gerrit.rst
│   │   │   │   ├── github.rst
│   │   │   │   ├── gitlab.rst
│   │   │   │   ├── gmail.rst
│   │   │   │   ├── jira.rst
│   │   │   │   ├── megaplan.rst
│   │   │   │   ├── pagure.rst
│   │   │   │   ├── phabricator.rst
│   │   │   │   ├── redmine.rst
│   │   │   │   ├── taiga.rst
│   │   │   │   ├── teamlab.rst
│   │   │   │   ├── teamwork_projects.rst
│   │   │   │   ├── trac.rst
│   │   │   │   ├── trello.rst
│   │   │   │   ├── versionone.rst
│   │   │   │   └── youtrack.rst
│   │   │   ├── services.rst
│   │   │   └── using.rst
│   │   ├── __init__.py
│   │   ├── notifications.py
│   │   ├── __pycache__
│   │   │   ├── command.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── db.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── notifications.cpython-37.pyc
│   │   ├── README.rst
│   │   └── services
│   │   ├── activecollab2.py
│   │   ├── activecollab.py
│   │   ├── bitbucket.py
│   │   ├── bts.py
│   │   ├── bz.py
│   │   ├── gerrit.py
│   │   ├── github.py
│   │   ├── gitlab.py
│   │   ├── gmail.py
│   │   ├── __init__.py
│   │   ├── jira.py
│   │   ├── mplan.py
│   │   ├── pagure.py
│   │   ├── phab.py
│   │   ├── __pycache__
│   │   │   ├── activecollab2.cpython-37.pyc
│   │   │   ├── activecollab.cpython-37.pyc
│   │   │   ├── bitbucket.cpython-37.pyc
│   │   │   ├── bts.cpython-37.pyc
│   │   │   ├── bz.cpython-37.pyc
│   │   │   ├── gerrit.cpython-37.pyc
│   │   │   ├── github.cpython-37.pyc
│   │   │   ├── gitlab.cpython-37.pyc
│   │   │   ├── gmail.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jira.cpython-37.pyc
│   │   │   ├── mplan.cpython-37.pyc
│   │   │   ├── pagure.cpython-37.pyc
│   │   │   ├── phab.cpython-37.pyc
│   │   │   ├── redmine.cpython-37.pyc
│   │   │   ├── taiga.cpython-37.pyc
│   │   │   ├── teamlab.cpython-37.pyc
│   │   │   ├── teamwork_projects.cpython-37.pyc
│   │   │   ├── trac.cpython-37.pyc
│   │   │   ├── trello.cpython-37.pyc
│   │   │   ├── versionone.cpython-37.pyc
│   │   │   └── youtrack.cpython-37.pyc
│   │   ├── redmine.py
│   │   ├── taiga.py
│   │   ├── teamlab.py
│   │   ├── teamwork_projects.py
│   │   ├── trac.py
│   │   ├── trello.py
│   │   ├── versionone.py
│   │   └── youtrack.py
│   └── bugwarrior-1.7.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 97 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment