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()
Release files for tropipy 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tropipy-0.0.2.tar.gz | 4.5 kB | Details |
Release files / tropipy-0.0.2.tar.gz
| Download URL | tropipy-0.0.2.tar.gz |
|---|---|
| Size | 4.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3d92a73f87b522a3a8427eb573621b423999f8beb6e87f3f64cf01dab568633e
|
|
BLAKE2b-256 checksum How to use checksums |
e66a871fd74eed0e3cf93156dd6ff6e87526c8e50168153140fa0ebd1cab71e3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|