ttlcollections/README.md

28 lines
749 B
Markdown
Raw Permalink Normal View History

2020-05-31 15:22:54 +02:00
# ttlcollections - Pure python collections with Time-to-live
`ttlcollections` is a pure Python implementation of a various data structures with built-in TTL (time to live) functionality, using nothing but the standard library.
It takes advantages of the efficient `collections.deque` data structure and of the `heapq` library for fast and efficient queues
## Installation
To install the library from source, simply clone this repository and run the command `python3 setup.py install`
The library will be published on PyPi soon
2020-05-31 15:22:54 +02:00
## Docs
The official documentation will be available soon
2020-05-31 15:22:54 +02:00
## Credits
Nocturn9x - Main developer
### Contacts for Nocturn9x
[Telegram](https://telegram.me/processare)
2020-05-31 15:22:54 +02:00
[Email](mailto:nocturn9x@intellivoid.net)
2020-05-31 15:22:54 +02:00