No project description provided
Project description
Project Haystack
To be defined
Installation
Download the project from Pypi:
$ pip install proj-haystack
Quick start
The below example shows how to obtain an auth token from a Haystack server.
from proj_haystack.scram import get_auth_token
# define these settings specific for your use case
host_url = "http://localhost:8080"
username = "su"
password = "su"
# get the auth token
auth_token = get_auth_token(host_url, username, password)
print(f"Here is the auth token: {auth_token}")
License
To be defined
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
proj_haystack-0.1.3.tar.gz
(6.3 kB
view hashes)
Built Distribution
Close
Hashes for proj_haystack-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda7b2c889013d3e5bd93487b61479f5aa6ab70b2ff3ccf99fee1df931168489 |
|
MD5 | 61b1f9cb2d7553ccadf76fecf8d7f706 |
|
BLAKE2b-256 | 9dc0d4d72dd6279576e27c6378bb706ad401afb6aa9b2e93202ef39827558486 |