ParsePy icon indicating copy to clipboard operation
ParsePy copied to clipboard

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo

Results 32 ParsePy issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine parse_rest/tests.py and observe `perticular`, however expect to see `particular`. - Examine parse_rest/datatypes.py and observe `milliseonds`,...

with py3.8,I found a error when I save a file : urllib.error.URLError:

I have an existing Parse database with various types of information in it. I am able to get objects and use the basic functions. When I try to find an...

Hi, Is it possible to add support for distinct-queries? http://docs.parseplatform.org/rest/guide/#distinct-queries Thanks.

Python: `2.7.15` MacOS Mojave `10.14.1` If the parse endpoint is a https://, I'm getting a: ``` File "/Library/Python/2.7/lib/python/site-packages/parse_rest/connection.py", line 140, in execute response = urlopen(request, timeout=CONNECTION_TIMEOUT) ... ... urllib2.URLError: ```...

Hi, I am trying to create a query where filter is (date>presentdate) but unable to find documentation on it on the project. Here is what I have till now: .Query.all().filter(datestamp__greaterThan,present)...

Any suggestion on how to add a new entry to Installation table? Any convenient way to keep track of current installation like in android api (getCurrentInstallation)? any comment will be...

I'm developing a very basic administrator portal that needs to update objects that do not belong to them. Because I have a logged in user, the `execute` method is taking...

Hello, I have a table which has a candidate key named "Id", and as you know, all tables have "objectId" too. how can I retrieve an object based on the...

When i tried to use a datetime in signup method, i 've got error. ResourceRequestBadRequest: {"code":111,"error":"schema mismatch for _User.borndate; expected Date but got String"} seems like this function converts all...