easypay-api


Nameeasypay-api JSON
Version 0.3.9 PyPI version JSON
download
home_pagehttp://easypay-api.hive.pt
SummaryEasypay API Client
upload_time2025-01-03 19:01:46
maintainerNone
docs_urlNone
authorHive Solutions Lda.
requires_pythonNone
licenseApache License, Version 2.0
keywords easypay api
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # [Easypay API](http://easypay-api.hive.pt)

API client for the [Easypay](https://www.easypay.pt) service, conformant with the typical Python API client provided by Hive Solutions.

The Easypay API client provides a simple and convenient way to interact with the [Easypay](https://www.easypay.pt) payment gateway. This client allows developers to integrate payment processing, manage transactions, and perform other operations using Easypay services in their Python applications.

## Installation

Install the package using pip:

```bash
pip install easypay-api
```

## Quick Start

Here’s a simple example of how to use the Easypay API client:

```python
import easypay

client = easypay.Api(account_id="your_account_id", key="your_key")
payment = client.generate_payment(100, method="mb")

print(payment)
```

## Resources

- [Easypay API Docs](https://docs.easypay.pt/)
- [Easypay Admin](https://id.easypay.pt/)
- [Easypay Admin Test](https://id.test.easypay.pt/)

## Support

For more information, visit the [Easypay API Documentation](https://docs.easypay.pt/) or contact Easypay support.

## License

Easypay API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).

## Build Automation

[![Build Status](https://github.com/hivesolutions/easypay-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/easypay-api/actions)
[![Coverage Status](https://coveralls.io/repos/hivesolutions/easypay-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/easypay-api?branch=master)
[![PyPi Status](https://img.shields.io/pypi/v/easypay-api.svg)](https://pypi.python.org/pypi/easypay-api)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)



            

Raw data

            {
    "_id": null,
    "home_page": "http://easypay-api.hive.pt",
    "name": "easypay-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "easypay api",
    "author": "Hive Solutions Lda.",
    "author_email": "development@hive.pt",
    "download_url": "https://files.pythonhosted.org/packages/b4/2a/5763b3569bb11b579a87c334d6b8583f7558a7ca79ac3088aaa3a6c9778b/easypay-api-0.3.9.tar.gz",
    "platform": null,
    "description": "# [Easypay API](http://easypay-api.hive.pt)\n\nAPI client for the [Easypay](https://www.easypay.pt) service, conformant with the typical Python API client provided by Hive Solutions.\n\nThe Easypay API client provides a simple and convenient way to interact with the [Easypay](https://www.easypay.pt) payment gateway. This client allows developers to integrate payment processing, manage transactions, and perform other operations using Easypay services in their Python applications.\n\n## Installation\n\nInstall the package using pip:\n\n```bash\npip install easypay-api\n```\n\n## Quick Start\n\nHere\u2019s a simple example of how to use the Easypay API client:\n\n```python\nimport easypay\n\nclient = easypay.Api(account_id=\"your_account_id\", key=\"your_key\")\npayment = client.generate_payment(100, method=\"mb\")\n\nprint(payment)\n```\n\n## Resources\n\n- [Easypay API Docs](https://docs.easypay.pt/)\n- [Easypay Admin](https://id.easypay.pt/)\n- [Easypay Admin Test](https://id.test.easypay.pt/)\n\n## Support\n\nFor more information, visit the [Easypay API Documentation](https://docs.easypay.pt/) or contact Easypay support.\n\n## License\n\nEasypay API is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).\n\n## Build Automation\n\n[![Build Status](https://github.com/hivesolutions/easypay-api/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/easypay-api/actions)\n[![Coverage Status](https://coveralls.io/repos/hivesolutions/easypay-api/badge.svg?branch=master)](https://coveralls.io/r/hivesolutions/easypay-api?branch=master)\n[![PyPi Status](https://img.shields.io/pypi/v/easypay-api.svg)](https://pypi.python.org/pypi/easypay-api)\n[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)\n\n\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Easypay API Client",
    "version": "0.3.9",
    "project_urls": {
        "Homepage": "http://easypay-api.hive.pt"
    },
    "split_keywords": [
        "easypay",
        "api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3e196641fc16c11adf8150c2d444698d81817861c1c448839a654d5da1c3ae8",
                "md5": "270371f7ade09437776ae202e48a545e",
                "sha256": "a6f969baa640d63fe3ce5864da62ec85ce6e90bfaba69ee1cddf9e21cc5b2538"
            },
            "downloads": -1,
            "filename": "easypay_api-0.3.9-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "270371f7ade09437776ae202e48a545e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 14428,
            "upload_time": "2025-01-03T19:01:44",
            "upload_time_iso_8601": "2025-01-03T19:01:44.338137Z",
            "url": "https://files.pythonhosted.org/packages/a3/e1/96641fc16c11adf8150c2d444698d81817861c1c448839a654d5da1c3ae8/easypay_api-0.3.9-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b42a5763b3569bb11b579a87c334d6b8583f7558a7ca79ac3088aaa3a6c9778b",
                "md5": "c8daec97f5ed6c3d3ef2dad8f4766856",
                "sha256": "a0b139d472e70cf9af36efe8b648ec460ed5529115f7bebd313eea3d737afe3c"
            },
            "downloads": -1,
            "filename": "easypay-api-0.3.9.tar.gz",
            "has_sig": false,
            "md5_digest": "c8daec97f5ed6c3d3ef2dad8f4766856",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10694,
            "upload_time": "2025-01-03T19:01:46",
            "upload_time_iso_8601": "2025-01-03T19:01:46.771509Z",
            "url": "https://files.pythonhosted.org/packages/b4/2a/5763b3569bb11b579a87c334d6b8583f7558a7ca79ac3088aaa3a6c9778b/easypay-api-0.3.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-03 19:01:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "easypay-api"
}
        
Elapsed time: 0.47935s