Skip to main content

A library to reserve things

Project description

Libres is a reservations management library to reserve things like tables at a restaurant or tickets at an event. It works with Python 2.7 and Python 3.3+ and requires Postgresql 9.1.

Documentation | Source | Bugs

This library is at an experimental stage and not yet suitable for production

travis build status coveralls.io coverage Latest PyPI release

Changelog

0.2.3 (2016-10-25)

  • Small performance improvements when dealing with many allocations. [href]

0.2.2 (2016-07-08)

  • Ensures that all models are hashable to avoid problems with certain SQLAlchemy extensions/plugins. [href]

0.2.1 (2016-04-27)

  • Reservations added to the same session may not be duplicated anymore. [href]

  • Errors raised during reservation now have a ‘reservation’ attribute. [href]

0.2.0 (2016-04-26)

  • Adds the ability to have a single token shared across multiple reservations in a single session. [href]

0.1.4 (2015-11-25)

  • Adds the ability to change unapproved reservations. [href]

  • Adds an extra check for start/end time. If the requested start/end time lies outside any possible allocation, an error is raised. [href]

  • Ensures that approved reservations cannot be somehow removed during cleanup. [href]

0.1.3 (2015-09-03)

  • Adds a method to remove unused allocations. [href]

0.1.2 (2015-08-25)

  • Replaces libres.modules.calendar with sedate. [href]

  • Naive start/end dates on the allocation are now automatically converted into the correct timezone when they are set. [href]

0.1.1 (2015-08-19)

  • It was possible to add or move an allocation to an invalid state (end before start date). This is now caught correctly. [href]

0.1.0 (2015-07-30)

  • BREAKING CHANGE: This release switches to a single SERIALIZED connections.

    Previously it used a READ COMMITED and a SERIALIZED connection in parallel, switching to the READ COMMITED connection for readonly queries and using the SERIALIZED connection for write queries.

    Using a serialized connection for everything reduces speed slightly (though we haven’t been able to measure the effect on our lowish traffic sites). But it makes it easier to use libres with an existing connection when integrating it.

    It also simplifies the code by quite a bit.

0.0.2 (2015-03-16)

  • Fix being unable to delete an allocation with a quota > 1. See issue #8. [href]

  • Replace read session write guard with a simpler version. [href]

0.0.1 (2015-02-09)

  • Initial release. [href]

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

libres-0.2.3.tar.gz (78.0 kB view details)

Uploaded Source

Built Distribution

libres-0.2.3-py3-none-any.whl (60.9 kB view details)

Uploaded Python 3

File details

Details for the file libres-0.2.3.tar.gz.

File metadata

  • Download URL: libres-0.2.3.tar.gz
  • Upload date:
  • Size: 78.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for libres-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ca370619ab7f060dfb41a0de1a80138fea9d6308cec7e93cb809e13da0ac0097
MD5 3bcf166c2aa482a11567d16a08ee1e53
BLAKE2b-256 23053731bd2a7979a86122d05cdfd9a7b8533ea9aef09f316e8a787e76f7a318

See more details on using hashes here.

File details

Details for the file libres-0.2.3-py3-none-any.whl.

File metadata

File hashes

Hashes for libres-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 05aa40549e980b494963851470d9121b576bacb1286968e8e89be64a4770b211
MD5 5233f4f9311d20fb54cc3f3fff598ebc
BLAKE2b-256 fe42a4031d7afa5eb9e96de8bd5784fdd5a3eda23bb1e7211ed6b5ba18d00d98

See more details on using hashes here.

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