Metadata-Version: 2.1
Name: pydemo
Version: 0.0.1
Summary: A simple example
Home-page: https://github.com/q1b1fd8l/pydemo
Author: q1b1fd8l
Author-email: q1b1fd8l@yandex.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
Description-Content-Type: text/markdown

# pydemo
## PyPA
[Python Packaging User Guide](https://packaging.python.org/)
## Build
`python setup.py build`
## Install
`python setup.py install`
## Usage
```
import pydemo
pydemo.init('testdemo')
```


