python-project-template
pyscaffold
python-project-template | pyscaffold | |
---|---|---|
4 | 5 | |
1,168 | 2,149 | |
1.4% | 0.7% | |
3.7 | 7.4 | |
7 months ago | 10 days ago | |
Makefile | Python | |
The Unlicense | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
python-project-template
-
How to configure Makefile to dynamically generate list of commands
But thanks to the Makefile set up in this Python starter project, there's an even handier way to have make list shown above be generated without updating two places.
- turbo encabulator compliant
- Resources to learn how to make production quality code for projects? (using github, project organization, unit testing...)
- A github template to generate your next python project
pyscaffold
-
Which scaffolding package should I use?
- pyscaffold
- Comment structurer mon projet Python ?
-
ScheduledThreadPoolExecutor in Python
Scheduled Thread Pool Executor Scheduled Thread Pool Executor implementation in python Makes use of delayed queue implementation to submit tasks to the thread pool. Usage from scheduled_thread_pool_executor import ScheduledThreadPoolExecutor scheduled_executor = ScheduledThreadPoolExecutor(max_workers=5) scheduled_executor.schedule(task, 0) # equals to schedule once, where task is a callable scheduled_executor.schedule_at_fixed_rate(task, 0, 5) # schedule immediately and run periodically for every 5 secs scheduled_executor.schedule_at_fixed_delay(task, 5, 10) # schedule after 5secs (initial delay) and run periodically for every 10secs Note This project has been set up using PyScaffold 4.1.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
- Resources to learn how to make production quality code for projects? (using github, project organization, unit testing...)
-
The first release candidate of PyScaffold 4.0 just arrived!🎉
Discussion, suggestions, questions: https://github.com/pyscaffold/pyscaffold/discussions
What are some alternatives?
Blueprint/Boilerplate For Python Projects - Blueprint/Boilerplate For Python Projects
python-blueprint - 🐍 Example Python project using best practices 🥇
datamodel-code-generator - Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
py_everything - A python package containing all the basic functions and classes for python. From simple addition to advanced file encryption.
cookiecutter-poetry - A modern cookiecutter template for Python projects that use Poetry for dependency management
django-notifications - GitHub notifications alike app for Django
wolt-python-package-cookiecutter - Cookiecutter for rapidly creating modern & high-quality Python packages
nextrelease - One-click release publishing by merging an automated PR.
python-script-template - My Python script template
scheduled_thread_pool_executor - Scheduled Thread Pool Executor implementation in python
cookiecutter-cruft-poetry-tox-pre-commit-ci-cd - A Modern DevSecOps-centric Cookiecutter template for Python packages and/or projects
towncrier - Manage the release notes for your project.