tabby-payment


Nametabby-payment JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://bitbucket.org/akinonteam/tabby-payment
SummaryA common library for provide payment gateway for Tabby Payment.
upload_time2024-07-22 14:31:19
maintainerNone
docs_urlNone
authorAkinon
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Tabby Redirect View

This app provides order related data to the Tabby payment extension when plugged-in to project zero.

## Installation

Add the package to requirements.txt file and install it via pip:

    tabby-payment

## Adding App

Add the following lines in `omnife_base.settings`:

    INSTALLED_APPS.append('tabby_payment')
    TABBY_EXTENSION_URL = 'https://extension-url.akinon.net/'
    PZ_SERVICE_CLASS = "omnife.core.service.Service"
    HASH_SECRET_KEY = "your-hash-secret-key"

Add url pattern to `omnife_base.urls` like below:

    urlpatterns = [
        ...
        path('payment-gateway/tabby/', include('tabby_payment.urls')),
    ]

## Running Tests

    python -m unittest discover

## Python Version Compatibility

This package is compatible with the following Python versions:
  - Python 3.8
  - Python 3.9

            

Raw data

            {
    "_id": null,
    "home_page": "https://bitbucket.org/akinonteam/tabby-payment",
    "name": "tabby-payment",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Akinon",
    "author_email": "dev@akinon.com",
    "download_url": "https://files.pythonhosted.org/packages/e6/dc/e953e8f69ec30ee400617490cfd02dfa9609f95c867888d183e9b5bcabe1/tabby_payment-1.0.0.tar.gz",
    "platform": null,
    "description": "# Tabby Redirect View\n\nThis app provides order related data to the Tabby payment extension when plugged-in to project zero.\n\n## Installation\n\nAdd the package to requirements.txt file and install it via pip:\n\n    tabby-payment\n\n## Adding App\n\nAdd the following lines in `omnife_base.settings`:\n\n    INSTALLED_APPS.append('tabby_payment')\n    TABBY_EXTENSION_URL = 'https://extension-url.akinon.net/'\n    PZ_SERVICE_CLASS = \"omnife.core.service.Service\"\n    HASH_SECRET_KEY = \"your-hash-secret-key\"\n\nAdd url pattern to `omnife_base.urls` like below:\n\n    urlpatterns = [\n        ...\n        path('payment-gateway/tabby/', include('tabby_payment.urls')),\n    ]\n\n## Running Tests\n\n    python -m unittest discover\n\n## Python Version Compatibility\n\nThis package is compatible with the following Python versions:\n  - Python 3.8\n  - Python 3.9\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A common library for provide payment gateway for Tabby Payment.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://bitbucket.org/akinonteam/tabby-payment"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b05ecb2f7a2ea0586f40f69b4dee3c0fdd62ce39d373d2f63d31fcc6e52bb3a",
                "md5": "5b5f2d3f108e1851a457cac7830dc69a",
                "sha256": "6466059f6b383f7e06b09ab13340edaf0671b965a7063af7b97a5be679701103"
            },
            "downloads": -1,
            "filename": "tabby_payment-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5b5f2d3f108e1851a457cac7830dc69a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9593,
            "upload_time": "2024-07-22T14:31:17",
            "upload_time_iso_8601": "2024-07-22T14:31:17.853199Z",
            "url": "https://files.pythonhosted.org/packages/3b/05/ecb2f7a2ea0586f40f69b4dee3c0fdd62ce39d373d2f63d31fcc6e52bb3a/tabby_payment-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6dce953e8f69ec30ee400617490cfd02dfa9609f95c867888d183e9b5bcabe1",
                "md5": "cf8a11fc6fddddf7f6cefeb5e89e77d6",
                "sha256": "c56ae900592a657a74fcc055f9c66e216b694142b33034f46a6c7dc513042813"
            },
            "downloads": -1,
            "filename": "tabby_payment-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cf8a11fc6fddddf7f6cefeb5e89e77d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7112,
            "upload_time": "2024-07-22T14:31:19",
            "upload_time_iso_8601": "2024-07-22T14:31:19.359187Z",
            "url": "https://files.pythonhosted.org/packages/e6/dc/e953e8f69ec30ee400617490cfd02dfa9609f95c867888d183e9b5bcabe1/tabby_payment-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 14:31:19",
    "github": false,
    "gitlab": false,
    "bitbucket": true,
    "codeberg": false,
    "bitbucket_user": "akinonteam",
    "bitbucket_project": "tabby-payment",
    "lcname": "tabby-payment"
}
        
Elapsed time: 0.39692s