-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from miaucl/async
Replace requests with aiohttp using asyncio and offer sync/async functionality
- Loading branch information
Showing
4 changed files
with
520 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dist/ | ||
src/python_bring_api.egg-info/ | ||
src/test.py | ||
src/test*.py | ||
HOW-TO-UPLOAD.md | ||
HOW-TO-TEST.md | ||
test/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = python-bring-api | ||
version = 2.1.0 | ||
version = 3.0.0 | ||
author = Elias Ball | ||
author_email = [email protected] | ||
description = Unofficial python package to access Bring! shopping lists API. | ||
|
@@ -19,7 +19,7 @@ package_dir = | |
packages = find: | ||
python_requires = >=3.8 | ||
install_requires = | ||
requests | ||
aiohttp | ||
|
||
[options.packages.find] | ||
where = src |
Oops, something went wrong.