tomlize


Nametomlize JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryMove all your configuration to pyproject.toml
upload_time2023-04-22 21:54:16
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords pyproject configuration python tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`.

```
$ python -m tomlize --help
usage: __main__.py [-h] input_file [output_file]

positional arguments:
  input_file
  output_file

options:
  -h, --help   show this help message and exit

```

The tool can be used to port the configuration from the following files:

## `setup.py`

```
python -m tomlize setup.py pyproject.toml
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tomlize",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "pyproject,configuration,python,tool",
    "author": "",
    "author_email": "Mario Corchero <mariocj89@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/26/35/efff6aa1e627c441092a616492b6c4ec60ea1373794c083315887f193fd8/tomlize-0.1.1.tar.gz",
    "platform": null,
    "description": "# tomlize\n\n[![CI](https://github.com/mariocj89/tomlize/actions/workflows/valdiate.yaml/badge.svg)](https://github.com/mariocj89/tomlizer/actions/workflows/valdiate.yaml)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/tomlize)\n![PyPI](https://img.shields.io/pypi/v/tomlize)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/tomlize)\n![Code Style](https://img.shields.io/badge/code%20style-black,%20isort-000000.svg)\n\nMove the configuration of all your tools to `pyproject.toml`.\n\n```\n$ python -m tomlize --help\nusage: __main__.py [-h] input_file [output_file]\n\npositional arguments:\n  input_file\n  output_file\n\noptions:\n  -h, --help   show this help message and exit\n\n```\n\nThe tool can be used to port the configuration from the following files:\n\n## `setup.py`\n\n```\npython -m tomlize setup.py pyproject.toml\n```\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Move all your configuration to pyproject.toml",
    "version": "0.1.1",
    "split_keywords": [
        "pyproject",
        "configuration",
        "python",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dfada0f41bef802117f837a8ce75f9a01bc679ce002b8e530e42c8b67234f176",
                "md5": "52a50353bed2be1e7748d772bfa0002f",
                "sha256": "c829fa4926ee51597dff4925d00abcb92a29f6558da97cb8ef1ab209e8ae1544"
            },
            "downloads": -1,
            "filename": "tomlize-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "52a50353bed2be1e7748d772bfa0002f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5118,
            "upload_time": "2023-04-22T21:54:14",
            "upload_time_iso_8601": "2023-04-22T21:54:14.829291Z",
            "url": "https://files.pythonhosted.org/packages/df/ad/a0f41bef802117f837a8ce75f9a01bc679ce002b8e530e42c8b67234f176/tomlize-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2635efff6aa1e627c441092a616492b6c4ec60ea1373794c083315887f193fd8",
                "md5": "1cd1e7937053e06581232b9996b4c7ee",
                "sha256": "5b93d7ad78e2a3ea83f0793bf9da5ec85f45d049b88b8f0520cfb393f2390153"
            },
            "downloads": -1,
            "filename": "tomlize-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1cd1e7937053e06581232b9996b4c7ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4581,
            "upload_time": "2023-04-22T21:54:16",
            "upload_time_iso_8601": "2023-04-22T21:54:16.805846Z",
            "url": "https://files.pythonhosted.org/packages/26/35/efff6aa1e627c441092a616492b6c4ec60ea1373794c083315887f193fd8/tomlize-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 21:54:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tomlize"
}
        
Elapsed time: 0.05931s