Metadata-Version: 2.1
Name: Code1v1
Version: 0.0.3
Summary: Code 1v1 是 AI悦创·致力推广编程教学而研发的教学库
Home-page: https://github.com/AndersonHJB/1v1-learning
Author: Bornforthis
Author-email: bornforthis@bornforthis.cn
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.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


📦 Code1v1 (for Bornforthis)
=======================

- Github: [https://github.com/AndersonHJB/1v1-learning](https://github.com/AndersonHJB/1v1-learning)
- Pypi: [https://pypi.org/project/Code1v1/](https://pypi.org/project/Code1v1/)


## Installation

### MacOS

```bash
pip3 install Code1v1
```
### Windows

```bash
pip install Code1v1
```


More Resources
--------------

-   [What is Code1v1?](#)


License
-------

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any means.

  [an example setup.py]: https://github.com/navdeep-G/setup.py/blob/master/setup.py
  [PyPi]: https://docs.python.org/3/distutils/packageindex.html
  [Twine]: https://pypi.python.org/pypi/twine
  [image]: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg
  [What is setup.py?]: https://stackoverflow.com/questions/1471994/what-is-setup-py
  [The Hitchhiker's Guide to Packaging]: https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/creation.html
  [Cookiecutter template for a Python package]: https://github.com/audreyr/cookiecutter-pypackage


