Skip to content

charblanc/pyramid_orb

 
 

Repository files navigation

pyramid_orb

The pyramid_orb project is aimed at providing an integration layer between the ORB database mapping system and the pyramid web framework.

Installation

pip install pyramid_orb

Documentation

Documentation is a part of the global ORB framework docs, hosted on GitBook.com.

For specific ORB-Pyramid integration, refer to this section on pyramid_orb.

Testing

To run the unit tests you will need to create a virtual environment, install the test requirements, and execute the py test command:

virtualenv env
source env/bin/activate
pip install -r requirements-test.txt
py.test tests

About

Bindings for the pyramid webframework and the ORB database ORM library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%