Metadata-Version: 2.1
Name: pyworks-orm
Version: 1.0.0a1
Summary: Pyworks ORM is a wrapper and other branch based on Orator ORM.
Home-page: https://github.com/pyworksasia/pyworks-orm
License: MIT
Keywords: database,orm
Author: PyWorks Asia Team
Author-email: opensource@pyworks.asia
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: mysql
Provides-Extra: mysql-python
Provides-Extra: pgsql
Requires-Dist: Faker (>=0.8,<0.9)
Requires-Dist: PyMySQL (>=0.7,<0.8); extra == "mysql-python"
Requires-Dist: Pygments (>=2.2,<3.0)
Requires-Dist: backpack (>=0.1,<0.2)
Requires-Dist: blinker (>=1.4,<2.0)
Requires-Dist: cleo (>=0.6,<0.7)
Requires-Dist: inflection (>=0.3,<0.4)
Requires-Dist: lazy-object-proxy (>=1.2,<2.0)
Requires-Dist: mysqlclient (>=1.3,<2.0); extra == "mysql"
Requires-Dist: pendulum (>=1.4,<2.0)
Requires-Dist: psycopg2 (>=2.7,<3.0); extra == "pgsql"
Requires-Dist: pyaml (>=16.12,<17.0)
Requires-Dist: pyyaml (>=5.1,<6.0)
Requires-Dist: simplejson (>=3.10,<4.0)
Requires-Dist: six (>=1.10,<2.0)
Requires-Dist: wrapt (>=1.10,<2.0)
Project-URL: Repository, https://github.com/pyworksasia/pyworks-orm
Description-Content-Type: text/x-rst

Pyworks ORM
######

Pyworks is an open source framework for fast-up release the products for python developers. It is inspired by the laravel framework. 

Pyworks ORM is a branch based on Orator which is an awesome python orm with modern thinking. 


