setuptools-pyproject-migration

View on PyPIReverse Dependencies (0)

0.3.1.post0 setuptools_pyproject_migration-0.3.1.post0-py3-none-any.whl

Wheel Details

Project: setuptools-pyproject-migration
Version: 0.3.1.post0
Filename: setuptools_pyproject_migration-0.3.1.post0-py3-none-any.whl
Download: [link]
Size: 14986
MD5: 8d9c6d84ab3c32094d9c7f71fb70296b
SHA256: 9b4c696fba2945ac85d56103a858724085cae398235ae0be455722b3426f0d0f
Uploaded: 2024-09-01 06:53:07 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: setuptools-pyproject-migration
Version: 0.3.1.post0
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: dataclasses; python_version < "3.7"
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: 3337 characters]

WHEEL

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

RECORD

Path Digest Size
setuptools_pyproject_migration/__init__.py sha256=MLRgA49lYkZg6GVpPGuT0ujLhpNWBHlwdCH0OhMLXNI 16476
setuptools_pyproject_migration/_long_description.py sha256=gPqlUQlJxYk0pdYzKl-z3crAXEttKIR0-Gsl8YYZaCI 10531
setuptools_pyproject_migration/_types.py sha256=QjnCAnnKMRSM07Ct6CZ2Qc9tGQfm9Dhn-7GA53HFNxk 1845
setuptools_pyproject_migration/cli.py sha256=zLgaUXDj-aNBy7l7v_TwQpZ55WNagREVq4QruYjgojo 2399
setuptools_pyproject_migration-0.3.1.post0.dist-info/LICENSE sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E 1023
setuptools_pyproject_migration-0.3.1.post0.dist-info/METADATA sha256=V4km2voJTrGFL31iEym9ZZjUoL8lZCbzOAzjoGpKorg 5614
setuptools_pyproject_migration-0.3.1.post0.dist-info/WHEEL sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI 91
setuptools_pyproject_migration-0.3.1.post0.dist-info/entry_points.txt sha256=vRCAbiFddtOdtoWiaxr4WXZZjeUh0ntjd3f9bXiWUdM 236
setuptools_pyproject_migration-0.3.1.post0.dist-info/top_level.txt sha256=jsCfcvtP41AtG2GdI0gvgsTdYSAQ2ysyJahi_zmEfwI 31
setuptools_pyproject_migration-0.3.1.post0.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