proj-haystack 0.1.3

Creator: railscoder56

Last updated:

Add to Cart

Description:

projhaystack 0.1.3

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.