Ecosyste.ms: Awesome

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

https://github.com/mattytrentini/micropython-fractions

A MicroPython port of the CPython standard Fractions library
https://github.com/mattytrentini/micropython-fractions

Last synced: 2 months ago
JSON representation

A MicroPython port of the CPython standard Fractions library

Lists

README

        

# MicroPython Fractions

This is an incomplete [MicroPython](https://micropython.org) port of the `fractions` module from the Python standard library.

## Running the unit tests

```bash
> docker run -ti --rm -v $(pwd):/code -w /code fractest micropython test/test_fractions.py
```