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>
17 lines
549 B
Plaintext
17 lines
549 B
Plaintext
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"
|