Metadata-Version: 1.0
Name: orb-api
Version: 4.4.0
Summary: Database ORM and API builder.
Home-page: https://github.com/ProjexSoftware/orb
Author: Eric Hulser
Author-email: eric.hulser@gmail.com
License: LGPL
Description: orb
        ======================
        
        The ORB library is an object-oriented, pythonic, object relational mapper
        for databases.
        
        Installation
        -----------------------
        
        If you would like to use the latest build that has been tested and published,
        you can use the Python `setuptools` to install it to your computer or virtual
        environment:
        
            $ pip install projex_orb
        
        or...
        
            $ easy_install projex_orb
        
        If you would like to use the latest code base, you can clone the repository
        and reference your `PYTHONPATH` to the checkout location, or make a build
        of the code by using the `projex.xbuild` system:
        
            $ cd /path/to/git/orb
            $ python /path/to/projex/scripts/xbuild.py ./orb.xbuild
        
        Documentation
        -----------------------
        
        Documentation can be found on [read the docs](http://orb.readthedocs.org/en/latest/) 
Platform: UNKNOWN
