drf-privatbank


Namedrf-privatbank JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://gitlab.com/ihor.sotnyk/drf-privatbank
SummaryThis module is designed for quick interaction with the privatbank API.
upload_time2023-12-13 14:22:57
maintainer
docs_urlNone
authorihor.sotnyk
requires_python>=3.6
license
keywords files speedfiles
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # drf-privatbank
This module provides quick integration of the Privatbank API for applications in the Django REST Framework.

## Installation
This framework is published at the PyPI, install it with pip:

    pip install drf_privatbank

Django REST Framework application, you need to install and configure drf_privatbank. To get started, add the following packages to INSTALLED_APPS:

    INSTALLED_APPS = [
        ...
        'rest_framework',
        'drf_privatbank',
    ]

Include social auth urls to your urls.py:

    urlpatterns = [
        ...
        path('privatbank/', include('drf_privatbank.urls', namespace='drf_privatbank')),
    ]

## Usage
1. First, install the "Autoclient" module of the "Privat24 for Business" complex designed to serve corporate clients and private entrepreneurs."Autoclient" is software that allows you to set up periodic automatic receipt of statements / account balances and import payments into Privat24.
2. Finally, use this token and your account's iban to retrieve your personal data and create payments.

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/ihor.sotnyk/drf-privatbank",
    "name": "drf-privatbank",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "files speedfiles",
    "author": "ihor.sotnyk",
    "author_email": "ihor.sotnyk@onix-systems.com",
    "download_url": "https://files.pythonhosted.org/packages/4e/01/5fc9780609615270c75bf5a85ebdd020ae7de9c711893ff0de263bd0f31c/drf_privatbank-0.0.7.tar.gz",
    "platform": null,
    "description": "# drf-privatbank\r\nThis module provides quick integration of the Privatbank API for applications in the Django REST Framework.\r\n\r\n## Installation\r\nThis framework is published at the PyPI, install it with pip:\r\n\r\n    pip install drf_privatbank\r\n\r\nDjango REST Framework application, you need to install and configure drf_privatbank. To get started, add the following packages to INSTALLED_APPS:\r\n\r\n    INSTALLED_APPS = [\r\n        ...\r\n        'rest_framework',\r\n        'drf_privatbank',\r\n    ]\r\n\r\nInclude social auth urls to your urls.py:\r\n\r\n    urlpatterns = [\r\n        ...\r\n        path('privatbank/', include('drf_privatbank.urls', namespace='drf_privatbank')),\r\n    ]\r\n\r\n## Usage\r\n1. First, install the \"Autoclient\" module of the \"Privat24 for Business\" complex designed to serve corporate clients and private entrepreneurs.\"Autoclient\" is software that allows you to set up periodic automatic receipt of statements / account balances and import payments into Privat24.\r\n2. Finally, use this token and your account's iban to retrieve your personal data and create payments.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "This module is designed for quick interaction with the privatbank API.",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://gitlab.com/ihor.sotnyk/drf-privatbank"
    },
    "split_keywords": [
        "files",
        "speedfiles"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e015fc9780609615270c75bf5a85ebdd020ae7de9c711893ff0de263bd0f31c",
                "md5": "81104984406e98bcc7b5c6f2fe81ebe0",
                "sha256": "71537d6ddf542848699b8fdd118f3b435522d2deb7681379cbb6c992bf67dccf"
            },
            "downloads": -1,
            "filename": "drf_privatbank-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "81104984406e98bcc7b5c6f2fe81ebe0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7302,
            "upload_time": "2023-12-13T14:22:57",
            "upload_time_iso_8601": "2023-12-13T14:22:57.327451Z",
            "url": "https://files.pythonhosted.org/packages/4e/01/5fc9780609615270c75bf5a85ebdd020ae7de9c711893ff0de263bd0f31c/drf_privatbank-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-13 14:22:57",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "ihor.sotnyk",
    "gitlab_project": "drf-privatbank",
    "lcname": "drf-privatbank"
}
        
Elapsed time: 0.14653s