python-kit icon indicating copy to clipboard operation
python-kit copied to clipboard

Development kit for the Python language

Results 19 python-kit issues
Sort by recently updated
recently updated
newest added

When we try to decode the json, if it contains special characters, we have a weird character as a result. Probably an encoding format issue. We have the issue with...

In our other kits Rich Text fragments are rendering surrounded by a `div` element.

Documents in Custom Type ``` Author author Repeatable 142 docs. Category category Repeatable 16 docs. Product product Repeatable 6304 docs. Series series Repeatable 7 docs. Source source Repeatable 169 docs....

Liking this module and Prismic in general. I noticed that package uses the fetch url as the cache key. If you're search query was long, or you use an ACCESS_TOKEN...

Hello, Quite a few meaningful changes have been committed (primarily the new simple helper functions) to the repository yet no new release has been issued. It would be nice if...

Switching from python 3.5 to python 2.7 gives the following error: `ValueError: unsupported pickle protocol: 3` Best way to reproduce this is running the tests with tox: ``` [tox] envlist...

Somewhere between `requests==1.2` and `requests==2.7`, requests switching to using TLS, which makes it work with the prismic cdn. You guys should find what version works and add it to your...

Here's some output ``` object! # printing out my document Document OrderedDict([(u'landing-swiss.url-slug', ), (u'landing-swiss.hero-image', ), (u'landing-swiss.title', ), (u'landing-swiss.title-align', ), (u'landing-swiss.title-margin-top', ), (u'landing-swiss.hero-button-color-up', ), (u'landing-swiss.gallery', ), (u'landing-swiss.body', )]) -------- # at...