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

Use html.escape when available and fall back to cgi.escape for older Python versions.

Can't use `as_html` without hitting this exception under Python 3.9

Adds the suggested changes to #40 and resolves conflicts >For get_by_uid, get_by_id, get_by_ids, the default language should be * (meaning we search over all languages) To test run `python setup.py...

Here's the traceback when trying to fetch the document in question: ``` Traceback (most recent call last): File "test.py", line 49, in response = form.submit() File "/usr/local/lib/python3.7/site-packages/prismic/api.py", line 272, in...

I tried using this kit for my project. All was good until I modified the api endpoint to `/v2`. Started getting the following error upon `form.submit()`. > AttributeError: 'NoneType' object...

No documentation found for the Python kit on the developers page as stated in the readme. > get a thorough introduction of how to use prismic.io kits, including this one....

This adds an optional lang keyword argument to select the language of the returned documents.

This fixes an issue where the correct cache was not used when calling the `preview_session` method. This caused problems on Google AppEngine where it is not possible to use Shelve.

The URL parameters should be deterministic as the full URL is used as the key for caching. If the non-ordered dictionary is used the caching will miss even when a...