https://github.com/havocesp/dictexpire
Dict like with specific expire time per item.
https://github.com/havocesp/dictexpire
data dict expire item items key map mapping python python3 time timeout value volatile
Last synced: 11 months ago
JSON representation
Dict like with specific expire time per item.
- Host: GitHub
- URL: https://github.com/havocesp/dictexpire
- Owner: havocesp
- Created: 2018-11-15T21:47:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T22:52:39.000Z (over 2 years ago)
- Last Synced: 2025-01-12T02:41:05.358Z (over 1 year ago)
- Topics: data, dict, expire, item, items, key, map, mapping, python, python3, time, timeout, value, volatile
- Language: Python
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DictExpire
- **Author**: `Daniel J. Umpierrez`
- **Site**: [https://github.com/havocesp/DictExpire](https://github.com/havocesp/dictexpire)
- **License**: `UNLICENSE`
- **Version**: `0.1.0`
# Description
dictexpire
# Requirements
- [python](https://www.python.org/) `(3.5+)`
- [dictexpire](https://pypi.org/project/dictexpire)
# Installation
## Using `pip`
Prior to install, it's recommended to create and/or activate a python virtual environment.
### Directly from _GitHub_
```bash
pip install git+https://github.com/havocesp/dictexpire
```
## Using `git`
```bash
git clone https://github.com/havocesp/dictexpire
cd dictexpire
pip install -U .
```
# Usage
``
dictexpire
```
## Changelog
### 0.1.0
- Initial version
# TODO
- [ ] dictexpire