.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
CHANGES.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
setup.py
test-requirements.txt
tox.ini
.github/workflows/ci.yml
.github/workflows/release.yml
acsoo/__init__.py
acsoo/_list_depends
acsoo/addons.py
acsoo/cache.py
acsoo/checklog.py
acsoo/config.py
acsoo/freeze.py
acsoo/main.py
acsoo/manifest.py
acsoo/pr_status.py
acsoo/release.py
acsoo/tag.py
acsoo/tag_requirements.py
acsoo/tools.py
acsoo/wheel.py
acsoo.egg-info/PKG-INFO
acsoo.egg-info/SOURCES.txt
acsoo.egg-info/dependency_links.txt
acsoo.egg-info/entry_points.txt
acsoo.egg-info/requires.txt
acsoo.egg-info/top_level.txt
tests/test_addons.py
tests/test_cache.py
tests/test_checklog.py
tests/test_config.py
tests/test_freeze.py
tests/test_pr_status.py
tests/test_wheel.py
tests/data/empty.log
tests/data/test1.cfg
tests/data/test1.log
tests/data/test_checklog.cfg
tests/data/freezetestpkgs/pkga-0.0.0.tar.gz
tests/data/freezetestpkgs/pkgb-0.0.0.tar.gz
tests/data/odoo/__init__.py
tests/data/odoo/addons/__init__.py
tests/data/odoo/addons/addon1/__init__.py
tests/data/odoo/addons/addon1/__manifest__.py
tests/data/odoo/addons/addon2/__init__.py
tests/data/odoo/addons/addon2/__manifest__.py