cookiecutter_poetry_deepak


Namecookiecutter_poetry_deepak JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/DeepakPant93/cookiecutter-poetry
SummaryA Demo Project for Cookiecutter Poetry
upload_time2024-12-02 16:44:38
maintainerNone
docs_urlNone
authorDeepak Pant
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cookiecutter-poetry

[![Release](https://img.shields.io/github/v/release/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/v/release/DeepakPant93/cookiecutter-poetry)
[![Build status](https://img.shields.io/github/actions/workflow/status/DeepakPant93/cookiecutter-poetry/main.yml?branch=main)](https://github.com/DeepakPant93/cookiecutter-poetry/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/DeepakPant93/cookiecutter-poetry/branch/main/graph/badge.svg)](https://codecov.io/gh/DeepakPant93/cookiecutter-poetry)
[![Commit activity](https://img.shields.io/github/commit-activity/m/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/commit-activity/m/DeepakPant93/cookiecutter-poetry)
[![License](https://img.shields.io/github/license/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/license/DeepakPant93/cookiecutter-poetry)

A Demo Project for Cookiecutter Poetry

-   **Github repository**: <https://github.com/DeepakPant93/cookiecutter-poetry/>
-   **Documentation** <https://DeepakPant93.github.io/cookiecutter-poetry/>

## Getting started with your project

First, create a repository on GitHub with the same name as this project, and then run the following commands:

```bash
git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:DeepakPant93/cookiecutter-poetry.git
git push -u origin main
```

Finally, install the environment and the pre-commit hooks with

```bash
make install
```

You are now ready to start development on your project!
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.

To finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).

## Releasing a new version

-   Create an API Token on [PyPI](https://pypi.org/).
-   Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/DeepakPant93/cookiecutter-poetry/settings/secrets/actions/new).
-   Create a [new release](https://github.com/DeepakPant93/cookiecutter-poetry/releases/new) on Github.
-   Create a new tag in the form `*.*.*`.
-   For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).

---

Repository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/DeepakPant93/cookiecutter-poetry",
    "name": "cookiecutter_poetry_deepak",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Deepak Pant",
    "author_email": "deepak.93p@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/41/3b5e513b048c45225bda4dd34faf64a001e847b2a05a2363a1e9aed9b26e/cookiecutter_poetry_deepak-0.0.2.tar.gz",
    "platform": null,
    "description": "# cookiecutter-poetry\n\n[![Release](https://img.shields.io/github/v/release/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/v/release/DeepakPant93/cookiecutter-poetry)\n[![Build status](https://img.shields.io/github/actions/workflow/status/DeepakPant93/cookiecutter-poetry/main.yml?branch=main)](https://github.com/DeepakPant93/cookiecutter-poetry/actions/workflows/main.yml?query=branch%3Amain)\n[![codecov](https://codecov.io/gh/DeepakPant93/cookiecutter-poetry/branch/main/graph/badge.svg)](https://codecov.io/gh/DeepakPant93/cookiecutter-poetry)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/commit-activity/m/DeepakPant93/cookiecutter-poetry)\n[![License](https://img.shields.io/github/license/DeepakPant93/cookiecutter-poetry)](https://img.shields.io/github/license/DeepakPant93/cookiecutter-poetry)\n\nA Demo Project for Cookiecutter Poetry\n\n-   **Github repository**: <https://github.com/DeepakPant93/cookiecutter-poetry/>\n-   **Documentation** <https://DeepakPant93.github.io/cookiecutter-poetry/>\n\n## Getting started with your project\n\nFirst, create a repository on GitHub with the same name as this project, and then run the following commands:\n\n```bash\ngit init -b main\ngit add .\ngit commit -m \"init commit\"\ngit remote add origin git@github.com:DeepakPant93/cookiecutter-poetry.git\ngit push -u origin main\n```\n\nFinally, install the environment and the pre-commit hooks with\n\n```bash\nmake install\n```\n\nYou are now ready to start development on your project!\nThe CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.\n\nTo finalize the set-up for publishing to PyPI or Artifactory, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/publishing/#set-up-for-pypi).\nFor activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/mkdocs/#enabling-the-documentation-on-github).\nTo enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/codecov/).\n\n## Releasing a new version\n\n-   Create an API Token on [PyPI](https://pypi.org/).\n-   Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/DeepakPant93/cookiecutter-poetry/settings/secrets/actions/new).\n-   Create a [new release](https://github.com/DeepakPant93/cookiecutter-poetry/releases/new) on Github.\n-   Create a new tag in the form `*.*.*`.\n-   For more details, see [here](https://fpgmaas.github.io/cookiecutter-poetry/features/cicd/#how-to-trigger-a-release).\n\n---\n\nRepository initiated with [fpgmaas/cookiecutter-poetry](https://github.com/fpgmaas/cookiecutter-poetry).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Demo Project for Cookiecutter Poetry",
    "version": "0.0.2",
    "project_urls": {
        "Documentation": "https://DeepakPant93.github.io/cookiecutter-poetry/",
        "Homepage": "https://github.com/DeepakPant93/cookiecutter-poetry",
        "Repository": "https://github.com/DeepakPant93/cookiecutter-poetry"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4218eeedb91a2d20f393c50f9089501d23b396a57c0169c71fac5606818d23b0",
                "md5": "b83fea61153714eb5573b7dc23cd55c5",
                "sha256": "070e0f9bacc30188e3f79b350bea0b0f3c113666c60ab22b599249487e0f1159"
            },
            "downloads": -1,
            "filename": "cookiecutter_poetry_deepak-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b83fea61153714eb5573b7dc23cd55c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 3516,
            "upload_time": "2024-12-02T16:44:36",
            "upload_time_iso_8601": "2024-12-02T16:44:36.907509Z",
            "url": "https://files.pythonhosted.org/packages/42/18/eeedb91a2d20f393c50f9089501d23b396a57c0169c71fac5606818d23b0/cookiecutter_poetry_deepak-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38413b5e513b048c45225bda4dd34faf64a001e847b2a05a2363a1e9aed9b26e",
                "md5": "c455d2b36759cc71a2ca03302c82c788",
                "sha256": "3776c25c44d3bca0b7e8d0d8307d6c08558764b2507acca2bf5cd4940af0051d"
            },
            "downloads": -1,
            "filename": "cookiecutter_poetry_deepak-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c455d2b36759cc71a2ca03302c82c788",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 3238,
            "upload_time": "2024-12-02T16:44:38",
            "upload_time_iso_8601": "2024-12-02T16:44:38.600726Z",
            "url": "https://files.pythonhosted.org/packages/38/41/3b5e513b048c45225bda4dd34faf64a001e847b2a05a2363a1e9aed9b26e/cookiecutter_poetry_deepak-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-02 16:44:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "DeepakPant93",
    "github_project": "cookiecutter-poetry",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "cookiecutter_poetry_deepak"
}
        
Elapsed time: 0.85189s