Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created February 4, 2019 09:55
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/5254dcc5834bf44c461c87c2adea7479 to your computer and use it in GitHub Desktop.
Save ryantm/5254dcc5834bf44c461c87c2adea7479 to your computer and use it in GitHub Desktop.
/nix/store/zygfax4zfjsrkp6s741y14bja6kmqjrn-python3.7-PyContracts-1.8.8
├── lib
│   └── python3.7
│   └── site-packages
│   ├── contracts
│   │   ├── backported.py
│   │   ├── docstring_parsing.py
│   │   ├── enabling.py
│   │   ├── __init__.py
│   │   ├── inspection.py
│   │   ├── interface.py
│   │   ├── library
│   │   │   ├── arithmetic.py
│   │   │   ├── array_ops.py
│   │   │   ├── array.py
│   │   │   ├── attributes.py
│   │   │   ├── comparison.py
│   │   │   ├── compositions.py
│   │   │   ├── dicts.py
│   │   │   ├── dummy.py
│   │   │   ├── extensions.py
│   │   │   ├── files.py
│   │   │   ├── __init__.py
│   │   │   ├── isinstance_imp.py
│   │   │   ├── lists.py
│   │   │   ├── map.py
│   │   │   ├── miscellaneous_aliases.py
│   │   │   ├── __pycache__
│   │   │   │   ├── arithmetic.cpython-37.pyc
│   │   │   │   ├── array.cpython-37.pyc
│   │   │   │   ├── array_ops.cpython-37.pyc
│   │   │   │   ├── attributes.cpython-37.pyc
│   │   │   │   ├── comparison.cpython-37.pyc
│   │   │   │   ├── compositions.cpython-37.pyc
│   │   │   │   ├── dicts.cpython-37.pyc
│   │   │   │   ├── dummy.cpython-37.pyc
│   │   │   │   ├── extensions.cpython-37.pyc
│   │   │   │   ├── files.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── isinstance_imp.cpython-37.pyc
│   │   │   │   ├── lists.cpython-37.pyc
│   │   │   │   ├── map.cpython-37.pyc
│   │   │   │   ├── miscellaneous_aliases.cpython-37.pyc
│   │   │   │   ├── scoped_variables.cpython-37.pyc
│   │   │   │   ├── separate_context.cpython-37.pyc
│   │   │   │   ├── seq.cpython-37.pyc
│   │   │   │   ├── sets.cpython-37.pyc
│   │   │   │   ├── simple_values.cpython-37.pyc
│   │   │   │   ├── strings.cpython-37.pyc
│   │   │   │   ├── suggester.cpython-37.pyc
│   │   │   │   ├── tuple.cpython-37.pyc
│   │   │   │   ├── types_misc.cpython-37.pyc
│   │   │   │   └── variables.cpython-37.pyc
│   │   │   ├── scoped_variables.py
│   │   │   ├── separate_context.py
│   │   │   ├── seq.py
│   │   │   ├── sets.py
│   │   │   ├── simple_values.py
│   │   │   ├── strings.py
│   │   │   ├── suggester.py
│   │   │   ├── tuple.py
│   │   │   ├── types_misc.py
│   │   │   └── variables.py
│   │   ├── main_actual.py
│   │   ├── main.py
│   │   ├── metaclass.py
│   │   ├── __pycache__
│   │   │   ├── backported.cpython-37.pyc
│   │   │   ├── docstring_parsing.cpython-37.pyc
│   │   │   ├── enabling.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── inspection.cpython-37.pyc
│   │   │   ├── interface.cpython-37.pyc
│   │   │   ├── main_actual.cpython-37.pyc
│   │   │   ├── main.cpython-37.pyc
│   │   │   ├── metaclass.cpython-37.pyc
│   │   │   ├── pyparsing_utils.cpython-37.pyc
│   │   │   ├── syntax.cpython-37.pyc
│   │   │   ├── test_registrar.cpython-37.pyc
│   │   │   └── utils.cpython-37.pyc
│   │   ├── pyparsing_utils.py
│   │   ├── syntax.py
│   │   ├── testing
│   │   │   ├── array_extended_test.py
│   │   │   ├── friendliness_statistics.py
│   │   │   ├── __init__.py
│   │   │   ├── library
│   │   │   │   ├── arithmetic_tc.py
│   │   │   │   ├── array_elements_tc.py
│   │   │   │   ├── array_tc.py
│   │   │   │   ├── attr_tc.py
│   │   │   │   ├── comparison_tc.py
│   │   │   │   ├── compositions_tc.py
│   │   │   │   ├── dicts_tc.py
│   │   │   │   ├── dummy_tc.py
│   │   │   │   ├── extensions_tc.py
│   │   │   │   ├── files_tc.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── isinstance_tc.py
│   │   │   │   ├── lists_tc.py
│   │   │   │   ├── map_tc.py
│   │   │   │   ├── miscellaneous_aliases_tc.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── arithmetic_tc.cpython-37.pyc
│   │   │   │   │   ├── array_elements_tc.cpython-37.pyc
│   │   │   │   │   ├── array_tc.cpython-37.pyc
│   │   │   │   │   ├── attr_tc.cpython-37.pyc
│   │   │   │   │   ├── comparison_tc.cpython-37.pyc
│   │   │   │   │   ├── compositions_tc.cpython-37.pyc
│   │   │   │   │   ├── dicts_tc.cpython-37.pyc
│   │   │   │   │   ├── dummy_tc.cpython-37.pyc
│   │   │   │   │   ├── extensions_tc.cpython-37.pyc
│   │   │   │   │   ├── files_tc.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── isinstance_tc.cpython-37.pyc
│   │   │   │   │   ├── lists_tc.cpython-37.pyc
│   │   │   │   │   ├── map_tc.cpython-37.pyc
│   │   │   │   │   ├── miscellaneous_aliases_tc.cpython-37.pyc
│   │   │   │   │   ├── separate_context_tc.cpython-37.pyc
│   │   │   │   │   ├── seq_tc.cpython-37.pyc
│   │   │   │   │   ├── simple_values_tc.cpython-37.pyc
│   │   │   │   │   ├── strings_tc.cpython-37.pyc
│   │   │   │   │   ├── test_scoped_variables.cpython-37.pyc
│   │   │   │   │   ├── tuple_tc.cpython-37.pyc
│   │   │   │   │   ├── types_tc.cpython-37.pyc
│   │   │   │   │   └── variables_tc.cpython-37.pyc
│   │   │   │   ├── separate_context_tc.py
│   │   │   │   ├── seq_tc.py
│   │   │   │   ├── simple_values_tc.py
│   │   │   │   ├── strings_tc.py
│   │   │   │   ├── test_scoped_variables.py
│   │   │   │   ├── tuple_tc.py
│   │   │   │   ├── types_tc.py
│   │   │   │   └── variables_tc.py
│   │   │   ├── __pycache__
│   │   │   │   ├── array_extended_test.cpython-37.pyc
│   │   │   │   ├── friendliness_statistics.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_class_contracts.cpython-37.pyc
│   │   │   │   ├── test_decorator.cpython-37.pyc
│   │   │   │   ├── test_docstring_parsing.cpython-37.pyc
│   │   │   │   ├── test_idioms.cpython-37.pyc
│   │   │   │   ├── test_meta.cpython-37.pyc
│   │   │   │   ├── test_multiple.cpython-37.pyc
│   │   │   │   ├── test_new_contract.cpython-37.pyc
│   │   │   │   ├── test_particulars.cpython-37.pyc
│   │   │   │   ├── test_pickling.cpython-37.pyc
│   │   │   │   ├── test_simple.cpython-37.pyc
│   │   │   │   ├── test_unicode_literals.cpython-37.pyc
│   │   │   │   └── utils.cpython-37.pyc
│   │   │   ├── test_class_contracts.py
│   │   │   ├── test_decorator.py
│   │   │   ├── test_docstring_parsing.py
│   │   │   ├── test_idioms.py
│   │   │   ├── test_meta.py
│   │   │   ├── test_multiple.py
│   │   │   ├── test_new_contract.py
│   │   │   ├── test_particulars.py
│   │   │   ├── test_pickling.py
│   │   │   ├── test_simple.py
│   │   │   ├── test_unicode_literals.py
│   │   │   └── utils.py
│   │   ├── test_registrar.py
│   │   ├── useful_contracts
│   │   │   ├── __init__.py
│   │   │   ├── numbers.py
│   │   │   ├── numpy_specific.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── numbers.cpython-37.pyc
│   │   │   └── numpy_specific.cpython-37.pyc
│   │   └── utils.py
│   └── PyContracts-1.8.8.dist-info
│   ├── INSTALLER
│   ├── LICENSE.txt
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
15 directories, 165 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment