-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
22 lines (22 loc) · 965 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Metadata-Version: 1.0
Name: PyDO
Version: 2.0.3
Summary: a Python ORM supporting many RDBMS backends
Home-page: http://skunkweb.org/pydo2.html
Author: Jacob Smullyan
Author-email: smulloni@smullyan.org
License: GPL/BSD
Description: PyDO is a ORM (Object-Relational Mapper) database access library for
Python that facilitates writing a Python database access layer. PyDO
attempts to be simple, flexible, extensible, and unconstraining.
Keywords: ORM,database,SkunkWeb
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: SQL
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules