django-payments-khipu


Namedjango-payments-khipu JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://www.khipu.com/page/guia-de-implementacion/
SummarySoporte Khipu para Django Payments
upload_time2023-07-09 20:31:54
maintainer
docs_urlNone
authorMario Hernandez
requires_python>=3.10,<4.0
licenseMIT
keywords khipu pagos django payment django-payments
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # django-payments-khipu

`Proyecto en desarrollo activo, no listo para produccion`

`django-payments-khipu` es una variante de Django Payments que implementa la
creación, confirmación y expiración de pagos realizados a través de Khipu. Este
módulo proporciona integración con la API de Khipu para facilitar el
procesamiento y gestión de pagos en tu aplicación web Django.

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7dc3c8d6fe844fdaa1de0cb86c242934)](https://app.codacy.com/gh/mariofix/django-payments-khipu/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/7dc3c8d6fe844fdaa1de0cb86c242934)](https://app.codacy.com/gh/mariofix/django-payments-khipu/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/mariofix/django-payments-khipu/main.svg)](https://results.pre-commit.ci/latest/github/mariofix/django-payments-khipu/main)
![PyPI](https://img.shields.io/pypi/v/django-payments-khipu)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-payments-khipu)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/django-payments-khipu)
![PyPI - License](https://img.shields.io/pypi/l/django-payments-khipu)
![PyPI - Status](https://img.shields.io/pypi/status/django-payments-khipu)



## Introducción

`django-payments-khipu` está diseñado para simplificar la integración de
pagos de Khipu en tu proyecto Django Payments. Con este módulo, puedes crear y
gestionar pagos utilizando la pasarela de pago de Khipu de manera sencilla.

Características principales:

- Crea y procesa pagos de forma segura con Khipu.
- Recibe notificaciones de confirmación de pago.
- Maneja automáticamente la expiración y cancelación de pagos.

## Instalación

Puedes instalar django-payments-khipu utilizando pip:

```shell
pip install django-payments-khipu
```

O utilizando poetry:

```shell
poetry add django-payments-khipu
```

## Configuración

La configuracion se realiza como una variante de Django Payments

```python
PAYMENT_VARIANTS = {
    "khipu": ("django_payments_khipu.KhipuProvider", {
        "key": 1,
        "secret": "qwertyasdf0123456789",
    })
}
```

Puedes ver mas opciones de configuracion [en la documentacion](https://mariofix.github.io/django-payments-khipu/uso/#variables-de-configuracion)

## Licencia

El código está bajo licencia MIT


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.khipu.com/page/guia-de-implementacion/",
    "name": "django-payments-khipu",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "khipu,pagos,django,payment,django-payments",
    "author": "Mario Hernandez",
    "author_email": "mariofix@proton.me",
    "download_url": "https://files.pythonhosted.org/packages/5a/15/66f32b0918624b76ade1cde4ff4b190e44fac49f9d9c1ef1155237fe6433/django_payments_khipu-0.1.2.tar.gz",
    "platform": null,
    "description": "# django-payments-khipu\n\n`Proyecto en desarrollo activo, no listo para produccion`\n\n`django-payments-khipu` es una variante de Django Payments que implementa la\ncreaci\u00f3n, confirmaci\u00f3n y expiraci\u00f3n de pagos realizados a trav\u00e9s de Khipu. Este\nm\u00f3dulo proporciona integraci\u00f3n con la API de Khipu para facilitar el\nprocesamiento y gesti\u00f3n de pagos en tu aplicaci\u00f3n web Django.\n\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7dc3c8d6fe844fdaa1de0cb86c242934)](https://app.codacy.com/gh/mariofix/django-payments-khipu/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)\n[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/7dc3c8d6fe844fdaa1de0cb86c242934)](https://app.codacy.com/gh/mariofix/django-payments-khipu/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/mariofix/django-payments-khipu/main.svg)](https://results.pre-commit.ci/latest/github/mariofix/django-payments-khipu/main)\n![PyPI](https://img.shields.io/pypi/v/django-payments-khipu)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-payments-khipu)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/django-payments-khipu)\n![PyPI - License](https://img.shields.io/pypi/l/django-payments-khipu)\n![PyPI - Status](https://img.shields.io/pypi/status/django-payments-khipu)\n\n\n\n## Introducci\u00f3n\n\n`django-payments-khipu` est\u00e1 dise\u00f1ado para simplificar la integraci\u00f3n de\npagos de Khipu en tu proyecto Django Payments. Con este m\u00f3dulo, puedes crear y\ngestionar pagos utilizando la pasarela de pago de Khipu de manera sencilla.\n\nCaracter\u00edsticas principales:\n\n- Crea y procesa pagos de forma segura con Khipu.\n- Recibe notificaciones de confirmaci\u00f3n de pago.\n- Maneja autom\u00e1ticamente la expiraci\u00f3n y cancelaci\u00f3n de pagos.\n\n## Instalaci\u00f3n\n\nPuedes instalar django-payments-khipu utilizando pip:\n\n```shell\npip install django-payments-khipu\n```\n\nO utilizando poetry:\n\n```shell\npoetry add django-payments-khipu\n```\n\n## Configuraci\u00f3n\n\nLa configuracion se realiza como una variante de Django Payments\n\n```python\nPAYMENT_VARIANTS = {\n    \"khipu\": (\"django_payments_khipu.KhipuProvider\", {\n        \"key\": 1,\n        \"secret\": \"qwertyasdf0123456789\",\n    })\n}\n```\n\nPuedes ver mas opciones de configuracion [en la documentacion](https://mariofix.github.io/django-payments-khipu/uso/#variables-de-configuracion)\n\n## Licencia\n\nEl c\u00f3digo est\u00e1 bajo licencia MIT\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Soporte Khipu para Django Payments",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://mariofix.github.io/django-payments-khipu/",
        "Homepage": "https://www.khipu.com/page/guia-de-implementacion/",
        "Repository": "https://github.com/mariofix/django-payments-khipu"
    },
    "split_keywords": [
        "khipu",
        "pagos",
        "django",
        "payment",
        "django-payments"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "433ca9fad57f124a6263c2edb9430534e4a35abfb11b2943b6857d32edd59cce",
                "md5": "16fb63fd1efae11996768233ce777d80",
                "sha256": "20bc56131e04ba12d39387d653e4960072070d5b577bd217b4ffc10bb2c680d5"
            },
            "downloads": -1,
            "filename": "django_payments_khipu-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16fb63fd1efae11996768233ce777d80",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 5138,
            "upload_time": "2023-07-09T20:31:53",
            "upload_time_iso_8601": "2023-07-09T20:31:53.332224Z",
            "url": "https://files.pythonhosted.org/packages/43/3c/a9fad57f124a6263c2edb9430534e4a35abfb11b2943b6857d32edd59cce/django_payments_khipu-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a1566f32b0918624b76ade1cde4ff4b190e44fac49f9d9c1ef1155237fe6433",
                "md5": "90e0866f6fa6cfc0ce8d28e0b83ba3fa",
                "sha256": "31bd87b059821bb19d6b8bc7dcd13c837de34d4b9214e58157c123d8afe4b4f1"
            },
            "downloads": -1,
            "filename": "django_payments_khipu-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "90e0866f6fa6cfc0ce8d28e0b83ba3fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 4772,
            "upload_time": "2023-07-09T20:31:54",
            "upload_time_iso_8601": "2023-07-09T20:31:54.655407Z",
            "url": "https://files.pythonhosted.org/packages/5a/15/66f32b0918624b76ade1cde4ff4b190e44fac49f9d9c1ef1155237fe6433/django_payments_khipu-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-09 20:31:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mariofix",
    "github_project": "django-payments-khipu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "django-payments-khipu"
}
        
Elapsed time: 0.09225s