A client to communicate with wable.org api
Project description
Wable client
A client to communicate with wable.org api.
Requirements
Development
Clone the repository
pip install poetry
poetry install
To install a new python package
poetry add [NEW_PACKAGE]
To export poetry lock file to requirements.txt run
make deps
Tests
make test
Installation
The package is published at https://pypi.org/project/wable/
pip install wable
Usage
from wable.client import Wable
w = Wable()
# API to check if customer exists
exists = w.customer_exists(phone_number=123) # return True if phone number is registered else False
# more to come here
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wable-0.0.5.tar.gz
(6.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
wable-0.0.5-py3-none-any.whl
(6.3 kB
view details)
File details
Details for the file wable-0.0.5.tar.gz.
File metadata
- Download URL: wable-0.0.5.tar.gz
- Upload date:
- Size: 6.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ea07f5f63279ccc66024472a66d195953fbb6aecee0e40903086dce6376bfd8
|
|
| MD5 |
f5ca6e3d5f062f9971a7f42d9d628e9c
|
|
| BLAKE2b-256 |
ff0bfa2c92f488bfb3096e6437ed82865c6d2a4b7c6d6523765f3fdbd218c232
|
File details
Details for the file wable-0.0.5-py3-none-any.whl.
File metadata
- Download URL: wable-0.0.5-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0dd7e921edf6fe4b5eadc43d4bb3936daa20e4758ca2897167e25adbc4fd276
|
|
| MD5 |
fc75aeb990e7712f568a8b99b1fc55ca
|
|
| BLAKE2b-256 |
682c6dc3fb633848810913c70308595de5ea317769596355f302673f787b9c50
|