sdk to connect with voxline
Project description
SDK voxline - Python Development Kit
voxline-pdk
Realizar la conexión con conecta por medio de Python.
Installation
Usar el administrador de paquetes pip para instalar voxline.
pip install voxline-pdk
Usage
CODE
# Importar la libreria
from voxline import Voxline
vox = Voxline(tenant='tenant_1', apiKey='12312', local=True)
value = vox.forms.getOne(1)
print(value)
OUTPUT
{ value1: {'id': 1, 'name': 'Form Tenant 1', 'structure': {}, 'createdAt': '2023-06-18T02:48:04.286Z', 'updatedAt': '2023-06-18T02:48:04.286Z', 'deletedAt': None }
{ value2: {} }
{ value3: [{'id': 1, 'name': 'Form Tenant 1', 'structure': {}, 'createdAt': '2023-06-18T02:48:04.286Z', 'updatedAt': '2023-06-18T02:48:04.286Z', 'deletedAt': None}]}
Development
Install Dependencies
pip install -r requirements
Build
Construir el archivo .tar.gz y el archivo wheels para instalar con pip
python setup.py sdist bdist_wheel
with pipenv
pipenv run build
Local Install
pip install dist/voxline-0.1.1-py3-none-any.whl
Publish package
$HOME/.pypirc >
[pypi]
username = __init__
password = pypi-
python3 -m twine upload --repository pypi dist/* --verbose
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
voxline_pdk-1.0.1.tar.gz
(3.6 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
File details
Details for the file voxline_pdk-1.0.1.tar.gz.
File metadata
- Download URL: voxline_pdk-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d26c6d1cb27f165fb5b47f47ad4ff929dc6074534302972e77ba2f3eef4d65
|
|
| MD5 |
4568032b996f8e24f64e0df19dd2f0d9
|
|
| BLAKE2b-256 |
2161c3e5a15cd82e2e428fd4d2150c8b717ae7b1e604e8ee3e03d32e5e096cda
|
File details
Details for the file voxline_pdk-1.0.1-py3-none-any.whl.
File metadata
- Download URL: voxline_pdk-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23465461b62e0dc48638379bac15309b48d85648fb534de8861a970b30b8ea20
|
|
| MD5 |
ac7a65a86f8a82a53ecf3f70cb103908
|
|
| BLAKE2b-256 |
a2c6992487c18096b384ae896221dc07cab47edbafa09a9de180c9a4270acad2
|