Metadata-Version: 2.1
Name: pycores
Version: 0.1.12
Summary: Core functions and Classes for python3 project.
Home-page: https://github.com/BinaryArtists/py-cores
Author: Fallen Ink
Author-email: fengzilijie@qq.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: aenum


📦 Py-cores (for myself)
=======================


发布
-----

```
python setup.py sdist bdist_wheel

twine upload dist/*
```

也可以使用：

```
python setup.py upload
```


Pypi账号密码助记
------

```
fengzilijie mail / F...!@#
```


