setuptools-pyproject-migration

View on PyPIReverse Dependencies (0)

0.2.0 setuptools_pyproject_migration-0.2.0-py3-none-any.whl

Wheel Details

Project: setuptools-pyproject-migration
Version: 0.2.0
Filename: setuptools_pyproject_migration-0.2.0-py3-none-any.whl
Download: [link]
Size: 10736
MD5: 7ed2d59c5b53e38fc2b718723fd1c40b
SHA256: 5bb9164e59ab174cc8dece526d48953c4e4b1fc28830c51618a1bab1e2e0fafb
Uploaded: 2023-12-28 08:13:42 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: setuptools-pyproject-migration
Version: 0.2.0
Summary: Create a pyproject.toml file from setuptools configuration
Author: David Zaslavsky, Stuart Longland
Author-Email: diazona[at]ellipsix.net, me[at]vk4msl.com
Home-Page: https://github.com/diazona/setuptools-pyproject-migration
Project-Url: Documentation, https://setuptools-pyproject-migration.readthedocs.io/
Project-Url: Source, https://github.com/diazona/setuptools-pyproject-migration
Project-Url: Issues, https://github.com/diazona/setuptools-pyproject-migration/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Framework :: Setuptools Plugin
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Archiving :: Packaging
Requires-Python: >=3.6
Requires-Dist: packaging
Requires-Dist: pep508-parser
Requires-Dist: tomlkit
Requires-Dist: typing-extensions (<5,>=4)
Requires-Dist: setuptools; python_version < "3.12"
Requires-Dist: setuptools (>=66.1); python_version >= "3.12"
Requires-Dist: sphinx (>=3.5); extra == "docs"
Requires-Dist: jaraco.packaging (>=9.3); extra == "docs"
Requires-Dist: rst.linker (>=1.9); extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-lint; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: pytest (>=7); extra == "testing"
Requires-Dist: pytest-console-scripts (>=1.2); extra == "testing"
Requires-Dist: pytest-cov; extra == "testing"
Requires-Dist: requests; extra == "testing"
Requires-Dist: types-setuptools; extra == "testing"
Requires-Dist: backports.cached-property; python_version < "3.8" and extra == "testing"
Requires-Dist: importlib-metadata; python_version < "3.8" and extra == "testing"
Requires-Dist: pyproject-metadata; python_version >= "3.7" and extra == "testing"
Requires-Dist: pytest-enabler (>=2.2); python_version >= "3.8" and extra == "testing"
Provides-Extra: docs
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3362 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
setuptools_pyproject_migration/__init__.py sha256=seraSxxcukuBMlg_Ey7Vl1xvsU22cXQZLp0TYRBhEKk 17191
setuptools_pyproject_migration/cli.py sha256=zLgaUXDj-aNBy7l7v_TwQpZ55WNagREVq4QruYjgojo 2399
setuptools_pyproject_migration-0.2.0.dist-info/LICENSE sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E 1023
setuptools_pyproject_migration-0.2.0.dist-info/METADATA sha256=MHalSJ4ZLn2u0Tjn2XjiUX9-DJSI0dfnWn4ddLSMLZc 5581
setuptools_pyproject_migration-0.2.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
setuptools_pyproject_migration-0.2.0.dist-info/entry_points.txt sha256=vRCAbiFddtOdtoWiaxr4WXZZjeUh0ntjd3f9bXiWUdM 236
setuptools_pyproject_migration-0.2.0.dist-info/top_level.txt sha256=jsCfcvtP41AtG2GdI0gvgsTdYSAQ2ysyJahi_zmEfwI 31
setuptools_pyproject_migration-0.2.0.dist-info/RECORD

top_level.txt

setuptools_pyproject_migration

entry_points.txt

setup-to-pyproject = setuptools_pyproject_migration.cli:old_main
setuptools-pyproject-migration = setuptools_pyproject_migration.cli:main
pyproject = setuptools_pyproject_migration:WritePyproject