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

https://github.com/dyohan9/python-pix

Python library for generating pix codes with CRC16 validation
https://github.com/dyohan9/python-pix

banco-central bcb pagamento payment pix python

Last synced: 6 months ago
JSON representation

Python library for generating pix codes with CRC16 validation

Awesome Lists containing this project

README

          

Python Pix
==========================

[![pypi](https://img.shields.io/pypi/v/pypix.svg)](https://pypi.org/project/pypix/)
[![Build Status](https://travis-ci.com/dyohan9/python-pix.svg?branch=master)](https://travis-ci.com/dyohan9/python-pix)
[![Python Version](https://img.shields.io/badge/python-3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue.svg)](https://www.python.org/)
[![License GPL-3.0](https://img.shields.io/badge/license-%20GPL--3.0-yellow.svg)](https://github.com/bothub-it/bothub-engine/blob/master/LICENSE)

This library automates the creation of Pix keys

Installing
----------

You can install using [pip](https://pip.pypa.io/en/stable/):

$ pip install pypix

### Supported Python Versions

Python >= 3.9

### Deprecated Python Versions

Python < 3.9

Current Maintainers
-------------------

- [@dyohan9](https://github.com/dyohan9) (Daniel Yohan)

Authors
-------

- [@dyohan9](https://github.com/dyohan9) (Daniel Yohan)

Contributing
------------

Contributions to this library are always welcome and highly encouraged.

See
[CONTRIBUTING.md](https://github.com/dyohan9/python-pix/blob/master/CONTRIBUTING.md)
for more information on how to get started.

License
-------

GPL-3.0 License - See [the
LICENSE](https://github.com/dyohan9/python-pix/blob/master/LICENSE)
for more information.