You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

orb-api

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orb-api

Database ORM and API builder.

2016.1.50
pipPyPI
Maintainers
4

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 orb-api

If you would like to use the latest code base, you can clone the repository and reference and run setup.py for your virtual environment

git clone https://github.com/orb-framework/orb.git
cd orb
python setup.py develop

Running Tests

To run the unit tests, you can just run the test command from the setuptools

python setup.py test

To run the functional tests, you will need to specify the test environment using the tox command line utility.

pip install tox
tox -e postgres

Documentation

Documentation for orb is written and hosted in GitBook

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts