Skip to main content

Python package for use with EasyBase.io

Project description


Logo

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.6 and newer

Installation

pip install easybase-python

Usage

from easybase-python 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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/EasybaseFeature)
  3. Commit your Changes (git commit -m 'feature')
  4. Push to the Branch (git push origin feature/EasybaseFeature)
  5. 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

easybase-python-1.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

easybase_python-1.0.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page