Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 7, 2020 10:16
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 r-ryantm/65c0314e2b2fc64ac238949ee253bfad to your computer and use it in GitHub Desktop.
Save r-ryantm/65c0314e2b2fc64ac238949ee253bfad to your computer and use it in GitHub Desktop.
/nix/store/m1psp1xgznd8ypiz68b2ic9g9l45qn3j-python2.7-atlassian-python-api-1.15.4
├── lib
│   └── python2.7
│   └── site-packages
│   ├── atlassian
│   │   ├── bamboo.py
│   │   ├── bamboo.pyc
│   │   ├── bitbucket.py
│   │   ├── bitbucket.pyc
│   │   ├── confluence.py
│   │   ├── confluence.pyc
│   │   ├── crowd.py
│   │   ├── crowd.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── jira8.py
│   │   ├── jira8.pyc
│   │   ├── jira.py
│   │   ├── jira.pyc
│   │   ├── marketplace.py
│   │   ├── marketplace.pyc
│   │   ├── portfolio.py
│   │   ├── portfolio.pyc
│   │   ├── request_utils.py
│   │   ├── request_utils.pyc
│   │   ├── rest_client.py
│   │   ├── rest_client.pyc
│   │   ├── service_desk.py
│   │   ├── service_desk.pyc
│   │   ├── utils.py
│   │   ├── utils.pyc
│   │   └── VERSION
│   ├── atlassian_python_api-1.15.4.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── tests
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── test_base.py
│   ├── test_base.pyc
│   ├── test-confluence-attach.py
│   └── test-confluence-attach.pyc
└── nix-support
└── propagated-build-inputs
7 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment