Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. 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
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.