معرفی شرکت ها


cookiecutter-poetry-0.5.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A python cookiecutter application to create a new python project that uses poetry to manage its dependencies.
ویژگی مقدار
سیستم عامل -
نام فایل cookiecutter-poetry-0.5.5
نام cookiecutter-poetry
نسخه کتابخانه 0.5.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Florian Maas
ایمیل نویسنده fpgmaas@gmail.com
آدرس صفحه اصلی https://github.com/fpgmaas/cookiecutter-poetry
آدرس اینترنتی https://pypi.org/project/cookiecutter-poetry/
مجوز -
<p align="center"> <img width="600" src="https://raw.githubusercontent.com/fpgmaas/cookiecutter-poetry/main/docs/static/cookiecutter.svg"> </p style = "margin-bottom: 2rem;"> --- [![Release](https://img.shields.io/github/v/release/fpgmaas/cookiecutter-poetry)](https://pypi.org/project/cookiecutter-poetry/) [![Build status](https://img.shields.io/github/actions/workflow/status/fpgmaas/cookiecutter-poetry/main.yml?branch=main)](https://github.com/fpgmaas/cookiecutter-poetry/actions/workflows/main.yml?query=branch%3Amain) [![Supported Python versions](https://img.shields.io/pypi/pyversions/cookiecutter-poetry)](https://pypi.org/project/cookiecutter-poetry/) [![Docs](https://img.shields.io/badge/docs-gh--pages-blue)](https://fpgmaas.github.io/cookiecutter-poetry/) [![License](https://img.shields.io/github/license/fpgmaas/cookiecutter-poetry)](https://img.shields.io/github/license/fpgmaas/cookiecutter-poetry) This is a modern Cookiecutter template that can be used to initiate a Python project with all the necessary tools for development, testing, and deployment. It supports the following features: - [Poetry](https://python-poetry.org/) for dependency management - CI/CD with [GitHub Actions](https://github.com/features/actions) - Pre-commit hooks with [pre-commit](https://pre-commit.com/) - Code quality with [black](https://pypi.org/project/black/), [ruff](https://github.com/charliermarsh/ruff), [mypy](https://mypy.readthedocs.io/en/stable/), and [deptry](https://github.com/fpgmaas/deptry/) - Publishing to [Pypi](https://pypi.org) or [Artifactory](https://jfrog.com/artifactory) by creating a new release on GitHub - Testing and coverage with [pytest](https://docs.pytest.org/en/7.1.x/) and [codecov](https://about.codecov.io/) - Documentation with [MkDocs](https://www.mkdocs.org/) - Compatibility testing for multiple versions of Python with [Tox](https://tox.wiki/en/latest/) - Containerization with [Docker](https://www.docker.com/) --- <p align="center"> <a href="https://fpgmaas.github.io/cookiecutter-poetry/">Documentation</a> - <a href="https://github.com/fpgmaas/cookiecutter-poetry-example">Example</a> - <a href="https://pypi.org/project/cookiecutter-poetry/">PyPi</a> </p> --- ## Quickstart On your local machine, navigate to the directory in which you want to create a project directory, and run the following two commands: ``` bash pip install cookiecutter-poetry ccp ``` Alternatively, install `cookiecutter` and directly pass the URL to this Github repository to the `cookiecutter` command: ``` bash pip install cookiecutter cookiecutter https://github.com/fpgmaas/cookiecutter-poetry.git ``` Create a repository on GitHub, and then run the following commands, replacing `<project-name>`, with the name that you gave the Github repository and `<github_author_handle>` with your Github username. ``` bash cd <project_name> git init -b main git add . git commit -m "Init commit" git remote add origin git@github.com:<github_author_handle>/<project_name>.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/). ## Acknowledgements This project is partially based on [Audrey Feldroy\'s](https://github.com/audreyfeldroy)\'s great [cookiecutter-pypackage](https://github.com/audreyfeldroy/cookiecutter-pypackage) repository.


نیازمندی

مقدار نام
>=2.1.1,<3.0.0 cookiecutter


زبان مورد نیاز

مقدار نام
>=3.8,<4.0 Python


نحوه نصب


نصب پکیج whl cookiecutter-poetry-0.5.5:

    pip install cookiecutter-poetry-0.5.5.whl


نصب پکیج tar.gz cookiecutter-poetry-0.5.5:

    pip install cookiecutter-poetry-0.5.5.tar.gz