.cruft.json
.editorconfig
.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.prettierrc.yaml
AUTHORS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
noxfile.py
pyproject.toml
.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
config/README.md
config/nbval.ini
config/recipe-append.yaml
config/userconfig.example.toml
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/dist-pypi.txt
environment/py310-dev-base.yaml
environment/py310-dev.yaml
environment/py310-dist-conda.yaml
environment/py310-dist-pypi.yaml
environment/py310-docs.yaml
environment/py310-test-extras.yaml
environment/py310-test.yaml
environment/py310-typing.yaml
environment/py311-test-extras.yaml
environment/py311-test.yaml
environment/py311-typing.yaml
environment/py38-test-extras.yaml
environment/py38-test.yaml
environment/py38-typing.yaml
environment/py39-test-extras.yaml
environment/py39-test.yaml
environment/py39-typing.yaml
environment/test-extras.txt
environment/lock/.gitignore
environment/lock/py310.yaml
examples/README.md
examples/usage/demo.ipynb
src/pyproject2conda/__init__.py
src/pyproject2conda/_version.py
src/pyproject2conda/cli.py
src/pyproject2conda/parser.py
src/pyproject2conda/py.typed
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-reorder.toml
tests/test-pyproject.toml
tests/test_cli.py
tests/test_parser.py
tools/__init__.py
tools/noxtools.py
tools/projectconfig.py