Metadata-Version: 2.3
Name: pypix
Version: 0.2.0
Summary: Python library for generating pix codes with CRC16 validation
License: GPL-3.0 License
Keywords: pix,banco-central,pagamento,payment
Author: Daniel Yohan
Author-email: dyohan9@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Project-URL: Repository, https://github.com/dyohan9/python-pix
Description-Content-Type: text/markdown

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.

