Metadata-Version: 2.1
Name: fbdev
Version: 0.0.1
Summary: Flow based programming framework for Python
License: Apache 2.0
Author: Lukas Kikuchi
Author-email: lukas.kikuchi@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown

# fbdev


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install fbdev
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2

