Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 2, 2019 19: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/d06fb2bf3e61a8a57910358cf12d7cd4 to your computer and use it in GitHub Desktop.
Save ryantm/d06fb2bf3e61a8a57910358cf12d7cd4 to your computer and use it in GitHub Desktop.
/nix/store/drdp63mf1x8gf9032qhci04zsyazzamw-python3.7-shouldbe-0.1.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── should_be
│   │   ├── all.py
│   │   ├── core.py
│   │   ├── extensions
│   │   │   ├── container.py
│   │   │   ├── __init__.py
│   │   │   ├── iterable.py
│   │   │   ├── mapping.py
│   │   │   ├── numeric.py
│   │   │   ├── py3_compat.py
│   │   │   ├── __pycache__
│   │   │   │   ├── container.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── iterable.cpython-37.pyc
│   │   │   │   ├── mapping.cpython-37.pyc
│   │   │   │   ├── numeric.cpython-37.pyc
│   │   │   │   ├── py3_compat.cpython-37.pyc
│   │   │   │   ├── sequence.cpython-37.pyc
│   │   │   │   ├── set.cpython-37.pyc
│   │   │   │   ├── sized.cpython-37.pyc
│   │   │   │   └── string.cpython-37.pyc
│   │   │   ├── sequence.py
│   │   │   ├── set.py
│   │   │   ├── sized.py
│   │   │   └── string.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── all.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   └── tests
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_container_mixin.cpython-37.pyc
│   │   │   ├── test_iterable_mixin.cpython-37.pyc
│   │   │   ├── test_mixin_utils.cpython-37.pyc
│   │   │   ├── test_number_mixins.cpython-37.pyc
│   │   │   ├── test_object_mixin.cpython-37.pyc
│   │   │   ├── test_py3compat_mixin.cpython-37.pyc
│   │   │   ├── test_sequence_mixin.cpython-37.pyc
│   │   │   ├── test_set_mixin.cpython-37.pyc
│   │   │   ├── test_sized_mixin.cpython-37.pyc
│   │   │   └── test_string_mixin.cpython-37.pyc
│   │   ├── test_container_mixin.py
│   │   ├── test_iterable_mixin.py
│   │   ├── test_mixin_utils.py
│   │   ├── test_number_mixins.py
│   │   ├── test_object_mixin.py
│   │   ├── test_py3compat_mixin.py
│   │   ├── test_sequence_mixin.py
│   │   ├── test_set_mixin.py
│   │   ├── test_sized_mixin.py
│   │   └── test_string_mixin.py
│   └── shouldbe-0.1.2.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment