requests-cloudkit icon indicating copy to clipboard operation
requests-cloudkit copied to clipboard

Apple CloudKit Python library.

Results 5 requests-cloudkit issues
Sort by recently updated
recently updated
newest added

Automatically closes the file stream after a return. Closes #6.

The warning appears during requests when doing unit tests via `unittest` package: ``` /venv/lib/python3.7/site-packages/requests_cloudkit/cloudkit.py:78: ResourceWarning: unclosed file return open(self.key_file_name).read() ResourceWarning: Enable tracemalloc to get the object allocation traceback ```

Last commit 60ac87e isn't in pip

I keep getting `Strings must be encoded before hashing` when I try to do `r = cloudkit.POST.public.records.modify(j)` This is a problem only on Windows. On Mac, everything works.