Skip to main content

The SearchUnify SDK enables developers to easily work with the SearchUnify platform and build scalable solutions with search, analytics, crawlers and more.

Project description

SearchUnify SDK

Overview

The SearchUnify SDK for Python enabled developers to easily work with the SearchUnify platform and build scalable solutions with search, analytics, crawlers and more. You can get started in minutes using PyPI or by downloading the tar file. The SearchUnify SDK for simplifies use of SearchUnify Services by providing a set of libraries that are consistent and familiar for Python developers. It provides support for API lifecycle consideration such as credential management, retries, data marshaling, and serialization. The SearchUnify SDK for Python also supports higher level abstractions for simplified development.

Key Features

  • HTTP/2 Support and pluggable HTTP layer, new programming interfaces seamlessly take advantage of HTTP/2 features and provide new ways to build applications.
  • Nonblocking I/O, the SearchUnify SDK utilizes a new, nonblocking SDK architecture to support true nonblocking I/O. It features truly non blocking asynchronous clients that implement high concurrency across a few threads.

Getting Started

Sign up for SearchUnify, before you begin, you need a SearchUnify account. Please see the oAuth section of the developer guide for information about how to retrieve your SearchUnify credentials.

Installation

SDK requires Python 3+ and pip to run. The recommended way to use the SearchUnify SDK for Python in your project is to consume it from PyPI.

pip install su-sdk

Execution

Initiate SearchUnify Python SDK on Server. Using the SDK, you can route search requests. To start using, initialize the SDK with your URL and API key.

from searchunify import Searchunify

username = "changeme"
password = "changeme"
clientId = "changeme"
secrets = "changeme"
instance = "changeme"

client =  Searchunify(instance=instance, username=username, password=password, client_id=clientId, client_secret=secrets)

startDate       =   "changeme"
endDate         =   "changeme"
searchClientId  =   "changeme"
data          =   client.get_tiles_data(startDate=startDate, endDate=endDate, searchClientId=searchClientId)
print("The tile data response: ", data)

The access token will expire after 4 hours and you need to refresh that.

result = client.refresh_token()

Documentation

Please refer to the SearchUnify developer guide to use the SDK. https://docs.searchunify.com/Content/Developer-Guides/SDKs-Python.htm

The documentation is in review and might contain bugs🐞, we will update the link on https://docs.searchunify.com once its's final.

License

MIT

© Powered by SearchUnify!

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

searchunify-1.0.4.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

searchunify-1.0.4-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file searchunify-1.0.4.tar.gz.

File metadata

  • Download URL: searchunify-1.0.4.tar.gz
  • Upload date:
  • Size: 12.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.9

File hashes

Hashes for searchunify-1.0.4.tar.gz
Algorithm Hash digest
SHA256 e93e434385db7a15a39a2db2bde7222cb99590cad7c41fbcec01b79c699ba3a0
MD5 ea113e392b112625ae9f829bed7dfd3b
BLAKE2b-256 019231f41e0935e61cb2439eb84e2de555492d969f94f5202a84507391b8219c

See more details on using hashes here.

File details

Details for the file searchunify-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: searchunify-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 16.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.9

File hashes

Hashes for searchunify-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 802b3500a977677cb00330d26c9ad1a68fd7a6b4e1c295977593539b63505721
MD5 1d6689412e8358526310f15d8a4bdbed
BLAKE2b-256 59ecaa86c95e417448cb147de430f4031f3cea36e2127251387626dd5d0fb9ef

See more details on using hashes here.

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