Metadata-Version: 2.1
Name: biscotti
Version: 0.0.0a0
Summary: biscotti
Author-email: Anthony Corletti <biscotti@example.com>
License: MIT
Project-URL: Documentation, https://github.com/anthonycorletti/biscotti
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: mypy (>=0.910) ; extra == 'dev'
Requires-Dist: black (>=21.10b0) ; extra == 'dev'
Requires-Dist: ruff (>=0.0.98) ; extra == 'dev'
Requires-Dist: pre-commit (>=2.17.0) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest (>=6.2.5) ; extra == 'test'
Requires-Dist: coverage (>=6.1.1) ; extra == 'test'
Requires-Dist: pytest-cov (>=3.0.0) ; extra == 'test'

# biscotti

A minimal python project template that can be used for CLIs, APIs, GRPC, and other python applications.

## Usage

1. Clone this repository.
1. Replace all instances of `biscotti` across the entire repository with the namespace of your project.
1. Rename the directory `biscotti` with the same name too.
1. Replace `pyproject.toml` with relevant values for your project.
1. Use [pyenv](https://github.com/pyenv/pyenv) for managing your python environment.
1. Set up your virtual environment.
1. Run `./scripts/install.sh`
1. Run `./scripts/test.sh`
1. You're all set! Make this readme whatever you want now. The future is yours!
