Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariocj89/tomlize
Move all your configuration to pyproject.toml!
https://github.com/mariocj89/tomlize
Last synced: 8 days ago
JSON representation
Move all your configuration to pyproject.toml!
- Host: GitHub
- URL: https://github.com/mariocj89/tomlize
- Owner: mariocj89
- Created: 2023-04-21T19:41:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-20T10:46:20.000Z (over 1 year ago)
- Last Synced: 2024-12-06T20:46:16.114Z (23 days ago)
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tomlize
[![CI](https://github.com/mariocj89/tomlize/actions/workflows/valdiate.yaml/badge.svg)](https://github.com/mariocj89/tomlizer/actions/workflows/valdiate.yaml)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tomlize)
![PyPI](https://img.shields.io/pypi/v/tomlize)
![PyPI - Downloads](https://img.shields.io/pypi/dm/tomlize)
![Code Style](https://img.shields.io/badge/code%20style-black,%20isort-000000.svg)Move the configuration of all your tools to `pyproject.toml`.
```
$ tomlize --help
usage: tomlize [-h] input_filepositional arguments:
input_fileoptions:
-h, --help show this help message and exit
```The tool can be used to port the configuration from the following files:
## `setup.py`
```
tomlize setup.py
```