senfenico


Namesenfenico JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/senfenico/senfenico-python
SummaryPython bindings for the Senfenico API
upload_time2024-04-28 03:29:33
maintainerNone
docs_urlNone
authorSenfenico
requires_pythonNone
licenseMIT
keywords senfenenico api payments
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # senfenico-python
# Official Senfenico Bindings for Python

A Python library for Senfenico's API.

## Setup

You can install this package by using the pip tool and installing:

```bash
$ pip install senfenico
```

Or:

```bash
$ easy_install senfenico
```

## Setting up a Senfenico Account

Sign up for Senfenico at [https://api.senfenico.com/user_dashboard/register/](https://api.senfenico.com/user_dashboard/register/).

## Using the Senfenico API

Documentation for the python bindings can be found alongside Senfenico's other bindings here:

- [https://docs.senfenico.com/en/](https://docs.senfenico.com/en/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/senfenico/senfenico-python",
    "name": "senfenico",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Senfenenico api payments",
    "author": "Senfenico",
    "author_email": "contact@senfenico.com",
    "download_url": "https://files.pythonhosted.org/packages/67/48/8a97469ea2c1ea68e17ebb3f21e87b5737f4670bec346d85bdfb30cf5c7e/senfenico-0.1.5.tar.gz",
    "platform": null,
    "description": "# senfenico-python\r\n# Official Senfenico Bindings for Python\r\n\r\nA Python library for Senfenico's API.\r\n\r\n## Setup\r\n\r\nYou can install this package by using the pip tool and installing:\r\n\r\n```bash\r\n$ pip install senfenico\r\n```\r\n\r\nOr:\r\n\r\n```bash\r\n$ easy_install senfenico\r\n```\r\n\r\n## Setting up a Senfenico Account\r\n\r\nSign up for Senfenico at [https://api.senfenico.com/user_dashboard/register/](https://api.senfenico.com/user_dashboard/register/).\r\n\r\n## Using the Senfenico API\r\n\r\nDocumentation for the python bindings can be found alongside Senfenico's other bindings here:\r\n\r\n- [https://docs.senfenico.com/en/](https://docs.senfenico.com/en/)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python bindings for the Senfenico API",
    "version": "0.1.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/senfenico/senfenico-python/issues",
        "Documentation": "https://docs.senfenico.com/en/",
        "Homepage": "https://github.com/senfenico/senfenico-python",
        "Source Code": "https://github.com/senfenico/senfenico-python"
    },
    "split_keywords": [
        "senfenenico",
        "api",
        "payments"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2b066a45e3d98ee4945cf5d1cbccbedc218c5e2d9d7ef327dc243ff0849366e",
                "md5": "0111fd8bb17a62974a96fd20322185fc",
                "sha256": "a2d3b22953afc2708c13a17f487b51c01a8d2d73ee1659efa336476f38e4ddc4"
            },
            "downloads": -1,
            "filename": "senfenico-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0111fd8bb17a62974a96fd20322185fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6443,
            "upload_time": "2024-04-28T03:29:31",
            "upload_time_iso_8601": "2024-04-28T03:29:31.848735Z",
            "url": "https://files.pythonhosted.org/packages/e2/b0/66a45e3d98ee4945cf5d1cbccbedc218c5e2d9d7ef327dc243ff0849366e/senfenico-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "67488a97469ea2c1ea68e17ebb3f21e87b5737f4670bec346d85bdfb30cf5c7e",
                "md5": "a208ee1310a3b0c03a733237875a6433",
                "sha256": "ddcd41b388433341097bb845d966a940a415433a692fdcfb9b25e35c21f7a805"
            },
            "downloads": -1,
            "filename": "senfenico-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "a208ee1310a3b0c03a733237875a6433",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4501,
            "upload_time": "2024-04-28T03:29:33",
            "upload_time_iso_8601": "2024-04-28T03:29:33.499561Z",
            "url": "https://files.pythonhosted.org/packages/67/48/8a97469ea2c1ea68e17ebb3f21e87b5737f4670bec346d85bdfb30cf5c7e/senfenico-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 03:29:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "senfenico",
    "github_project": "senfenico-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "senfenico"
}
        
Elapsed time: 0.31766s