pytoolconfig


Namepytoolconfig JSON
Version 1.3.1 PyPI version JSON
download
home_page
SummaryPython tool configuration
upload_time2024-01-11 16:25:11
maintainer
docs_urlNone
author
requires_python>=3.8
licenseLGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pytoolconfig

**Py**thon **Tool** **Config**uration

The goal of this project is to manage configuration for python tools, such as
rope and add support for a pyproject.toml configuration file.
[Documentation](https://pytoolconfig.readthedocs.io/en/latest/) This library
only supports python 3.8 to 3.12. 3.13+ may work, but isn't tested.

## Development

`pdm install --dev -G :all` to setup development environment `pdm run tox` to
run tests

## Alternatives

[Maison](https://dbatten5.github.io/maison/) is a similar library

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pytoolconfig",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "bageljr <bageljr897@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/18/dc/abf70d2c2bcac20e8c71a7cdf6d44e4ddba4edf65acb179248d554d743db/pytoolconfig-1.3.1.tar.gz",
    "platform": null,
    "description": "# Pytoolconfig\n\n**Py**thon **Tool** **Config**uration\n\nThe goal of this project is to manage configuration for python tools, such as\nrope and add support for a pyproject.toml configuration file.\n[Documentation](https://pytoolconfig.readthedocs.io/en/latest/) This library\nonly supports python 3.8 to 3.12. 3.13+ may work, but isn't tested.\n\n## Development\n\n`pdm install --dev -G :all` to setup development environment `pdm run tox` to\nrun tests\n\n## Alternatives\n\n[Maison](https://dbatten5.github.io/maison/) is a similar library\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "Python tool configuration",
    "version": "1.3.1",
    "project_urls": {
        "Homepage": "https://github.com/bageljrkhanofemus/pytoolconfig"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9244da239917f5711ca7105f7d7f9e2765716dd883b241529beafc0f28504725",
                "md5": "8ac8d9f110948d798efa61b3b351b70d",
                "sha256": "5d8cea8ae1996938ec3eaf44567bbc5ef1bc900742190c439a44a704d6e1b62b"
            },
            "downloads": -1,
            "filename": "pytoolconfig-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8ac8d9f110948d798efa61b3b351b70d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17022,
            "upload_time": "2024-01-11T16:25:10",
            "upload_time_iso_8601": "2024-01-11T16:25:10.589813Z",
            "url": "https://files.pythonhosted.org/packages/92/44/da239917f5711ca7105f7d7f9e2765716dd883b241529beafc0f28504725/pytoolconfig-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18dcabf70d2c2bcac20e8c71a7cdf6d44e4ddba4edf65acb179248d554d743db",
                "md5": "3328e7dc5e5a410ac81001c8f2334ca6",
                "sha256": "51e6bd1a6f108238ae6aab6a65e5eed5e75d456be1c2bf29b04e5c1e7d7adbae"
            },
            "downloads": -1,
            "filename": "pytoolconfig-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3328e7dc5e5a410ac81001c8f2334ca6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16655,
            "upload_time": "2024-01-11T16:25:11",
            "upload_time_iso_8601": "2024-01-11T16:25:11.914941Z",
            "url": "https://files.pythonhosted.org/packages/18/dc/abf70d2c2bcac20e8c71a7cdf6d44e4ddba4edf65acb179248d554d743db/pytoolconfig-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-11 16:25:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bageljrkhanofemus",
    "github_project": "pytoolconfig",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pytoolconfig"
}
        
Elapsed time: 0.21687s