.gitignore
.travis.yml
LICENSE
MANIFEST.in
README.md
conftest.py
pytest.ini
requirements.txt
setup.cfg
setup.py
magic_constraints/__init__.py
magic_constraints/argument.py
magic_constraints/constraint.py
magic_constraints/decorator.py
magic_constraints/exception.py
magic_constraints/metadata.py
magic_constraints/types.py
magic_constraints/utils.py
magic_constraints.egg-info/PKG-INFO
magic_constraints.egg-info/SOURCES.txt
magic_constraints.egg-info/dependency_links.txt
magic_constraints.egg-info/entry_points.txt
magic_constraints.egg-info/requires.txt
magic_constraints.egg-info/top_level.txt
scripts/install-from-source.sh
scripts/install-from-yum.sh
scripts/pip-install-pkgs-of-requirements.sh
scripts/push-to-pypi.sh
scripts/push-to-testpypi.sh
tests/.coverage
tests/.test_types.py.swp
tests/test_exception.py
tests/test_from_restdef.py
tests/test_metadata.py
tests/test_py3_annotation.py
tests/test_py3_constraint.py
tests/test_py3_types.py
tests/test_py3_usage.py
tests/test_types.py
tests/test_usage.py