Metadata-Version: 2.4
Name: moontraze
Version: 1.0.0
Summary: Official Moontraze SDK — Auth, Database, Storage, Notifications
Author-email: Moontraze <faisalrizwan0077@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://moontraze.com
Project-URL: Repository, https://github.com/moontraze/sdk-python
Project-URL: Documentation, https://docs.moontraze.com
Keywords: moontraze,backend,auth,database,storage,notifications,sdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: urllib3>=1.26.0
Provides-Extra: async
Requires-Dist: aiohttp>=3.8.0; extra == "async"
Dynamic: license-file

# moontraze

Official Moontraze Python SDK — Auth, Database, Storage, and Push Notifications.

## Installation

```bash
pip install moontraze
