testproject
Go to file
rob 470ec727e5 Initial project setup
Created by development-hub/new-project script
2026-04-03 16:58:57 -03:00
.gitignore Initial project setup 2026-04-03 16:58:57 -03:00
CLAUDE.md Initial project setup 2026-04-03 16:58:57 -03:00
README.md Initial project setup 2026-04-03 16:58:57 -03:00
pyproject.toml Initial project setup 2026-04-03 16:58:57 -03:00

README.md

testproject

testproject

Installation

pip install -e .

Usage

TODO: Add usage instructions

Documentation

Full documentation is available at: https://pages.brrd.tech/rob/testproject/

Development

# Clone the repository
git clone https://gitea.brrd.tech/rob/testproject.git
cd testproject

# Create virtual environment
python -m venv .venv
source .venv/bin/activate

# Install for development
pip install -e ".[dev]"

# Run tests
pytest

License

TODO: Add license