Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 19:05
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/2bb3634a8078ad3fd348558f4e39002a to your computer and use it in GitHub Desktop.
Save r-ryantm/2bb3634a8078ad3fd348558f4e39002a to your computer and use it in GitHub Desktop.
/nix/store/c4x262anr7wxxwdqcl4hg126hs071qsj-devpi-client-5.2.1
├── bin
│   └── devpi
├── lib
│   └── python3.8
│   └── site-packages
│   ├── devpi
│   │   ├── getjson.py
│   │   ├── hookspecs.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── install.py
│   │   ├── list_remove.py
│   │   ├── login.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── push.py
│   │   ├── __pycache__
│   │   │   ├── getjson.cpython-38.pyc
│   │   │   ├── hookspecs.cpython-38.pyc
│   │   │   ├── index.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── install.cpython-38.pyc
│   │   │   ├── list_remove.cpython-38.pyc
│   │   │   ├── login.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── push.cpython-38.pyc
│   │   │   ├── pypirc.cpython-38.pyc
│   │   │   ├── refresh.cpython-38.pyc
│   │   │   ├── test.cpython-38.pyc
│   │   │   ├── upload.cpython-38.pyc
│   │   │   ├── use.cpython-38.pyc
│   │   │   └── user.cpython-38.pyc
│   │   ├── pypirc.py
│   │   ├── refresh.py
│   │   ├── test.py
│   │   ├── upload.py
│   │   ├── use.py
│   │   └── user.py
│   └── devpi_client-5.2.1.dist-info
│   ├── AUTHORS
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment