havocesp / dictexpire

Dict like with specific expire time per item.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DictExpire

Description

dictexpire

Requirements

Installation

Using pip

Prior to install, it's recommended to create and/or activate a python virtual environment.

Directly from GitHub

pip install git+https://github.com/havocesp/dictexpire

Using git

git clone https://github.com/havocesp/dictexpire
cd dictexpire
pip install -U .

Usage

`` dictexpire


## Changelog

### 0.1.0
 - Initial version

# TODO
 - [ ] dictexpire

About

Dict like with specific expire time per item.


Languages

Language:Python 100.0%