
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
.. image:: https://travis-ci.org/hyperwallet/python-sdk.svg?branch=master :target: https://travis-ci.org/hyperwallet/python-sdk/builds .. image:: https://coveralls.io/repos/github/hyperwallet/python-sdk/badge.svg?branch=master :target: https://coveralls.io/github/hyperwallet/python-sdk?branch=master
A library to manage users, transfer methods and payments through the Hyperwallet Rest V3 API
Hyperwallet's Python server SDK requires at minimum Python 3.5 and above.
.. code::
$ pip install hyperwallet-sdk
Documentation is available at http://hyperwallet.github.io/python-sdk
To write an app using the SDK
Hyperwallet Program Portal <https://portal.hyperwallet.com>
_... code::
import hyperwallet
.. code::
api = hyperwallet.Api(
"test-user",
"test-pass",
"prg-12345"
)
.. code::
data = {
clientUserId: "test-client-id-1",
profileType: "INDIVIDUAL",
firstName: "Daffy",
lastName: "Duck",
email: "testmail-1@hyperwallet.com",
addressLine1: "123 Main Street",
city: "Austin",
stateProvince: "TX",
country: "US",
postalCode: "78701",
programToken: "[PROGRAM TOKEN]"
}
response = api.createUser(data)
Set up a virtual environment:
.. code::
$ virtualenv venv
$ source venv/bin/activate
Install development dependencies:
.. code::
$ make dev
Run the tests:
.. code::
$ make test
Compile the documentation:
.. code::
$ make docs
The Hyperwallet API uses TLS 1.2. Please ensure that your SSL library supports TLS 1.2.
REST API Reference <https://portal.hyperwallet.com/docs>
_
MIT <https://raw.githubusercontent.com/hyperwallet/python-sdk/master/LICENSE>
_
FAQs
A Python wrapper around the Hyperwallet API
We found that hyperwallet-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.