Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.44 KB

File metadata and controls

60 lines (40 loc) · 1.44 KB

Package Name

Run tests Coverage License: ISC REUSE

Package description.

Installation

pip install package-name

Usage

from package_name import example_function

result = example_function()
print(result)

Documentation

Full documentation is available at: https://username.github.io/package-name/

Development

This project uses UV for dependency management.

Setup

# Clone the repository
git clone https://github.com/username/package-name.git
cd package-name

# Install dependencies
uv sync --all-extras --dev

Running tests

uv run pytest tests/

Building documentation locally

cd docs
npm install
npm run dev

License

This project is licensed under the ISC License - see the LICENSE.md file for details.