Python wrapper for Neogrid Technologies' REST API
Project description
PreHEAT Open Python Package
This is the open Python package designed to wrap Neogrid's REST API.
For a quick introduction on how to use the package, see the quick start guide.
Installation and configuration
Simple installation:
Install the package directly from PyPi using:
pip install preheat_open
Configuring the toolbox
First, make sure that you have created an API key for your user. This can be done on your user profile page in the PreHEAT App.
Your API key may be set within the code code itself. We do however recommend to use a YAML configuration file. This user configuration file should be located in the following directories:
| OS | User level (recommended) | Machine level |
|---|---|---|
| Windows | C:/Users/[your user]/.preheat/config.yaml | (unsupported) |
| Linux | ~/.preheat/config.yaml | /etc[/opt]/preheat/config.yaml |
The default content of a YAML configuration file is given here. The API key can be pasted under neogrid_api -> token.
cache:
directory: null
size_limit: null
time_to_live: null
type: null
logging:
format: '%(asctime)-23s %(levelname)-8s %(name)-32s %(message)-80s'
level: 20
neogrid_api:
token: ''
url: https://api.neogrid.dk/public/api/v1
personal:
email: ''
name: ''
runtime_mode: 10
timezone: Europe/Copenhagen
For information about the additional fields, please check the quick start guide.
Additional Information
You can find additional information about the PreHeat REST API here. Neogrid Technologies company homepage
Contributions
We encourage pull requests if you have developed new interesting features.
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 preheat_open-2.7.tar.gz.
File metadata
- Download URL: preheat_open-2.7.tar.gz
- Upload date:
- Size: 100.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
453991e324d84fd36ec1860e03382d4cd52fa4cb0da1639048991ded213aaa0b
|
|
| MD5 |
cd331adea1cde1f82e483785952105d9
|
|
| BLAKE2b-256 |
af026dd9978a47a546a8af5437052a8827d22824df447a4f4c15215ce27d1bf7
|
File details
Details for the file preheat_open-2.7-py3-none-any.whl.
File metadata
- Download URL: preheat_open-2.7-py3-none-any.whl
- Upload date:
- Size: 100.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e118fb4cb820ba158f5971c8572b79580e3faad2f167c7cec3cdaab73b359f1a
|
|
| MD5 |
7358d2d6f67fb8c11d7668a1f2f79c77
|
|
| BLAKE2b-256 |
4c94cc30f17957cd2b2961fa5ecd85fdba2b91145ca5b14c5f5d143ea851a14f
|