A python util for xpboards
Project description
XPBoards Python Library
A python implementation to improve XPBoards datasets handling.
Installation
To install from PyPI:
pip install xpboards
Usage
With this library you can import, export, manipulate, list, create, update and clear your datasets from XPBoards
A creation example importing from a JSON file:
import xpboards
xpb_services = xpboards.services(
email="your-xpboards-account@email.com",
password='your-password'
)
my_dataset = xpboards.dataset.from_json(
path='my_data.json'
)
xpb_services.create_dataset(data=my_dataset, name='My Dataset')
Read the full documentation here
© 2021 by LongView
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 xpboards-0.1.3-py3-none-any.whl.
File metadata
- Download URL: xpboards-0.1.3-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee9748120d9ea4698d3baa6959170c0a5908504a283c4be3723e5b433205de77
|
|
| MD5 |
c3128bc3316ba8e45ad3666942027047
|
|
| BLAKE2b-256 |
301cf37530332c7505b267a73a19a2542ae6ad480982c8a54e946ff75a11ed78
|