Metadata-Version: 2.4
Name: freewili
Version: 0.0.35.post3.dev0
Project-URL: Homepage, https://freewili.com/
Project-URL: Repository, https://github.com/freewili/freewili-python
Project-URL: Documentation, https://freewili.github.io/freewili-python/
Author-email: David Rebbe <drebbe@intrepidcs.com>
License: MIT
Keywords: freewili
Requires-Python: >=3.10
Requires-Dist: numpy>=2.2.4
Requires-Dist: pillow==11.1.0
Requires-Dist: pyfwfinder==0.2.0
Requires-Dist: pyserial==3.5
Requires-Dist: result==0.17.0
Requires-Dist: typing-extensions==4.12.2
Description-Content-Type: text/markdown

![](https://github.com/freewili/freewili-python/raw/master/logo.jpg)
# FreeWili

[FreeWili](https://freewili.com) is a Python library for controlling and communicating with FreeWili boards.

## Installation

You can install freewili using pip by running the following command (Python 3.10+):
```
pip install freewili
```

Please visit https://freewili.github.io/freewili-python/index.html#installation for platform specific installation notes.

## Documentation

Documentation on how to use the API, development environment setup, and code examples can be found here:

https://freewili.github.io/freewili-python/

## License
FreeWili is licensed under the [MIT License](https://opensource.org/licenses/MIT).
