Skip to content

Instantly share code, notes, and snippets.

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