Metadata-Version: 2.1
Name: blackprint-engine
Version: 0.7.0
Summary: Blackprint engine for registering node/interface and run exported Blackprint on Python environment
Home-page: https://github.com/Blackprint/engine-python
License: LICENSE
Project-URL: Homepage, https://github.com/Blackprint/engine-python
Project-URL: Bug Tracker, https://github.com/Blackprint/engine-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center"><a href="#" target="_blank" rel="noopener noreferrer"><img width="150" src="https://user-images.githubusercontent.com/11073373/141421213-5decd773-a870-4324-8324-e175e83b0f55.png" alt="Blackprint"></a></p>

<h1 align="center">Blackprint Engine for Python</h1>
<p align="center">Run exported Blackprint on Python environment.</p>

<p align="center">
    <a href='https://github.com/Blackprint/Blackprint/blob/master/LICENSE'><img src='https://img.shields.io/badge/License-MIT-brightgreen.svg' height='20'></a>
</p>

## Documentation
> Currently this engine-python may contain bugs as the author is focusing for engine-js, feel free to report an issue so the maintainer can be noticed with the bug and fix it

**Minimum Python version `>= 3.10`**

```sh
$ pip install blackprint-engine
```

### Example
This repository provide an example with the JSON too, and you can try it with PHP CLI:<br>

```sh
# Change your working directory into empty folder first
$ git clone --depth 1 https://github.com/Blackprint/engine-php .
$ pip install -e .
$ py ./example/simple.py
```
