Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 14, 2020 17:12
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/1ff70f6427e64b1b0b69600f0ac17eaf to your computer and use it in GitHub Desktop.
Save r-ryantm/1ff70f6427e64b1b0b69600f0ac17eaf to your computer and use it in GitHub Desktop.
/nix/store/533dliwc4qhwa82ldskgjf5k7w6srsbj-python3.7-setuptools-rust-0.11.6
├── lib
│   └── python3.7
│   └── site-packages
│   ├── setuptools_rust
│   │   ├── build.py
│   │   ├── check.py
│   │   ├── clean.py
│   │   ├── extension.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── build.cpython-37.pyc
│   │   │   ├── check.cpython-37.pyc
│   │   │   ├── clean.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── setuptools_ext.cpython-37.pyc
│   │   │   ├── test.cpython-37.pyc
│   │   │   ├── tomlgen.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   └── version.cpython-37.pyc
│   │   ├── setuptools_ext.py
│   │   ├── test.py
│   │   ├── tomlgen.py
│   │   ├── utils.py
│   │   └── version.py
│   └── setuptools_rust-0.11.6.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 31 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment