Metadata-Version: 2.5
Name: meteorbase
Version: 0.1.0
Summary: A Python client for MeteorBase
Project-URL: Homepage, https://github.com/itsjustayush/meteorbaseapi
Author-email: Ayush Bhattacharya <info.cometlabs@gmail.com>
License: MIT
Requires-Python: >=3.8
Requires-Dist: fastapi==0.116.1
Requires-Dist: google-genai>=2.20.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: python-dotenv==1.2.2
Requires-Dist: supabase==2.31.0
Requires-Dist: uvicorn[standard]==0.35.0
Description-Content-Type: text/markdown

# MeteorBase

A Python client and API service for MeteorBase.

## Installation

```bash
pip install meteorbase
```

The FastAPI application is available as `meteorbase.app:app`.