Metadata-Version: 2.1
Name: gbmapi
Version: 0.0.1
Summary: GMB Non-official API for Python
Home-page: https://github.com/SAT-CFDI/python-gbm
Author: satcfdi@outlook.com
Author-email: satcfdi@outlook.com
License: MIT License
Project-URL: Documentation, https://gbmapi.readthedocs.io
Project-URL: Source, https://github.com/SAT-CFDI/python-gbm
Keywords: gbm
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Spanish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pyotp
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'

.. image:: https://img.shields.io/github/commit-activity/m/SAT-CFDI/python-gbm
    :target: https://github.com/badges/SAT-CFDI/python-gbm
    :alt: Activity

.. image:: https://readthedocs.org/projects/satdigitalinvoice/badge?version=latest
    :target: https://satdigitalinvoice.readthedocs.io?badge=latest
    :alt: Documentation Status

.. image:: https://github.com/SAT-CFDI/python-gbm/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/SAT-CFDI/python-gbm/actions/workflows/tests.yml
    :alt: Tests

.. image:: https://github.com/SAT-CFDI/python-gbm/actions/workflows/codeql.yml/badge.svg
    :target: https://github.com/SAT-CFDI/python-gbm/actions/workflows/codeql.yml
    :alt: CodeQL

.. image:: https://github.com/SAT-CFDI/python-gbm/actions/workflows/publish.yml/badge.svg
    :target: https://github.com/SAT-CFDI/python-gbm/actions/workflows/publish.yml
    :alt: Publish

.. image:: https://img.shields.io/github/v/release/SAT-CFDI/python-gbm.svg?logo=git&style=flat
    :target: https://github.com/SAT-CFDI/python-gbm/releases
    :alt: Releases

.. image:: https://pepy.tech/badge/satdigitalinvoice/month
    :target: https://pepy.tech/project/satdigitalinvoice
    :alt: Downloads

.. image:: https://img.shields.io/pypi/pyversions/satdigitalinvoice.svg
    :target: https://pypi.org/project/satdigitalinvoice
    :alt: Supported Versions

.. image:: https://img.shields.io/github/contributors/SAT-CFDI/python-gbm.svg
    :target: https://github.com/SAT-CFDI/python-gbm/graphs/contributors
    :alt: Contributors

.. image:: https://scrutinizer-ci.com/g/SAT-CFDI/python-gbm/badges/quality-score.png?b=main
    :target: https://scrutinizer-ci.com/g/SAT-CFDI/python-gbm/?branch=main
    :alt: Scrutinizer Code Quality

.. image:: https://scrutinizer-ci.com/g/SAT-CFDI/python-gbm/badges/coverage.png?b=main
    :target: https://scrutinizer-ci.com/g/SAT-CFDI/python-gbm/code-structure/main/code-coverage/python-gbm/
    :alt: Code Coverage

.. image:: https://img.shields.io/discord/1045508868807073792?logo=discord&style=flat
    :target: https://discord.gg/6WA9QvZcRn
    :alt: Discord

GBM API
==========================

* GBM API Non-Official Library


Installation
____________________

Install GBM API from PyPI with:

.. code-block:: sh

    python -m pip install gbm

or install from source with:

.. code-block:: sh

    git clone https://github.com/SAT-CFDI/python-gbm
    cd python-gbm
    python -m pip install .

