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
Changelog
0.1.1 (2015-8-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-7-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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file libres-0.1.1.tar.gz
.
File metadata
- Download URL: libres-0.1.1.tar.gz
- Upload date:
- Size: 78.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5918451960369146f3def291312cd1a9e0cb57cd91ff6aed2529ea70b357fc2b |
|
MD5 | d7d428ce293637d2e10a6c6e7183f228 |
|
BLAKE2b-256 | e7791fd111b939541f3436af8c249a800630ceab294065a65b0c8d8a6318b397 |