.cruft.json
.editorconfig
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc.yaml
.recipe-append.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
environment.yaml
pyproject.toml
tox.ini
.github/ISSUE_TEMPLATE.md
changelog.d/README.txt
changelog.d/templates/new_fragment.md.j2
changelog.d/templates/auto-changelog/macros.jinja2
changelog.d/templates/auto-changelog/template.jinja2
docs/Makefile
docs/authors.md
docs/changelog.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/installation.md
docs/license.md
docs/make.bat
docs/navigation.md
docs/spelling_wordlist.txt
docs/_static/css/nist-combined.css
docs/_static/js/leave_notice.js
docs/_static/js/nist-header-footer.js
docs/_templates/class-individual-pages.rst
docs/_templates/class-single-page.rst
docs/_templates/custom-module-template.rst
docs/_templates/module-custom-imported.rst
docs/_templates/module-custom.rst
docs/_templates/module-single.rst
docs/_templates/module-template.rst
docs/_templates/autodocsumm/class-noindex.rst
docs/_templates/autodocsumm/class.rst
docs/_templates/autodocsumm/module-inherit.rst
docs/_templates/autodocsumm/module-noindex.rst
docs/_templates/autodocsumm/module.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/module.rst
docs/examples/example-usage.md
docs/examples/index.md
docs/examples/usage/demo.ipynb
docs/reference/index.md
environment/dev-extras.yaml
environment/dev.yaml
environment/dist-conda.yaml
environment/dist-pypi.yaml
environment/docs-extras.yaml
environment/docs.yaml
environment/lint-extras.yaml
environment/lint.yaml
environment/test-extras.yaml
environment/test.yaml
environment/tools.yaml
examples/README.md
examples/usage/demo.ipynb
scripts/dist-conda.mk
scripts/dist-pypi.mk
scripts/docs-examples-symlinks.sh
scripts/lint.mk
scripts/recipe-append.sh
scripts/run-prettier.sh
scripts/tox-ipykernel-display-name.sh
src/pyproject2conda/__init__.py
src/pyproject2conda/cli.py
src/pyproject2conda/parser.py
src/pyproject2conda.egg-info/PKG-INFO
src/pyproject2conda.egg-info/SOURCES.txt
src/pyproject2conda.egg-info/dependency_links.txt
src/pyproject2conda.egg-info/entry_points.txt
src/pyproject2conda.egg-info/requires.txt
src/pyproject2conda.egg-info/top_level.txt
src/pyproject2conda.egg-info/zip-safe
tests/__init__.py
tests/test-pyproject.toml
tests/test_cli.py
tests/test_parser.py