.flake8
.gitignore
.readthedocs.yaml
LICENSE
Pipfile
README.md
mkdocs.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/basic-setup.md
docs/config-advanced.md
docs/future-state.md
docs/index.md
setuptools_pipfile/__init__.py
setuptools_pipfile/keyword.py
setuptools_pipfile/pipfile.py
setuptools_pipfile.egg-info/PKG-INFO
setuptools_pipfile.egg-info/SOURCES.txt
setuptools_pipfile.egg-info/dependency_links.txt
setuptools_pipfile.egg-info/entry_points.txt
setuptools_pipfile.egg-info/requires.txt
setuptools_pipfile.egg-info/top_level.txt
setuptools_pipfile.egg-info/zip-safe
tests/conftest.py
tests/test_keyword.py
tests/test_pep517.py
tests/test_pipfile.py