bitvavo-api-upgraded 1.16.0__py3-none-any.whl → 1.17.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- bitvavo_api_upgraded/__init__.py +3 -0
- bitvavo_api_upgraded/bitvavo.py +80 -34
- bitvavo_api_upgraded/helper_funcs.py +1 -1
- bitvavo_api_upgraded/type_aliases.py +3 -1
- bitvavo_api_upgraded-1.17.0.dist-info/METADATA +319 -0
- bitvavo_api_upgraded-1.17.0.dist-info/RECORD +10 -0
- {bitvavo_api_upgraded-1.16.0.dist-info → bitvavo_api_upgraded-1.17.0.dist-info}/licenses/LICENSE.txt +2 -2
- bitvavo_api_upgraded-1.16.0.dist-info/METADATA +0 -2429
- bitvavo_api_upgraded-1.16.0.dist-info/RECORD +0 -10
- {bitvavo_api_upgraded-1.16.0.dist-info → bitvavo_api_upgraded-1.17.0.dist-info}/WHEEL +0 -0
{bitvavo_api_upgraded-1.16.0.dist-info → bitvavo_api_upgraded-1.17.0.dist-info}/licenses/LICENSE.txt
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
ISC License
|
2
2
|
|
3
|
-
Copyright (c)
|
3
|
+
Copyright (c) 2024, Bitvavo B.V.
|
4
4
|
|
5
5
|
Permission to use, copy, modify, and/or distribute this software for any
|
6
6
|
purpose with or without fee is hereby granted, provided that the above
|
@@ -12,4 +12,4 @@ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
12
|
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
13
13
|
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
14
14
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
15
|
-
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|