pypi_poetry_template


Namepypi_poetry_template JSON
Version 0.1.4 PyPI version JSON
download
home_page
Summarya template for build python package to upload pypi repository bu using poetry
upload_time2023-11-24 20:20:30
maintainer
docs_urlNone
authorlgf4591
requires_python>=3.9,<4.0
licenseMIT
keywords packaging poetry template
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pypi_poetry_template
a template for build python package to upload pypi repository bu using poetry

```bash

poetry init

poetry env use python

poetry add python-dotenv
poetry add pytest pytest-mock --group test
poetry add flake8 pylint mypy --group lint
poetry add black isort yapf --group format
poetry add mkdocs --group docs


poetry install --with test,docs --without docs
poetry install --only main
poetry remove mkdocs --group docs



poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry build
poetry publish -r testpypi
poetry publish

```


# References:
- [publishing-a-package-to-pypi-with-poetry](https://www.ianwootten.co.uk/2020/10/20/publishing-a-package-to-pypi-with-poetry/)


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pypi_poetry_template",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "packaging,poetry,template",
    "author": "lgf4591",
    "author_email": "lgf4591@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/49/05/70f9cfbeaa6518fb90124cac73aa129e0bb080078654a0f0ffccb135ae89/pypi_poetry_template-0.1.4.tar.gz",
    "platform": null,
    "description": "# pypi_poetry_template\na template for build python package to upload pypi repository bu using poetry\n\n```bash\n\npoetry init\n\npoetry env use python\n\npoetry add python-dotenv\npoetry add pytest pytest-mock --group test\npoetry add flake8 pylint mypy --group lint\npoetry add black isort yapf --group format\npoetry add mkdocs --group docs\n\n\npoetry install --with test,docs --without docs\npoetry install --only main\npoetry remove mkdocs --group docs\n\n\n\npoetry config repositories.testpypi https://test.pypi.org/legacy/\npoetry build\npoetry publish -r testpypi\npoetry publish\n\n```\n\n\n# References:\n- [publishing-a-package-to-pypi-with-poetry](https://www.ianwootten.co.uk/2020/10/20/publishing-a-package-to-pypi-with-poetry/)\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "a template for build python package to upload pypi repository bu using poetry",
    "version": "0.1.4",
    "project_urls": {
        "Bug Tracker": "https://github.com/lgf4591/pypi_poetry_templat/issues",
        "documentation": "https://github.com/lgf4591/pypi_poetry_template/blob/main/README.md",
        "homepage": "https://github.com/lgf4591/pypi_poetry_template",
        "repository": "https://github.com/lgf4591/pypi_poetry_template"
    },
    "split_keywords": [
        "packaging",
        "poetry",
        "template"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5e3080e2ba7b64aa22cb4c9382ef6916658f6e95688c5c106bf6df45300f7d7",
                "md5": "aa2fea9f01261a999de705d48c1ddcbd",
                "sha256": "4d9ba801d23c594c9037c4d1c994c6563d930de4969d66de0583f491844b9b1a"
            },
            "downloads": -1,
            "filename": "pypi_poetry_template-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aa2fea9f01261a999de705d48c1ddcbd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 3922,
            "upload_time": "2023-11-24T20:20:28",
            "upload_time_iso_8601": "2023-11-24T20:20:28.850733Z",
            "url": "https://files.pythonhosted.org/packages/a5/e3/080e2ba7b64aa22cb4c9382ef6916658f6e95688c5c106bf6df45300f7d7/pypi_poetry_template-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "490570f9cfbeaa6518fb90124cac73aa129e0bb080078654a0f0ffccb135ae89",
                "md5": "8acca5f1de8384f14dca01a4ba1758cf",
                "sha256": "f3af6c213da415a7b37bdfcf6f23ff24f2d54fb959ebfb021a906d3d4870a755"
            },
            "downloads": -1,
            "filename": "pypi_poetry_template-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "8acca5f1de8384f14dca01a4ba1758cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 2934,
            "upload_time": "2023-11-24T20:20:30",
            "upload_time_iso_8601": "2023-11-24T20:20:30.945870Z",
            "url": "https://files.pythonhosted.org/packages/49/05/70f9cfbeaa6518fb90124cac73aa129e0bb080078654a0f0ffccb135ae89/pypi_poetry_template-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-24 20:20:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lgf4591",
    "github_project": "pypi_poetry_templat",
    "github_not_found": true,
    "lcname": "pypi_poetry_template"
}
        
Elapsed time: 0.14199s