Metadata-Version: 2.1
Name: bc4py-extension
Version: 0.1.4
Summary: python extension for bc4py
Home-page: https://github.com/namuyan/bc4py_extension
License: MIT Licence
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Description-Content-Type: text/markdown
Requires-Dist: setuptools-rust (>=0.10.6)

bc4py extension
====
Extension library of bc4py implemented by Rust.

Requirement
----
* Rust nightly version
* python3 and setuptools-rust
* [bc4py_plotter](https://github.com/namuyan/bc4py_plotter)

Install
----
Require pre-install Rust-nightly.
```text
pip3 install --user setuptools-rust
pip3 install --user git+https://github.com/namuyan/bc4py_extension
```

Licence
----
MIT

Auther
----
[namuyan_mine](http://twitter.com/namuyan_mine)


