python-dogeapi
==============
Python module for dogeapi.com
Provide a class to access [DogeApi][https://www.dogeapi.com] API.
```sh
pip install python-dogeapi
```
All methods from [the exposed API][https://www.dogeapi.com/api_documentation] are availables with their argument.
HTTP arguments must be passed as named python arguments.
Examples :
```python
from dogeapi.wow import Doge
print Doge("SUCH ADRESS").get_balance()
addresses = Doge("SUCH ADRESS").get_my_addresses()
for address in addresses :
print address, Doge("SUCH ADRESS").get_address_received(payment_address = address)
print Doge("SUCH ADRESS").get_address_by_label(address_label = "main")
print Doge().get_current_block()
print Doge().get_difficulty()
print Doge("SUCH ADRESS").get_new_address(address_label = "WOW SuCH TEST PYTHON API")
print Doge("SUCH ADRESS").withdraw(amount = 5, payment_address = "DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV")
```
DOGE tip me : DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV
==============
Python module for dogeapi.com
Provide a class to access [DogeApi][https://www.dogeapi.com] API.
```sh
pip install python-dogeapi
```
All methods from [the exposed API][https://www.dogeapi.com/api_documentation] are availables with their argument.
HTTP arguments must be passed as named python arguments.
Examples :
```python
from dogeapi.wow import Doge
print Doge("SUCH ADRESS").get_balance()
addresses = Doge("SUCH ADRESS").get_my_addresses()
for address in addresses :
print address, Doge("SUCH ADRESS").get_address_received(payment_address = address)
print Doge("SUCH ADRESS").get_address_by_label(address_label = "main")
print Doge().get_current_block()
print Doge().get_difficulty()
print Doge("SUCH ADRESS").get_new_address(address_label = "WOW SuCH TEST PYTHON API")
print Doge("SUCH ADRESS").withdraw(amount = 5, payment_address = "DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV")
```
DOGE tip me : DFSzxeWRXVALxVUdNF1Dk2WjqbF8b7mWjV
Release files for python-dogeapi 0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-dogeapi-0.0.tar.gz | 2.3 kB | Details |
Release files / python-dogeapi-0.0.tar.gz
| Download URL | python-dogeapi-0.0.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8272a197ac65504350154fa91ffb76eb12b171d592acd728afc1db369e4b86b7
|
|
BLAKE2b-256 checksum How to use checksums |
01c27f6603f0c3daf34a4ba6f5c6a9f94ba70dbaad4c95c5795834c2b21565a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |