Metadata-Version: 2.1
Name: qwert
Version: 2.0.2
Summary: Python extensions: list/dict/file...
Home-page: https://github.com/VisionNetworkProject/python-qwert
Author: Vision Network
Author-email: michael@vision.network
License: UNKNOWN
Keywords: Python,Extensions,List,Dict,File
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: cli-print
Requires-Dist: requests
Requires-Dist: pyperclip

# Python extensions

[![PyPI Version](http://img.shields.io/pypi/v/qwert.svg)](https://pypi.python.org/pypi/qwert/)

Python extensions:

- list_fn
- dict_fn
- file_fn


## Installation

``` console
$ pip3 install qwert
```


## Usage

``` python
from qwert import cli
from qwert import list_fn
from qwert import dict_fn
from qwert import file_fn
from qwert.file_cache import FileCache
```



