Skip to content
/ axiombook Public

A primer on Axiom, a Python object store that uses SQLite

Notifications You must be signed in to change notification settings

lvh/axiombook

Repository files navigation

The Axiom Book

The Axiom Book is intended as a primer to Axiom, an object store for Python built on top of SQLite.

Reading

The current version of the book is graciously hosted by ReadTheDocs.

Building

The repository is a fairly standard Sphinx repository. To build the documentation, run make [builder] where builder is the format you want (e.g. html or pdf).

The documentation is self-testing using doctests, wich can be run using make doctests.

Contributing

Contributions and issue reports are welcome on Github.

Please make contributions self-testing using doctest wherever possible!

Testing

Most of the Axiom book is written using doctests, so the book can largely be automatically verified. This is done automatically by Travis CI.

Build Status

About

A primer on Axiom, a Python object store that uses SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages