Python client for Eagle Eye Networks APIv3
Project description
EagleEyev3
Summary
This is a python package for working with the Eagle Eye Networks APIv3. It takes some liberties with the API to make it more pythonic. There is plenty of sugar sprinkled in to make it a little easier to use.
Settings File
There is file settings.py that is needed to run. It should look similar to this:
config = {
# Set up your application and get client id/secrete first
# https://developerv3.eagleeyenetworks.com/page/my-application
"client_id": "",
"client_secret": "",
# you will need to add approved redirect_uris in your application
# this examples assumes you've added http://127.0.0.1:3333/login_callback
# change the following variables if you did something different
# Note: do not use localhost for server_host, use 127.0.0.1 instead
"server_protocol": "http",
"server_host": "127.0.0.1",
"server_port": "3333",
"server_path": "login_callback",
}
You can create your application and setup credentials at: [https://developerv3.eagleeyenetworks.com/page/my-application-html](my applications). You can also reach out to api_support@een.com for help.
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
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 eagleeyev3-0.0.13.tar.gz.
File metadata
- Download URL: eagleeyev3-0.0.13.tar.gz
- Upload date:
- Size: 7.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.29.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97ac4ba4fe3bfcdf59cfd36b73eba9f6feda49bd8190a66e9bcc51f9b246a612
|
|
| MD5 |
916ac7632845c10bcc3dba6a3c1c9388
|
|
| BLAKE2b-256 |
eb3f3bde3d31e6a063afb71ceebfb478517b35ffa478e7bce33409dc364ee801
|
File details
Details for the file eagleeyev3-0.0.13-py2.py3-none-any.whl.
File metadata
- Download URL: eagleeyev3-0.0.13-py2.py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.29.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85bc73f7a12266740077b5b1c3582277d749dc7ab5769a20160176c39d042401
|
|
| MD5 |
a7fe0a275eb60171bbc79cac290bdf69
|
|
| BLAKE2b-256 |
c60142d692c9fa1b182fe987fa99540055ebae004e00e606080eb8fcbc2b2608
|