.gitignore
.gitlab-ci.yml
.pylintrc
INSTALL
LICENSE
README.rst
setup.cfg
setup.py
docs/Makefile
docs/__main__.rst
docs/conf.py
docs/conf.rst
docs/details.rst
docs/gitlab-ci.rst
docs/index.rst
docs/intro.rst
docs/main.rst
docs/make.bat
docs/pyyc.rst
docs/pyyc.subpkgA.rst
docs/pyyc.subpkgB.rst
docs/setup.rst
docs/tests.rst
docs/notebooks/pyyc.ipynb
pyyc/__init__.py
pyyc/__main__.py
pyyc/mod.py
pyyc.egg-info/PKG-INFO
pyyc.egg-info/SOURCES.txt
pyyc.egg-info/dependency_links.txt
pyyc.egg-info/entry_points.txt
pyyc.egg-info/not-zip-safe
pyyc.egg-info/requires.txt
pyyc.egg-info/top_level.txt
pyyc/config/default.cfg
pyyc/subpkgA/__init__.py
pyyc/subpkgA/modA1.py
pyyc/subpkgA/modA2.py
pyyc/subpkgB/__init__.py
pyyc/subpkgB/modB.py
tests/__init__.py
tests/test_mod.py