poetry-plugin-drop-python-upper-constraint


Namepoetry-plugin-drop-python-upper-constraint JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/sbrunner/poetry-plugin-drop-python-upper-constraint
SummaryPoetry plugin used to drop upper constraints for Python
upload_time2023-10-06 11:25:13
maintainer
docs_urlNone
authorStéphane Brunner
requires_python>=3.9
licenseBSD-2-Clause
keywords poetry plugin python constraint
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Poetry plugin drop Python upper constraint

With this plugin you can set a python constraints like:

```toml
[tool.poetry.dependencies]
python = ">=3.9,<3.12"
```

And in the exported wheel we will have only `python=">=3.9"`.

The goal is to have an upper constraint to do the lock but to don't have it in the exported wheel,
then to permit to use it with newer Python version.

Config:

```toml
[build-system]
requires = ["poetry-core>=1.0.0", "poetry-plugin-drop-python-upper-constraint>=0.1.0"]
build-backend = "poetry.core.masonry.api"
```

## Contributing

Install the pre-commit hooks:

```bash
pip install pre-commit
pre-commit install --allow-missing-config
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sbrunner/poetry-plugin-drop-python-upper-constraint",
    "name": "poetry-plugin-drop-python-upper-constraint",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "poetry,plugin,python,constraint",
    "author": "St\u00e9phane Brunner",
    "author_email": "stephane.brunner@camptocamp.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/ef/59bcb9efc889d8ed93abe30c7a9f19c845c897ad136cb31b08c51a9db009/poetry_plugin_drop_python_upper_constraint-0.1.0.tar.gz",
    "platform": null,
    "description": "# Poetry plugin drop Python upper constraint\n\nWith this plugin you can set a python constraints like:\n\n```toml\n[tool.poetry.dependencies]\npython = \">=3.9,<3.12\"\n```\n\nAnd in the exported wheel we will have only `python=\">=3.9\"`.\n\nThe goal is to have an upper constraint to do the lock but to don't have it in the exported wheel,\nthen to permit to use it with newer Python version.\n\nConfig:\n\n```toml\n[build-system]\nrequires = [\"poetry-core>=1.0.0\", \"poetry-plugin-drop-python-upper-constraint>=0.1.0\"]\nbuild-backend = \"poetry.core.masonry.api\"\n```\n\n## Contributing\n\nInstall the pre-commit hooks:\n\n```bash\npip install pre-commit\npre-commit install --allow-missing-config\n```\n\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "Poetry plugin used to drop upper constraints for Python",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/sbrunner/poetry-plugin-drop-python-upper-constraint",
        "Repository": "https://github.com/sbrunner/poetry-plugin-drop-python-upper-constraint"
    },
    "split_keywords": [
        "poetry",
        "plugin",
        "python",
        "constraint"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5785d736ba2f2cb3c4ed80a7eb78a7aabc085eb055b8fe42352824ac30dca43d",
                "md5": "5ffbd61659467ae05a9f636b9220268d",
                "sha256": "3b1ba6a6e585f48806311bc6d8c0acebe40cf934985352ade4cb7f86aa705afe"
            },
            "downloads": -1,
            "filename": "poetry_plugin_drop_python_upper_constraint-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ffbd61659467ae05a9f636b9220268d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3978,
            "upload_time": "2023-10-06T11:25:11",
            "upload_time_iso_8601": "2023-10-06T11:25:11.985252Z",
            "url": "https://files.pythonhosted.org/packages/57/85/d736ba2f2cb3c4ed80a7eb78a7aabc085eb055b8fe42352824ac30dca43d/poetry_plugin_drop_python_upper_constraint-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bbef59bcb9efc889d8ed93abe30c7a9f19c845c897ad136cb31b08c51a9db009",
                "md5": "861bb47873fd7818a0124cc55c7c0a4e",
                "sha256": "186c4240ad6fa322c49aa95bd9602dee72dc2af11b74f686ff5ae710d7f725c1"
            },
            "downloads": -1,
            "filename": "poetry_plugin_drop_python_upper_constraint-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "861bb47873fd7818a0124cc55c7c0a4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3084,
            "upload_time": "2023-10-06T11:25:13",
            "upload_time_iso_8601": "2023-10-06T11:25:13.559679Z",
            "url": "https://files.pythonhosted.org/packages/bb/ef/59bcb9efc889d8ed93abe30c7a9f19c845c897ad136cb31b08c51a9db009/poetry_plugin_drop_python_upper_constraint-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 11:25:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sbrunner",
    "github_project": "poetry-plugin-drop-python-upper-constraint",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "poetry-plugin-drop-python-upper-constraint"
}
        
Elapsed time: 0.17142s