An open API service indexing awesome lists of open source software.

https://github.com/paulhendricks/fib


https://github.com/paulhendricks/fib

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# fib

To install, please execute the following in any shell:

```shell
git clone https://github.com/paulhendricks/fib
cd fib
python3 setup.py build_ext --inplace
```

To run, please execute the following in any Python kernel:

```Python
import fib
fib.pyfib.wrapper(100)
```