Python package for use with EasyBase.io
Project description
Table of Contents
About The Project
Python library to make REST requests to EasyBase.io. Although this library is not necessary to interface with EasyBase, it makes it Python integration much simpler.
Built With
Getting Started
Prerequisites
This is an example of how to list things you need to use the software and how to install them.
- pip
- Python 3
Installation
pip install easybase-python
Usage
from easybase import get, post, update, delete
limit = 10
password = "my_integration_pass"
get_id = "sF7sh78sd_sdf7"
get_res = get(get_id, limit=limit, authenticaion=password)
print(get_res) # <- JSON
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/EasybaseFeature) - Commit your Changes (
git commit -m 'feature') - Push to the Branch (
git push origin feature/EasybaseFeature) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Your Name - @easybase_io - hello@easybase.io
Project Link: https://github.com/easybase/easybase-python
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
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 easybase-python-1.0.6.tar.gz.
File metadata
- Download URL: easybase-python-1.0.6.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83ca4f804983ae008561285c93b58a8e5ab248347a19eccf58c448871f23fe0d
|
|
| MD5 |
00b614f3a6094cd6ea044a966f8cb3f3
|
|
| BLAKE2b-256 |
7c687c0335e0c625ea8d4a6f2b25e196f2274a1badcd3fdc64d94dd5cc000aae
|
File details
Details for the file easybase_python-1.0.6-py3-none-any.whl.
File metadata
- Download URL: easybase_python-1.0.6-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b70a5745fe495c62668948a6c572f950fb344c79ebd472c4b57f4c9e8d1129c
|
|
| MD5 |
e1264c8c24341d1b55cb3fb3e058721d
|
|
| BLAKE2b-256 |
77540aa614b8de8f5861cafd3e45de9610b26787e52a75baf44dfdbe7453de99
|