.bumpversion.cfg
.gitignore
.travis.yml
LICENSE.txt
MANIFEST.in
Makefile
README.rst
pypackage.mk
requirements.txt
setup.cfg
setup.py
shippable.yml
demos/custom_conds_in_docstrings.py
docs/.gitignore
docs/Makefile
docs/docs.mk
docs/epydoc.cfg
docs/gitadd.zsh
docs/sphinxtogithub.py
docs/source/api.rst
docs/source/api_lowlevel.rst
docs/source/api_reference.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/contractsmeta.rst
docs/source/credits.rst
docs/source/definitions.txt
docs/source/download.html
docs/source/fork.html
docs/source/index.rst
docs/source/menu.txt
docs/source/new_contract.rst
docs/source/old_index.txt
docs/source/overhead.rst
docs/source/reference.rst
docs/source/tour.rst
docs/source/tracking.html
docs/source/api/contracts.library.rst
docs/source/api/contracts.rst
docs/source/api/contracts.testing.library.rst
docs/source/api/contracts.testing.rst
docs/source/api/contracts.useful_contracts.rst
docs/source/api/modules.rst
docs/source/my_static/.empty
docs/source/my_templates/layout.html
docs/source/use_cases/class_contracts.py
docs/source/use_cases/meta.py
docs/source/use_cases/predicate.py
docs/source/use_cases/user_defined.py
src/PyContracts.egg-info/PKG-INFO
src/PyContracts.egg-info/SOURCES.txt
src/PyContracts.egg-info/dependency_links.txt
src/PyContracts.egg-info/requires.txt
src/PyContracts.egg-info/top_level.txt
src/contracts/__init__.py
src/contracts/backported.py
src/contracts/docstring_parsing.py
src/contracts/enabling.py
src/contracts/inspection.py
src/contracts/interface.py
src/contracts/main.py
src/contracts/main_actual.py
src/contracts/metaclass.py
src/contracts/pyparsing_utils.py
src/contracts/syntax.py
src/contracts/test_registrar.py
src/contracts/utils.py
src/contracts-py3k-test/test_py3k_annotations.py
src/contracts/library/__init__.py
src/contracts/library/arithmetic.py
src/contracts/library/array.py
src/contracts/library/array_ops.py
src/contracts/library/attributes.py
src/contracts/library/comparison.py
src/contracts/library/compositions.py
src/contracts/library/dicts.py
src/contracts/library/dummy.py
src/contracts/library/extensions.py
src/contracts/library/files.py
src/contracts/library/isinstance_imp.py
src/contracts/library/lists.py
src/contracts/library/map.py
src/contracts/library/miscellaneous_aliases.py
src/contracts/library/scoped_variables.py
src/contracts/library/separate_context.py
src/contracts/library/seq.py
src/contracts/library/sets.py
src/contracts/library/simple_values.py
src/contracts/library/strings.py
src/contracts/library/suggester.py
src/contracts/library/tuple.py
src/contracts/library/types_misc.py
src/contracts/library/variables.py
src/contracts/testing/__init__.py
src/contracts/testing/array_extended_test.py
src/contracts/testing/friendliness_statistics.py
src/contracts/testing/test_class_contracts.py
src/contracts/testing/test_decorator.py
src/contracts/testing/test_docstring_parsing.py
src/contracts/testing/test_idioms.py
src/contracts/testing/test_meta.py
src/contracts/testing/test_multiple.py
src/contracts/testing/test_new_contract.py
src/contracts/testing/test_particulars.py
src/contracts/testing/test_pickling.py
src/contracts/testing/test_simple.py
src/contracts/testing/test_unicode_literals.py
src/contracts/testing/utils.py
src/contracts/testing/library/__init__.py
src/contracts/testing/library/arithmetic_tc.py
src/contracts/testing/library/array_elements_tc.py
src/contracts/testing/library/array_tc.py
src/contracts/testing/library/attr_tc.py
src/contracts/testing/library/comparison_tc.py
src/contracts/testing/library/compositions_tc.py
src/contracts/testing/library/dicts_tc.py
src/contracts/testing/library/dummy_tc.py
src/contracts/testing/library/extensions_tc.py
src/contracts/testing/library/files_tc.py
src/contracts/testing/library/isinstance_tc.py
src/contracts/testing/library/lists_tc.py
src/contracts/testing/library/map_tc.py
src/contracts/testing/library/miscellaneous_aliases_tc.py
src/contracts/testing/library/separate_context_tc.py
src/contracts/testing/library/seq_tc.py
src/contracts/testing/library/simple_values_tc.py
src/contracts/testing/library/strings_tc.py
src/contracts/testing/library/test_scoped_variables.py
src/contracts/testing/library/tuple_tc.py
src/contracts/testing/library/types_tc.py
src/contracts/testing/library/variables_tc.py
src/contracts/useful_contracts/__init__.py
src/contracts/useful_contracts/numbers.py
src/contracts/useful_contracts/numpy_specific.py