Initial commit: Family Planner application
Complete family planning application with: - React frontend with TypeScript - Node.js/Express backend with TypeScript - Python ingestion service for document processing - Planning ingestion service with LLM integration - Shared UI components and type definitions - OAuth integration for calendar synchronization - Comprehensive documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Metadata-Version: 2.4
|
||||
Name: family-planner-ingestion
|
||||
Version: 0.1.0
|
||||
Summary: OCR and planning ingestion service for Family Planner Hub
|
||||
Author: Family Planner
|
||||
Requires-Dist: fastapi>=0.110.0
|
||||
Requires-Dist: pydantic>=2.6.0
|
||||
Requires-Dist: uvicorn[standard]>=0.30.0
|
||||
Requires-Dist: python-multipart>=0.0.9
|
||||
Requires-Dist: pillow>=10.0.0
|
||||
Requires-Dist: pdfplumber>=0.11.0
|
||||
Requires-Dist: openpyxl>=3.1.0
|
||||
Provides-Extra: dev
|
||||
Requires-Dist: pytest>=8.0.0; extra == "dev"
|
||||
Requires-Dist: ruff>=0.5.0; extra == "dev"
|
||||
Requires-Dist: httpx>=0.27.0; extra == "dev"
|
||||
Reference in New Issue
Block a user