.cirrus.yml
.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.projections.json
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
NOTICE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/dev-guide.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/setuptools_pep621.rst
docs/_static/.gitignore
docs/_static/custom-adjustments.css
src/ini2toml/__init__.py
src/ini2toml/__main__.py
src/ini2toml/api.py
src/ini2toml/base_translator.py
src/ini2toml/cli.py
src/ini2toml/errors.py
src/ini2toml/intermediate_repr.py
src/ini2toml/profile.py
src/ini2toml/py.typed
src/ini2toml/transformations.py
src/ini2toml/translator.py
src/ini2toml/types.py
src/ini2toml.egg-info/PKG-INFO
src/ini2toml.egg-info/SOURCES.txt
src/ini2toml.egg-info/dependency_links.txt
src/ini2toml.egg-info/entry_points.txt
src/ini2toml.egg-info/not-zip-safe
src/ini2toml.egg-info/requires.txt
src/ini2toml.egg-info/top_level.txt
src/ini2toml/drivers/__init__.py
src/ini2toml/drivers/configparser.py
src/ini2toml/drivers/configupdater.py
src/ini2toml/drivers/full_toml.py
src/ini2toml/drivers/lite_toml.py
src/ini2toml/drivers/plain_builtins.py
src/ini2toml/plugins/__init__.py
src/ini2toml/plugins/best_effort.py
src/ini2toml/plugins/coverage.py
src/ini2toml/plugins/isort.py
src/ini2toml/plugins/mypy.py
src/ini2toml/plugins/profile_independent_tasks.py
src/ini2toml/plugins/pytest.py
src/ini2toml/plugins/setuptools_pep621.py
src/ini2toml/plugins/toml_incompatibilities.py
tests/conftest.py
tests/test_cli.py
tests/test_examples.py
tests/test_intermediate_repr.py
tests/test_plugins.py
tests/test_transformations.py
tests/test_translator.py
tests/drivers/test_configparser.py
tests/drivers/test_configupdater.py
tests/drivers/test_full_toml.py
tests/drivers/test_lite_toml.py
tests/drivers/test_plain_builtins.py
tests/examples/django/LICENSE
tests/examples/django/pyproject.toml
tests/examples/django/setup.cfg
tests/examples/flask/LICENSE.rst
tests/examples/flask/pyproject.toml
tests/examples/flask/setup.cfg
tests/examples/pandas/LICENSE
tests/examples/pandas/pyproject.toml
tests/examples/pandas/setup.cfg
tests/examples/pluggy/LICENSE
tests/examples/pluggy/pyproject.toml
tests/examples/pluggy/setup.cfg
tests/examples/plumbum/LICENSE
tests/examples/plumbum/pyproject.toml
tests/examples/plumbum/setup.cfg
tests/examples/pyscaffold/LICENSE.txt
tests/examples/pyscaffold/pyproject.toml
tests/examples/pyscaffold/setup.cfg
tests/examples/setuptools_docs/LICENSE
tests/examples/setuptools_docs/pyproject.toml
tests/examples/setuptools_docs/setup.cfg
tests/examples/setuptools_scm/LICENSE
tests/examples/setuptools_scm/pyproject.toml
tests/examples/setuptools_scm/setup.cfg
tests/examples/virtualenv/LICENSE
tests/examples/virtualenv/pyproject.toml
tests/examples/virtualenv/setup.cfg
tests/examples/zipp/LICENSE
tests/examples/zipp/pyproject.toml
tests/examples/zipp/setup.cfg
tests/plugins/test_best_effort.py
tests/plugins/test_coverage.py
tests/plugins/test_isort.py
tests/plugins/test_mypy.py
tests/plugins/test_profile_independent_tasks.py
tests/plugins/test_pytest.py
tests/plugins/test_setuptools_pep621.py
tests/plugins/test_toml_incompatibilities.py