Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 28, 2020 07:54
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/655a50c09bd13b06a848ee1b9846cb89 to your computer and use it in GitHub Desktop.
Save r-ryantm/655a50c09bd13b06a848ee1b9846cb89 to your computer and use it in GitHub Desktop.
/nix/store/pgsbfhfyffa4l241psi3ygikpjq9zyxz-python3.7-dominate-2.6.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── dominate
│   │   ├── document.py
│   │   ├── dom1core.py
│   │   ├── dom_tag.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── document.cpython-37.pyc
│   │   │   ├── dom1core.cpython-37.pyc
│   │   │   ├── dom_tag.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── svg.cpython-37.pyc
│   │   │   ├── tags.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── svg.py
│   │   ├── tags.py
│   │   ├── util.py
│   │   └── _version.py
│   └── dominate-2.6.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment