-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
16 lines (16 loc) · 927 Bytes
/
Copy pathpackage.json
File metadata and controls
16 lines (16 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"urls": [
["usanity/__init__.py", "github:bjoerge/usanity/lib/__init__.py"],
["usanity/mutations.py", "github:bjoerge/usanity/lib/mutations.py"],
["usanity/endpoints.py", "github:bjoerge/usanity/lib/endpoints.py"],
["usanity/utils.py", "github:bjoerge/usanity/lib/utils.py"],
["usanity/constants.py", "github:bjoerge/usanity/lib/constants.py"],
["usanity/http/__init__.py", "github:bjoerge/usanity/lib/http/__init__.py"],
["usanity/http/eventsource.py", "github:bjoerge/usanity/lib/http/eventsource.py"],
["usanity/http/async_urequests.py", "github:bjoerge/usanity/lib/http/async_urequests.py"],
["usanity/client/__init__.py", "github:bjoerge/usanity/lib/client/__init__.py"],
["usanity/client/sync_client.py", "github:bjoerge/usanity/lib/client/sync_client.py"],
["usanity/client/async_client.py", "github:bjoerge/usanity/lib/client/async_client.py"]
],
"version": "1.0.1"
}