# Knackpy: A Python wrapper for the Knack API

**URL:** https://forums.knack.com/t/knackpy-a-python-wrapper-for-the-knack-api/7313
**Category:** Show & Tell
**Tags:** api-integrations
**Created:** [August 12, 2017, 7:12pm UTC](https://forums.knack.com/t/knackpy-a-python-wrapper-for-the-knack-api/7313 "2017-08-12T19:12:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![austin-transportation](https://avatars.discourse-cdn.com/v4/letter/a/7feea3/32.png) [@austin-transportation](https://forums.knack.com/u/austin-transportation)
#### Post date: [August 12, 2017, 7:12pm UTC](https://forums.knack.com/t/knackpy-a-python-wrapper-for-the-knack-api/7313/1 "2017-08-12T19:12:55Z")

</div>

Hi community,

I've started building a Python package that makes it easier to interact with the Knack API:

[https://github.com/cityofaustin/knackpy](https://github.com/cityofaustin/knackpy)

Features include:

- Object and view-based requests
- Filters
- Parsing of fieldnames and field labels
- Datetime localization
- CSV output

Feedback and contributors are most welcome.
