Skip to main content

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


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)

Uploaded Source

Built Distribution

proj_haystack-0.1.3-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page