Skip to main content

This is a template repository for Python projects that use uv for their dependency management.

Project description

barking

Release Build status codecov Commit activity License

This is a template repository for Python projects that use uv for their dependency management.

Getting started with your project

1. Create a New Repository

First, create a repository on GitHub with the same name as this project, and then run the following commands:

git init -b main
git add .
git commit -m "init commit"
git remote add origin git@github.com:bryanhann/barking.git
git push -u origin main

2. Set Up Your Development Environment

Then, install the environment and the pre-commit hooks with

make install

This will also generate your uv.lock file

3. Run the pre-commit hooks

Initially, the CI/CD pipeline might be failing due to formatting issues. To resolve those run:

uv run pre-commit run -a

4. Commit the changes

Lastly, commit the changes made by the two steps above to your repository.

git add .
git commit -m 'Fix formatting issues'
git push origin main

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, see here. For activating the automatic documentation with MkDocs, see here. To enable the code coverage reports, see here.

Releasing a new version


Repository initiated with fpgmaas/cookiecutter-uv.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

barking-0.0.1.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

barking-0.0.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file barking-0.0.1.tar.gz.

File metadata

  • Download URL: barking-0.0.1.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.20

File hashes

Hashes for barking-0.0.1.tar.gz
Algorithm Hash digest
SHA256 1dd78e4eadd6739e5ecc61dc0a4b78b2242ab029e5b891e06d32dacfb5042bac
MD5 882cd76f118a3bd5442430dfbfdf61c1
BLAKE2b-256 71ea70fe447f65be22b9596f0b08191a085f14c91ee90c46501cc0d3c49b8cea

See more details on using hashes here.

File details

Details for the file barking-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: barking-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.4.20

File hashes

Hashes for barking-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 43b592b316dcb763f7b2e27697f025e11f35220a537a1a31eedcab31799966be
MD5 e7b7335fb67be0835bdf77239f8f1d07
BLAKE2b-256 dd88ddf8461bfe21bfa39369f03e242588f1d61ed10ce277fc86e0ca75184140

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page