#################
pyproject-devenv
#################
.. start short_desc
**Create virtual environments using pyproject.toml metadata.**
.. end short_desc
.. start shields
.. list-table::
:stub-columns: 1
:widths: 10 90
* - Docs
- |docs| |docs_check|
* - Tests
- |actions_linux| |actions_windows| |actions_macos| |coveralls|
* - PyPI
- |pypi-version| |supported-versions| |supported-implementations| |wheel|
* - Activity
- |commits-latest| |commits-since| |maintained| |pypi-downloads|
* - QA
- |codefactor| |actions_flake8| |actions_mypy|
* - Other
- |license| |language| |requires|
.. |docs| image:: https://img.shields.io/readthedocs/pyproject-devenv/latest?logo=read-the-docs
:target: https://pyproject-devenv.readthedocs.io/en/latest
:alt: Documentation Build Status
.. |docs_check| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Docs%20Check/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Docs+Check%22
:alt: Docs Check Status
.. |actions_linux| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Linux/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Linux%22
:alt: Linux Test Status
.. |actions_windows| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Windows/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Windows%22
:alt: Windows Test Status
.. |actions_macos| image:: https://github.com/repo-helper/pyproject-devenv/workflows/macOS/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22macOS%22
:alt: macOS Test Status
.. |actions_flake8| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Flake8/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Flake8%22
:alt: Flake8 Status
.. |actions_mypy| image:: https://github.com/repo-helper/pyproject-devenv/workflows/mypy/badge.svg
:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22mypy%22
:alt: mypy status
.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-devenv/badge.svg
:target: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-devenv/
:alt: Requirements Status
.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/pyproject-devenv/master?logo=coveralls
:target: https://coveralls.io/github/repo-helper/pyproject-devenv?branch=master
:alt: Coverage
.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/pyproject-devenv?logo=codefactor
:target: https://www.codefactor.io/repository/github/repo-helper/pyproject-devenv
:alt: CodeFactor Grade
.. |pypi-version| image:: https://img.shields.io/pypi/v/pyproject-devenv
:target: https://pypi.org/project/pyproject-devenv/
:alt: PyPI - Package Version
.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pyproject-devenv?logo=python&logoColor=white
:target: https://pypi.org/project/pyproject-devenv/
:alt: PyPI - Supported Python Versions
.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pyproject-devenv
:target: https://pypi.org/project/pyproject-devenv/
:alt: PyPI - Supported Implementations
.. |wheel| image:: https://img.shields.io/pypi/wheel/pyproject-devenv
:target: https://pypi.org/project/pyproject-devenv/
:alt: PyPI - Wheel
.. |license| image:: https://img.shields.io/github/license/repo-helper/pyproject-devenv
:target: https://github.com/repo-helper/pyproject-devenv/blob/master/LICENSE
:alt: License
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-devenv
:alt: GitHub top language
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-devenv/v0.1.4
:target: https://github.com/repo-helper/pyproject-devenv/pulse
:alt: GitHub commits since tagged version
.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/pyproject-devenv
:target: https://github.com/repo-helper/pyproject-devenv/commit/master
:alt: GitHub last commit
.. |maintained| image:: https://img.shields.io/maintenance/yes/2023
:alt: Maintenance
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pyproject-devenv
:target: https://pypi.org/project/pyproject-devenv/
:alt: PyPI - Downloads
.. end shields
Installation
--------------
.. start installation
``pyproject-devenv`` can be installed from PyPI.
To install with ``pip``:
.. code-block:: bash
$ python -m pip install pyproject-devenv
.. end installation
Raw data
{
"_id": null,
"home_page": "https://github.com/repo-helper/pyproject-devenv",
"name": "pyproject-devenv",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "pyproject,toml,virtualenv",
"author": "",
"author_email": "Dominic Davis-Foster <dominic@davis-foster.co.uk>",
"download_url": "https://files.pythonhosted.org/packages/14/2e/9d89f0e7d0bd14bafd24e9b9f78076e0051b6935264afac29cc7e0636769/pyproject_devenv-0.1.4.tar.gz",
"platform": "Windows",
"description": "\n#################\npyproject-devenv\n#################\n\n.. start short_desc\n\n**Create virtual environments using pyproject.toml metadata.**\n\n.. end short_desc\n\n\n.. start shields\n\n.. list-table::\n\t:stub-columns: 1\n\t:widths: 10 90\n\n\t* - Docs\n\t - |docs| |docs_check|\n\t* - Tests\n\t - |actions_linux| |actions_windows| |actions_macos| |coveralls|\n\t* - PyPI\n\t - |pypi-version| |supported-versions| |supported-implementations| |wheel|\n\t* - Activity\n\t - |commits-latest| |commits-since| |maintained| |pypi-downloads|\n\t* - QA\n\t - |codefactor| |actions_flake8| |actions_mypy|\n\t* - Other\n\t - |license| |language| |requires|\n\n.. |docs| image:: https://img.shields.io/readthedocs/pyproject-devenv/latest?logo=read-the-docs\n\t:target: https://pyproject-devenv.readthedocs.io/en/latest\n\t:alt: Documentation Build Status\n\n.. |docs_check| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Docs%20Check/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Docs+Check%22\n\t:alt: Docs Check Status\n\n.. |actions_linux| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Linux/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Linux%22\n\t:alt: Linux Test Status\n\n.. |actions_windows| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Windows/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Windows%22\n\t:alt: Windows Test Status\n\n.. |actions_macos| image:: https://github.com/repo-helper/pyproject-devenv/workflows/macOS/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22macOS%22\n\t:alt: macOS Test Status\n\n.. |actions_flake8| image:: https://github.com/repo-helper/pyproject-devenv/workflows/Flake8/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22Flake8%22\n\t:alt: Flake8 Status\n\n.. |actions_mypy| image:: https://github.com/repo-helper/pyproject-devenv/workflows/mypy/badge.svg\n\t:target: https://github.com/repo-helper/pyproject-devenv/actions?query=workflow%3A%22mypy%22\n\t:alt: mypy status\n\n.. |requires| image:: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-devenv/badge.svg\n\t:target: https://dependency-dash.repo-helper.uk/github/repo-helper/pyproject-devenv/\n\t:alt: Requirements Status\n\n.. |coveralls| image:: https://img.shields.io/coveralls/github/repo-helper/pyproject-devenv/master?logo=coveralls\n\t:target: https://coveralls.io/github/repo-helper/pyproject-devenv?branch=master\n\t:alt: Coverage\n\n.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/repo-helper/pyproject-devenv?logo=codefactor\n\t:target: https://www.codefactor.io/repository/github/repo-helper/pyproject-devenv\n\t:alt: CodeFactor Grade\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/pyproject-devenv\n\t:target: https://pypi.org/project/pyproject-devenv/\n\t:alt: PyPI - Package Version\n\n.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/pyproject-devenv?logo=python&logoColor=white\n\t:target: https://pypi.org/project/pyproject-devenv/\n\t:alt: PyPI - Supported Python Versions\n\n.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/pyproject-devenv\n\t:target: https://pypi.org/project/pyproject-devenv/\n\t:alt: PyPI - Supported Implementations\n\n.. |wheel| image:: https://img.shields.io/pypi/wheel/pyproject-devenv\n\t:target: https://pypi.org/project/pyproject-devenv/\n\t:alt: PyPI - Wheel\n\n.. |license| image:: https://img.shields.io/github/license/repo-helper/pyproject-devenv\n\t:target: https://github.com/repo-helper/pyproject-devenv/blob/master/LICENSE\n\t:alt: License\n\n.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-devenv\n\t:alt: GitHub top language\n\n.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-devenv/v0.1.4\n\t:target: https://github.com/repo-helper/pyproject-devenv/pulse\n\t:alt: GitHub commits since tagged version\n\n.. |commits-latest| image:: https://img.shields.io/github/last-commit/repo-helper/pyproject-devenv\n\t:target: https://github.com/repo-helper/pyproject-devenv/commit/master\n\t:alt: GitHub last commit\n\n.. |maintained| image:: https://img.shields.io/maintenance/yes/2023\n\t:alt: Maintenance\n\n.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/pyproject-devenv\n\t:target: https://pypi.org/project/pyproject-devenv/\n\t:alt: PyPI - Downloads\n\n.. end shields\n\nInstallation\n--------------\n\n.. start installation\n\n``pyproject-devenv`` can be installed from PyPI.\n\nTo install with ``pip``:\n\n.. code-block:: bash\n\n\t$ python -m pip install pyproject-devenv\n\n.. end installation\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Create virtual environments using pyproject.toml metadata.",
"version": "0.1.4",
"project_urls": {
"Documentation": "https://pyproject-devenv.readthedocs.io/en/latest",
"Homepage": "https://github.com/repo-helper/pyproject-devenv",
"Issue Tracker": "https://github.com/repo-helper/pyproject-devenv/issues",
"Source Code": "https://github.com/repo-helper/pyproject-devenv"
},
"split_keywords": [
"pyproject",
"toml",
"virtualenv"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "299d87a10f4879fdb6a17f1a7f1f9f0ba9994e1b74fee86c028ea033cf2b7a53",
"md5": "d55c102926ef3613182d13add439f991",
"sha256": "3a74e40722a2e80857e78a56f9f1f6bb0eb72c969d450057cede2b876c953a82"
},
"downloads": -1,
"filename": "pyproject_devenv-0.1.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d55c102926ef3613182d13add439f991",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 29275,
"upload_time": "2023-11-22T15:34:01",
"upload_time_iso_8601": "2023-11-22T15:34:01.059461Z",
"url": "https://files.pythonhosted.org/packages/29/9d/87a10f4879fdb6a17f1a7f1f9f0ba9994e1b74fee86c028ea033cf2b7a53/pyproject_devenv-0.1.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "142e9d89f0e7d0bd14bafd24e9b9f78076e0051b6935264afac29cc7e0636769",
"md5": "4b364aee0a6b681ad4681cb51aa91ba6",
"sha256": "17c63d5659807f6e7ec00f301c15ba79b6eb13c5e41883780168fde9227c2670"
},
"downloads": -1,
"filename": "pyproject_devenv-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "4b364aee0a6b681ad4681cb51aa91ba6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 8838,
"upload_time": "2023-11-22T15:34:02",
"upload_time_iso_8601": "2023-11-22T15:34:02.988894Z",
"url": "https://files.pythonhosted.org/packages/14/2e/9d89f0e7d0bd14bafd24e9b9f78076e0051b6935264afac29cc7e0636769/pyproject_devenv-0.1.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-22 15:34:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "repo-helper",
"github_project": "pyproject-devenv",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "pyproject-devenv"
}