Metadata-Version: 2.1
Name: qwert
Version: 1.3.1
Summary: Python extensions: list/dict/file...
Home-page: https://github.com/VisionNetworkProject/python-qwert
Author: Vision Network
Author-email: michael@vision.network
License: UNKNOWN
Description: # 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 list_fn
        from qwert import dict_fn
        from qwert import file_fn
        ```
        
        
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
