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 details)
Built Distribution
File details
Details for the file proj_haystack-0.1.3.tar.gz
.
File metadata
- Download URL: proj_haystack-0.1.3.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.9 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 225202d45846b2d4a34a98605abaa8f2e25eab9bc065a2b9c9f87c7ccecca341 |
|
MD5 | 323b704b24a43c10c0305a12cee8b0c0 |
|
BLAKE2b-256 | c67b8531ed84e3bd90706b3bc002b27231da202ee299594fc3a65e5a3b7aebba |
File details
Details for the file proj_haystack-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: proj_haystack-0.1.3-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.9 Darwin/22.3.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eda7b2c889013d3e5bd93487b61479f5aa6ab70b2ff3ccf99fee1df931168489 |
|
MD5 | 61b1f9cb2d7553ccadf76fecf8d7f706 |
|
BLAKE2b-256 | 9dc0d4d72dd6279576e27c6378bb706ad401afb6aa9b2e93202ef39827558486 |