-
- Downloads
Add photo_client for fetching data from the PhotoAPI
Also fix an issue with dataclasses not being loaded when using python 3.6
parent
b20b46a0
No related branches found
No related tags found
Showing
- .flake8 1 addition, 1 deletion.flake8
- identitylib/photo_client.py 64 additions, 0 deletionsidentitylib/photo_client.py
- requirements-tests.txt 2 additions, 1 deletionrequirements-tests.txt
- requirements.txt 5 additions, 1 deletionrequirements.txt
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
- tests/test_identifiers.py 12 additions, 1 deletiontests/test_identifiers.py
- tests/test_photo_client.py 76 additions, 0 deletionstests/test_photo_client.py
identitylib/photo_client.py
0 → 100644
dataclasses | ||
\ No newline at end of file | ||
dataclasses | ||
# for the API clients | ||
requests | ||
requests_oauthlib |
tests/__init__.py
0 → 100644
tests/test_photo_client.py
0 → 100644
Please register or sign in to comment