Metadata-Version: 2.4
Name: pookiepages
Version: 0.1.0
Summary: A Python web framework built on Flask and PookieDB
Author-email: Grace Peter Mutiibwa <gracepetermutiibwa@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/GracePeterMutiibwa/pookiepages
Project-URL: Documentation, https://pookiepages.readthedocs.io
Project-URL: Repository, https://github.com/GracePeterMutiibwa/pookiepages
Keywords: web,framework,flask,pookiedb,fullstack
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: flask>=3.0.0
Requires-Dist: cryptography>=42.0.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: bcrypt>=4.0.0
Requires-Dist: authlib>=1.3.0
Requires-Dist: rcssmin>=1.1.0
Requires-Dist: rjsmin>=1.2.0
Requires-Dist: orjson>=3.9.0
Requires-Dist: pysimdjson>=5.0.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: Pillow>=10.0.0
Requires-Dist: zvec>=0.5.1
Requires-Dist: textual>=0.60.0
Requires-Dist: boto3>=1.34.0
Requires-Dist: pookiedb>=0.1.4
Requires-Dist: click>=8.1.0
Requires-Dist: pytest>=8.0.0
Requires-Dist: pytest-asyncio>=0.23.0

# pookiepages

A Python web framework built on Flask and PookieDB. File-based routing, typed APIs, built-in auth, admin panel, AI providers, vector search, and transactional email out of the box.

## Quick start

```bash
pip install pookiepages
pookiepages init
pookiepages run
```

## Documentation

See the [docs](docs/) directory or run `mkdocs serve` after installation.
