Files
animaltrack/src/animaltrack/__init__.py
Petru Paler c0b939627b feat: initial project setup with implementation plan
- Add PLAN.md with 40-step checklist across 10 phases
- Add CLAUDE.md with project-specific instructions
- Set up nix flake with FastHTML/MonsterUI dependencies
- Create Python package skeleton (src/animaltrack)
- Vendor FastHTML and MonsterUI documentation
- Add Docker build configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-27 17:37:16 +00:00

5 lines
147 B
Python

# ABOUTME: AnimalTrack - Event-sourced animal tracking for poultry farm management.
# ABOUTME: Main package initialization.
__version__ = "0.1.0"