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: 3 months ago
JSON representation
A MicroPython port of the CPython standard Fractions library
- Host: GitHub
- URL: https://github.com/mattytrentini/micropython-fractions
- Owner: mattytrentini
- Created: 2023-06-11T10:39:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-11T12:56:02.000Z (over 1 year ago)
- Last Synced: 2024-04-22T12:35:30.693Z (7 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-micropython - micropython-fractions - A MicroPython port of the CPython standard Fractions library. (Libraries / Mathematics)
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
```