Metadata-Version: 2.1
Name: pyfxp
Version: 0.1.0
Summary: Python fixed-point library..
Author-Email: Eric Macedo <ericsmacedo@gmail.com>
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/ericsmacedo/pyfxp
Project-URL: Documentation, https://pyfxp.readthedocs.io/en/stable/
Project-URL: Bug Tracker, https://github.com/ericsmacedo/pyfxp/issues
Requires-Python: <4.0,>=3.10.0
Description-Content-Type: text/markdown


[![PyPI Version](https://badge.fury.io/py/pyfxp.svg)](https://badge.fury.io/py/pyfxp)
[![Python Build](https://github.com/ericsmacedo/pyfxp/actions/workflows/main.yml/badge.svg)](https://github.com/ericsmacedo/pyfxp/actions/workflows/main.yml)
[![Documentation](https://readthedocs.org/projects/pyfxp/badge/?version=latest)](https://pyfxp.readthedocs.io/en/latest/)
[![Coverage Status](https://coveralls.io/repos/github/ericsmacedo/pyfxp/badge.svg?branch=main)](https://coveralls.io/github/ericsmacedo/pyfxp?branch=main)
[![python-versions](https://img.shields.io/pypi/pyversions/pyfxp.svg)](https://pypi.python.org/pypi/pyfxp)
[![semantic-versioning](https://img.shields.io/badge/semver-2.0.0-green)](https://semver.org/)

[![Downloads](https://img.shields.io/pypi/dm/pyfxp.svg?label=pypi%20downloads)](https://pypi.python.org/pypi/pyfxp)
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
[![Issues](https://img.shields.io/github/issues/ericsmacedo/pyfxp)](https://github.com/ericsmacedo/pyfxp/issues)

# pyfxp package

* [Documentation](https://pyfxp.readthedocs.io/en/latest/)
* [PyPI](https://pypi.org/project/pyfxp/)
* [Sources](https://github.com/ericsmacedo/pyfxp)
* [Issues](https://github.com/ericsmacedo/pyfxp/issues)


## Installation

Installing it is pretty easy:

```bash
pip install pyfxp
```
