Metadata-Version: 2.1
Name: ccore
Version: 0.2.5
Summary: ccore description
Home-page: https://github.com/kirin123kirin/ccore
Author: kirin123kirin
License: MIT
Keywords: encoding,list,iterator,open,core,util,utility
Platform: any
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Provides-Extra: test
License-File: LICENSE

# ccore  by Python CAPI Extention Library
[![Upload pypi.org](https://github.com/kirin123kirin/ccore/actions/workflows/pypi.yml/badge.svg?branch=v0.2.5)](https://github.com/kirin123kirin/ccore/actions/workflows/pypi.yml)

# Overview
TODO

# Goal
* TODO

# Implementation
TODO

# Install
```
$ pip install ccore
```

# UnInstall
```
$ pip uninstall ccore
```

# Requirement
* python2.7.
* python3.6 later.

# Liscense
* [MIT Liscense](https://github.com/kirin123kirin/ccore/blob/master/LICENSE)

# run command Environment
* Windows
* Linux
* Mac OSX

# Usage
TODO

# Example
TODO

# Perfomance
TODO

# Libraries used
* TODO

# References used
* TODO


