Metadata-Version: 2.1
Name: knackpy
Version: 1.0.9
Summary: A Python API client for interacting with Knack applications.
Home-page: http://github.com/cityofaustin/knackpy
Author: John Clary
Author-email: john.clary@austintexas.gov
License: Public Domain
Keywords: knack api api-client integration python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pytz
Requires-Dist: requests

# Knackpy

![Build](https://github.com/cityofaustin/knackpy/workflows/Build/badge.svg?branch=master)
![Coverage](https://raw.githubusercontent.com/cityofaustin/knackpy/dev/coverage.svg)
![Python](https://img.shields.io/badge/Python-v3.6+-blue)

Knackpy is a Python client for interacting with [Knack](https://knack.com) applications.

## Documentation

Knackpy v1.0 is now available! [Here's the documentation](https://cityofaustin.github.io/knackpy).

If you're looking for Knackpy v0.1 documentation, it's [here](https://github.com/cityofaustin/knackpy/tree/d57012bfcffae5710ebe15b2a3c8e7ef9da7bd1e).

# Issues and Contributions

Issues and pull requests are welcome. Know that your contributions are donated to the [public domain](https://github.com/cityofaustin/knackpy/blob/master/LICENSE.md). See also our [developer guide](https://cityofaustin.github.io/knackpy/developer-guide).




