Python SDK for TropiPay
Project description
TropiPy
TropiPay is an electronic wallet that allows you to execute the most common financial operations of the day to day. It is easy and safe. It technology protects your money and ensures it reaches its destination safely. With your TropiPay wallet,you can send remittances and execute the most common collection and payment operations, from paying at a store to sharing expenses with your friends.
- Remittances and family support.
- Transfers between bank accounts.
- Paying with your mobile phone.
- Share expenses with your friends.
- Top-up phone balance.
- Promotions and discounts every month.
FOR SMALL COMPANIES AND BUSINESSES: Tropipay offer online payment and collection solutions to international customers and global markets. Whether you are a business owner, professional, or freelancer, Tropipay is the ultimate financial tool.
- Transfers between bank accounts.
- Sale through social networks.
- E-commerce integration through API.
- Customized solutions for tourism companies.
- Cross Border payments globally
This project is focused on create a simple python SDK for TropiPay, in order to facilitate the integration of the TropiPay platform with frameworks such as Django, Flask, etc. Form more information see TropiPay Web and our wiki.
Install
- pip install tropipy
- pypi.org
Develop
Contribute to us to improve our products and services
Develop Install
- git clone https://github.com/ameksike/tropipy.git
- cd tropipy
- pip install -r requirements.txt
- pip show requests
- pip list -v
Develop Test
- python -m unittest # One command to run them all
- python -m unittest tests/test_login.py # Selective run some test suite
Examples
Configure the lib:
TppSdk = TropiPy({
"credential": {
'id': 'cf33a19425421dcdfc82d26af3b126d0',
'secret': '4a7eb4562e21eca14b9318d685950e3e',
'scope': 'ALLOW_GET_PROFILE_DATA ALLOW_GET_BALANCE ALLOW_EXTERNAL_CHARGE'
}
})
Login for get access token:
result = TppSdk.get("Security").login()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file tropipy-0.0.2.tar.gz.
File metadata
- Download URL: tropipy-0.0.2.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d92a73f87b522a3a8427eb573621b423999f8beb6e87f3f64cf01dab568633e
|
|
| MD5 |
d7b3e5c881028b79dfa5bb8e8ad78b7f
|
|
| BLAKE2b-256 |
e66a871fd74eed0e3cf93156dd6ff6e87526c8e50168153140fa0ebd1cab71e3
|