Skip to main content

Datawave Python API

Project description

dwython

Dwython is a Datawave API interconnect within Python.

Example

user_query = query.Query(query = query,
    cert_path = cert, key_path = key, ca_cert=cacert, key_password=key_pass, url=url )
result = user_query.create()
print("{},{},{}".format(line,result.operation_time,result.wall_time))
result = user_query.next()
print("{},{},{}".format(line,result.operation_time,result.wall_time))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

dwython-0.3.6-py3-none-any.whl (8.2 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