Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 13:03
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/3593dad41caf581d725323cacc8f2e32 to your computer and use it in GitHub Desktop.
Save ryantm/3593dad41caf581d725323cacc8f2e32 to your computer and use it in GitHub Desktop.
/nix/store/mghf7y9h5sk0id5xwwyz2z846378ranm-python3.7-python-gitlab-1.11.0
├── bin
│   └── gitlab
├── lib
│   └── python3.7
│   └── site-packages
│   ├── gitlab
│   │   ├── base.py
│   │   ├── cli.py
│   │   ├── config.py
│   │   ├── const.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── mixins.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── config.cpython-37.pyc
│   │   │   ├── const.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── mixins.cpython-37.pyc
│   │   │   ├── types.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_base.cpython-37.pyc
│   │   │   │   ├── test_cli.cpython-37.pyc
│   │   │   │   ├── test_config.cpython-37.pyc
│   │   │   │   ├── test_gitlab.cpython-37.pyc
│   │   │   │   ├── test_mixins.cpython-37.pyc
│   │   │   │   ├── test_types.cpython-37.pyc
│   │   │   │   └── test_utils.cpython-37.pyc
│   │   │   ├── test_base.py
│   │   │   ├── test_cli.py
│   │   │   ├── test_config.py
│   │   │   ├── test_gitlab.py
│   │   │   ├── test_mixins.py
│   │   │   ├── test_types.py
│   │   │   └── test_utils.py
│   │   ├── types.py
│   │   ├── utils.py
│   │   └── v4
│   │   ├── cli.py
│   │   ├── __init__.py
│   │   ├── objects.py
│   │   └── __pycache__
│   │   ├── cli.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   └── objects.cpython-37.pyc
│   └── python_gitlab-1.11.0.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 52 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment