Metadata-Version: 2.1
Name: fbdev
Version: 0.0.3
Summary: Flow based programming framework for Python
Home-page: https://github.com/lukastk/fbdev/
License: Apache 2.0
Author: Lukas Kikuchi
Author-email: lukas.kikuchi@gmail.com
Requires-Python: >=3.9
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/lukastk/fbdev/
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

