Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 5, 2019 17:02
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/f6a338e34f4f00a244cc69ea42b782c5 to your computer and use it in GitHub Desktop.
Save ryantm/f6a338e34f4f00a244cc69ea42b782c5 to your computer and use it in GitHub Desktop.
/nix/store/mdrhfyx763gnsrckpavi7rph7j26y72p-python3.7-parse_type-0.5.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── parse_type
│   │   ├── builder.py
│   │   ├── cardinality_field.py
│   │   ├── cardinality.py
│   │   ├── cfparse.py
│   │   ├── __init__.py
│   │   ├── parse.py
│   │   ├── parse_util.py
│   │   └── __pycache__
│   │   ├── builder.cpython-37.pyc
│   │   ├── cardinality.cpython-37.pyc
│   │   ├── cardinality_field.cpython-37.pyc
│   │   ├── cfparse.cpython-37.pyc
│   │   ├── __init__.cpython-37.pyc
│   │   ├── parse.cpython-37.pyc
│   │   └── parse_util.cpython-37.pyc
│   └── parse_type-0.5.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   ├── WHEEL
│   └── zip-safe
└── nix-support
└── propagated-build-inputs
7 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment