Metadata-Version: 2.1
Name: lormsq
Version: 0.0.6
Summary: SQL ORM
Home-page: UNKNOWN
Author: alive2212 (Babak Nodoust)
Author-email: <alive2212@gmail.com>
License: UNKNOWN
Keywords: python,video,stream,video stream,camera stream,sockets
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENCE


# This is Python ORM for SQL Databases









#### Helpful command for publish module

* To preparing dist folder

`python .\setup.py sdist bdist_wheel`

* To publish to pypi server

`twine upload --repository-url https://upload.pypi.org/legacy/ dist/*`

