Metadata-Version: 2.1
Name: panther
Version: 0.1.2
Summary: Fast, Friendly Python Web Framework
Home-page: https://github.com/alirn76/panther
Author: Ali RajabNezhad
Author-email: alirn76@yahoo.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# framework

## idea
- [ ] TUI for a monitoring system / CLI for project commands
- [ ] Set **static** Config to .yaml or .ini (.conf, .cfg, etc...)
- [ ] Cli command API output mode for postman

### TODO:
- [ ] Database core 
   - [ ] NoSQL
   - [x] SQL
- [x] Url core
- [ ] HTML Rendering
- [ ] CronJob (Optional)
- [ ] Signal core (models, query, view, ...)
- [ ] View core --> (actors, views, apis, controllers, ...)
- [ ] Middleware core
- [x] Serializer --> Serpyco
- [ ] Test --> Pytest
- [ ] Websocket core
- [ ] Jinja
- [ ] Load config file in config of framework
- [ ] Database Driver
- [ ] User strawberry.rocks for GraphQL

