Skip to main content

Convert setup.cfg, etc. to pyproject.toml files

Project description

pyproject-migrator

PyPI - Version PyPI - Python Version


What is this?

This tool helps with converting setup.cfg (and other configuration files such as mypy.ini) to a single pyproject.toml file.

Installation

You can install the project from Pip with

pip install pyproject-migrator

but it may be more useful to use pipx to run it as a tool; if you prefer to do that, just substitute pipx run pyproject-migrator for pyproject-migrator in the examples below.

Usage

The tool can be run against a number of files or directories, but these files are considered to be part of the same project. The tool will then attempt to merge these into a single pyproject.toml file fragment.

$ pyproject-migrator setup.cfg mypy.ini

or

$ pyproject-migrator .

The tool will output a chunk of TOML you can copy-paste (or >> redirect) into your pyproject.toml file.

It may also output a number of warnings about configuration that could not be converted.

Some of these are because the tool does not yet support the option, but others are because there is no direct equivalent in the TOML format. In these cases, you will need to manually convert the option.

Supported configuration

The tool currently supports the following configuration:

  • codespell (in setup.cfg)
  • coverage (in setup.cfg)
  • isort (in setup.cfg)
  • mypy (in setup.cfg and mypy.ini)
  • pylint (in setup.cfg)
  • pytest (in setup.cfg and pytest.ini)

Explicitly unsupported is

  • flake8 (because it currently explicitly does not support pyproject.toml)
  • setuptools (because there are a number of approaches to take to map it into pyproject.toml)
  • Sphinx's build_sphinx section
  • tox (because there is no other TOML mapping than splatting INI config in there, ew)

Other tools that emit "Unknown section" currently include, but are not limited to (based on the setup.cfgs I had at hand):

License

pyproject-migrator is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyproject_migrator-1.1.1.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

pyproject_migrator-1.1.1-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page