Metadata-Version: 2.1
Name: zoo-framework
Version: 0.1.10
Summary: zoo framework
Home-page: UNKNOWN
Author: XiangMeng
Author-email: mengxiang931015@live.com
License: Apache License
Platform: all
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE

# Zoo Framework

## Project description
Zoo is a simple and quick multi-threaded framework.

## Installation
You may install this software from your distribution packages, or through pip:
```
pip install zoo
```

## Configuration
Create a simple object
```
zfc --create myobject
```



