Metadata-Version: 2.1
Name: litedfs_client
Version: 0.0.5
Summary: LiteDFS Client: distributed file system python client
Home-page: https://github.com/fiefdx/LiteDFS
Author: fiefdx
Author-email: fiefdx@163.com
License: MIT
Description: # LiteDFS-Client
        
        A distributed file system, based on Python3, tornado, inspired by HDFS.
        
        It's for data processing cache, not for permanent storage!
        
        All code based on Python3, do not use Python2!
        
        It still under development, so, maybe have some bugs or not stable enough!
        
        See more details at https://github.com/fiefdx/LiteDFS
        
        # Deployment
        
        ## Install LiteDFS-Client
        ```bash
        $ pip3 install litedfs-client
        ```
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
