Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 17, 2019 01:49
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/c1d0e0f53353026cf22e378d25452f4e to your computer and use it in GitHub Desktop.
Save ryantm/c1d0e0f53353026cf22e378d25452f4e to your computer and use it in GitHub Desktop.
/nix/store/g7grrpx1k0hhi774a5fc3agx2r31jzjf-python3.7-detox-0.18
├── bin
│   └── detox
├── lib
│   └── python3.7
│   └── site-packages
│   ├── detox
│   │   ├── cli.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── proc.py
│   │   ├── __pycache__
│   │   │   ├── cli.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   ├── proc.cpython-37.pyc
│   │   │   └── tox_proclimit.cpython-37.pyc
│   │   └── tox_proclimit.py
│   └── detox-0.18.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment