django-tropipy


Namedjango-tropipy JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/LhTBL/django-tropipy
SummaryEasy to use package for processing payments @ www.tropipay.com
upload_time2024-08-12 19:56:43
maintainerNone
docs_urlNone
authorMario Javier Tamayo Marrero, Roberto Sotolongo Fernández
requires_python>=3.8
licensetext: GNU General Public License v3 (GPLv3)
keywords django cuba tropipay
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ================
django-tropipy
================

django-tropipy is a Django app to bridge with the www.tropipay.com API and make payments in an easy way. Detailed documentation is in the "docs" directory.

Quick start
-----------

1. Add "tropipy" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = [
        ...,
        "django_tropipy",
    ]

2. Include the tropipy URLconf in your project urls.py like this::

    path("tropipay/", include("django_tropipy.urls")),

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/LhTBL/django-tropipy",
    "name": "django-tropipy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "django, cuba, tropipay",
    "author": "Mario Javier Tamayo Marrero, Roberto Sotolongo Fern\u00e1ndez",
    "author_email": "Mario Javier Tamayo Marrero <mario.tamayo@lighthousetech.io>, Roberto Sotolongo Fern\u00e1ndez <robertosotolongo01@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c6/8f/dc77b8267e0128eeecc76182fe992d8841d9cf9c93319979c4879576666b/django_tropipy-1.0.3.tar.gz",
    "platform": null,
    "description": "================\ndjango-tropipy\n================\n\ndjango-tropipy is a Django app to bridge with the www.tropipay.com API and make payments in an easy way. Detailed documentation is in the \"docs\" directory.\n\nQuick start\n-----------\n\n1. Add \"tropipy\" to your INSTALLED_APPS setting like this::\n\n    INSTALLED_APPS = [\n        ...,\n        \"django_tropipy\",\n    ]\n\n2. Include the tropipy URLconf in your project urls.py like this::\n\n    path(\"tropipay/\", include(\"django_tropipy.urls\")),\n",
    "bugtrack_url": null,
    "license": "text: GNU General Public License v3 (GPLv3)",
    "summary": "Easy to use package for processing payments @ www.tropipay.com",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/LhTBL/django-tropipy/",
        "Issues": "https://github.com/LhTBL/django-tropipy/issues"
    },
    "split_keywords": [
        "django",
        " cuba",
        " tropipay"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99c8b3f7b0a745cccfc4f9a1f78788c88591287ec05512419cec4813c6690abe",
                "md5": "976f70d33b716512439039c8e855da38",
                "sha256": "6053331dbe72833380a2151878effbba95aacf3abccde47d78b765fdc21ddb79"
            },
            "downloads": -1,
            "filename": "django_tropipy-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "976f70d33b716512439039c8e855da38",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20188,
            "upload_time": "2024-08-12T19:56:41",
            "upload_time_iso_8601": "2024-08-12T19:56:41.040867Z",
            "url": "https://files.pythonhosted.org/packages/99/c8/b3f7b0a745cccfc4f9a1f78788c88591287ec05512419cec4813c6690abe/django_tropipy-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c68fdc77b8267e0128eeecc76182fe992d8841d9cf9c93319979c4879576666b",
                "md5": "6b46e03dbca2475c131b68b20790bc24",
                "sha256": "f878a61e683ceac61304b4a902a2755c9d8bc0632cd57189fd44bac8ffe73c32"
            },
            "downloads": -1,
            "filename": "django_tropipy-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6b46e03dbca2475c131b68b20790bc24",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19011,
            "upload_time": "2024-08-12T19:56:43",
            "upload_time_iso_8601": "2024-08-12T19:56:43.312443Z",
            "url": "https://files.pythonhosted.org/packages/c6/8f/dc77b8267e0128eeecc76182fe992d8841d9cf9c93319979c4879576666b/django_tropipy-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 19:56:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "LhTBL",
    "github_project": "django-tropipy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-tropipy"
}
        
Elapsed time: 0.33123s