tedivm /
robs_awesome_python_template
Production-ready Python template: Choose from FastAPI, SQLAlchemy, Celery, Docker, CI/CD and more. Flexibility that scales from libraries to full applications.
86/100 healthLoading repository dataβ¦
pytest-dev / repository
A Cookiecutter template for pytest plugins π»
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Minimal Cookiecutter template for authoring pytest plugins that help you write better programs.
Install Cookiecutter and generate a new pytest plugin project:
$ pip install cookiecutter
$ cookiecutter https://github.com/pytest-dev/cookiecutter-pytest-plugin
Cookiecutter prompts you for information regarding your plugin:
full_name [Raphael Pierzina]: Andreas Pelme
email [raphael@hackebrot.de]: andreas@pelme.se
github_username [hackebrot]: pelme
plugin_name [foobar]: awesome
module_name [awesome]: awesome
short_description [A simple plugin to use with pytest]:
version [0.1.0]:
pytest_version [2.9.1]:
Select docs_tool:
1 - mkdocs
2 - sphinx
3 - none
Choose from 1, 2, 3 [1]: 1
Select license:
1 - MIT
2 - BSD-3
3 - GNU GPL v3.0+
Choose from 1, 2, 3 [1]: 2
INFO:post_gen_project:Moving files for mkdocs.
There you go - you just created a minimal pytest plugin:
pytest-awesome/
βββ LICENSE
βββ README.rst
βββ pyproject.toml
βββ src
β βββ pytest_awesome
β βββ __init__.py
β βββ plugin.py
βββ tests
β βββ conftest.py
β βββ test_awesome.py
βββ tox.ini
pyproject.toml.README.rst file that contains useful information about your
pluginIf you plan on submitting your plugin to the pytest-dev organization you need to meet the following requirements:
Please see the official guidelines at Submit a Plugin.
Please consult the pytest docs for more information on hooks at pytest hook reference.
We welcome you to contribute to this project. Please visit the documentation to get started!
If you encounter any problems, please file an issue along with a detailed description.
Everyone interacting in the Cookiecutter pytest Plugin project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.
Distributed under the terms of the MIT license, Cookiecutter pytest Plugin is free and open source software.
Selected from shared topics, language and repository descriptionβnot editorial ratings.
tedivm /
Production-ready Python template: Choose from FastAPI, SQLAlchemy, Celery, Docker, CI/CD and more. Flexibility that scales from libraries to full applications.
86/100 healthboromir674 /
:globe_with_meridians: Scaffold modern Python Package Project, from a configurable Template, delivering public releases to PyPI and Dockerhub and having a CI/CD Pipeline, which supports DevOps processes with best practices.
57/100 healthcookiecutter-serious /
A cookiecutter Python CLI template with setup.py, pytest and many pytest plugins.
44/100 healthakopdev /
Cookiecutter-based project template for Python packages with a modern toolchain, code snippets, pytest configuration, Makefile, and more.
43/100 healthjohnnymillergh /
python_boilerplate is a boilerplate project for Python. Based on template sourcery-ai/python-best-practices-cookiecutter.
61/100 healthpurarue /
cookiecutter template for a strongly typed python package w/ click, pytest, mypy, flake8 and CI using github actions
56/100 health