PyScaffold 4.6
Template tool for putting up the scaffold of a Python project
The pyscaffold
Python package is a project generator designed to bootstrap high-quality Python packages that are ready to be shared on PyPI and installable via pip. It encourages the adoption of the best tools and practices of the Python ecosystem, aiming to enhance productivity. After installation, it provides a putup
command to generate a project template with necessary configurations and setups. The generated project is an already initialized git repository, and it uses setuptools for packaging, Sphinx for documentation, and pytest for running automated tests. The package also supports versioning and git integration, making it a comprehensive tool for Python project setup.
The pyscaffold/pyscaffold
repo was created 10 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 2093 github stars!
How to Install pyscaffold
You can install pyscaffold using pip
pip install pyscaffold
or add it to a project with poetry
poetry add pyscaffold
Package Details
- Author
- Florian Wilhelm
- License
- MIT
- Homepage
- https://github.com/pyscaffold/pyscaffold/
- PyPi:
- https://pypi.org/project/PyScaffold/
- Documentation:
- https://pyscaffold.org/
- GitHub Repo:
- https://github.com/pyscaffold/pyscaffold
Classifiers
- Utilities
Related Packages
Errors
A list of common pyscaffold errors.
Code Examples
Here are some pyscaffold
code examples and snippets.
GitHub Issues
The pyscaffold package has 36 open issues on GitHub
- rename
.readthedocs.yml
to.readthedocs.yaml
- Should
.readthedocs.yml
be.readthedocs.yaml
instead? - add args (set to default) for check-added-large-files
- [pre-commit.ci] pre-commit autoupdate
- Commit fails due to existing pre-commit hook
- Dependencies don't seem to be recognized in the GitHub dependencies graph