A Python toolset for utilizing the Highspot API
Project description
Highspot Python SDK
A Python toolset for utilizing the Highspot API
Installation
The package can be installed via pip using the syntax below.
pip install highspot --upgrade
You may also clone the repository and install from source using below.
git clone git://github.com/jeffshurtliff/highspot.git
cd highspot/
python setup.py install
Usage
This section provides basic usage instructions for the package.
Importing the package
Rather than importing the base package, it is recommended that you import the primary Highspot
class using the syntax
below.
from highspot import Highspot
Initializing a Highspot object instance
The primary Highspot
object serves many purposes, the most important being to establish a connection to the
Highspot environment with which you intend to interact. As such, when initializing an instance of the Highspot
object, you will need to pass it the API credentials it will use to authenticate so that the connection can be
established.
Passing the information directly into the object
The API credentials can be passed directly into the Highspot
object when initializing it, as
demonstrated in the example below.
hs = Highspot(username='a1b2c3d4e5', password='abc123DEF456')
License
Changelog
Refer to the changelog for version change information.
Reporting Issues
Issues can be reported within the GitHub repository.
Donations
If you would like to donate to this project then you can do so using this PayPal link.
Disclaimer
This package is considered unofficial and is in no way endorsed or supported by Highspot.
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
File details
Details for the file highspot-1.0.0.tar.gz
.
File metadata
- Download URL: highspot-1.0.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.9.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c73176cdd2f8020a390a7ba94849711820b82e7b2b300063b451b2e38fa82c34 |
|
MD5 | b335b9952e96e3060fb937e640aa0ab5 |
|
BLAKE2b-256 | 43c0e0a402c5ff7fc3435d01c1125049734c9d4df6cf97f9c9f1413d20ff74d1 |