A python cookiecutter application to create a new python project that uses uv to manage its dependencies.
Project description
uvi uv init
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:
This project 'works' but is far from perfect!
See todos: TODO.md
- uv for dependency management
- CI/CD with GitHub Actions
- Pre-commit hooks with pre-commit
- Code quality with ruff, mypy, deptry and prettier
- Publishing to PyPI by creating a new release on GitHub
- Testing and coverage with pytest and codecov
- Documentation with MkDocs
- Compatibility testing for multiple versions of Python with tox-uv
- Containerization with Docker
- Development environment with VSCode devcontainers
Docs
Installation & Usage
For both methods follow the prompts to configure your project. Once completed, a new directory containing your project will be created. Then navigate into your newly created project directory and follow the instructions in the
README.mdto complete the setup of your project.
Method 1: Using the CLI tool (Recommended)
Install the uvi tool globally:
uv tool install uvi
# or using pip
pip install uvi
Then navigate to the directory where you want to create your project and run:
uvi
Method 2: Using Cookiecutter directly
Alternatively, you can use cookiecutter directly:
uvx cookiecutter https://github.com/shaneholloman/uvi.git
# or if you don't have uv installed:
pip install cookiecutter
cookiecutter https://github.com/shaneholloman/uvi.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uvi-0.3.1.tar.gz.
File metadata
- Download URL: uvi-0.3.1.tar.gz
- Upload date:
- Size: 36.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fadf70dfe6a2123975a4dfe7c8f24a52365092c95c6130d39d2d48708bc62eb
|
|
| MD5 |
b5499eb8c465f81eaad6c5e2daceb280
|
|
| BLAKE2b-256 |
bf482c408bb7f7e2510a6717f71f902c8b467d682f0bbe4fc92ad105ce608563
|
File details
Details for the file uvi-0.3.1-py3-none-any.whl.
File metadata
- Download URL: uvi-0.3.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c0efb608ed5a747e81a059242968be1b99703540d9e781019cdca1df0b04878
|
|
| MD5 |
1df5464e98056e3c9c5e494cc441a0d1
|
|
| BLAKE2b-256 |
54ddb84e65a75873fea6f0515f65a5c825add8f9986499a2fad75a68233b22ec
|