An open API service indexing awesome lists of open source software.

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.

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