Skip to main content

An encapsulated persistance layer for Python

Project description

A Python enscapsulated persitance layer for supporting many data access layers.

Very rough at the moment, only offers basic functionality.

Principals

  • Methods that get an object should return None if an object can not be found.

  • Methods that rely on an object existing to work (such as create that relies on a parent object) should raise NotFound if the parent object does not exist.

Testing

To run tests you’ll need to install the test requirements:

pip install -r src/tests/requirements.txt

Run tests:

python src/tests/runtests.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

polydatum-0.8.1.tar.gz (5.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page