Skip to content

Commit b037f44

Browse files
authored
Merge version 2.0.0 with master branch (#9)
* Push all changes * Remove mention of examples in readme * Remove unused stuff - Couple of imports - HTTPClient.__get_all_endpoints - _BaseEnum.BASE_URL * Add 2 changes to changelog.md * Fix some links in docs.md * revert branch change in setup.py
1 parent e21dc4c commit b037f44

19 files changed

+1812
-818
lines changed

.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,13 @@ dmypy.json
126126

127127
# Pyre type checker
128128
.pyre/
129+
130+
131+
!/test.py
132+
test.py
133+
test.py
129134
test_api.py
135+
136+
# Visual Studio Code and other IDEs
137+
.idea/
138+
.vscode/*

LICENSE

+373-21
Large diffs are not rendered by default.

README.md

+3-17
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
[![Downloads Month](https://pepy.tech/badge/vacefron-py/month)](https://pepy.tech/project/vacefron-py)
33
[![Downloads Week](https://pepy.tech/badge/vacefron-py/week)](https://pepy.tech/project/vacefron-py)
44
[![PyPi Version](https://img.shields.io/pypi/v/vacefron.py.svg)](https://pypi.python.org/pypi/vacefron.py/)
5-
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
65

76
# VACEfron.py
87

98
A Wrapper for [vacefron.nl/api][base_url] written in Python.
109

1110
## Requirements
1211

13-
- Python 3.6 or above
12+
- Python 3.8 or above
1413
- aiohttp (python3 -m pip install -U aiohttp)
1514

1615
## Installation
@@ -28,7 +27,7 @@ See the full and detailed [docs here][docs]
2827

2928
## Links
3029

31-
[API][base_url] | [Changelogs][changelog] | [Examples][examples] | [Github][github] | [PyPi][pypi]
30+
[API][base_url] | [Changelogs][changelog] | [Github][github] | [PyPi][pypi]
3231

3332
## Made by
3433

@@ -37,25 +36,12 @@ this wrapper.
3736

3837
You can join VAC Efron's server [here][discord_vacefron] to suggest or report anything on the API.
3938

40-
## Other Wrappers
41-
42-
- **Csharp:** [GitHub][wrappers_csharp-github] | [Nuget][wrapper_csharp-nuget]
43-
- **Javascript:** [GitHub][wrappers_js-github] | [Npm][wrapper_js-npm]
44-
- **Java:** [GitHub][wrappers_java-github]
45-
- **Go:** [GitHub][wrappers_go-github]
46-
4739
[docs]: https://github.com/Soheab/vacefron.py/blob/master/docs.md
4840
[changelog]: https://github.com/Soheab/vacefron.py/blob/master/changelog.md
49-
[examples]: https://github.com/Soheab/vacefron.py/blob/master/docs.md#examples
5041
[base_url]: https://vacefron.nl/api/
5142
[github]: https://github.com/Soheab/vacefron.py
5243
[pypi]: https://pypi.org/project/vacefron.py/
5344
[discord_vacefron]: https://discord.gg/xJ2HRxZ
5445
[discord_mine]: https://discord.gg/yCzcfju
55-
[wrappers_csharp-github]: https://github.com/VACEfron/VACEfron.NET
56-
[wrapper_csharp-nuget]: https://www.nuget.org/packages/VACEfron.NET
57-
[wrappers_js-github]: https://github.com/Sidemen19/VACEfron.js
58-
[wrapper_js-npm]: https://npmjs.com/package/vacefron
59-
[wrappers_java-github]: https://github.com/thunderstorm010/VACEfron4J
60-
[wrappers_go-github]: https://github.com/lavgup/vacefron.go
46+
6147

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ See here what changed or broke each version.
44

55
---
66

7+
## v2.0.0 - November 11, 2022
8+
Big rewrite with lots of changes. See the commit on GitHub for more details: https://github.com/Soheab/vacefron.py
9+
Might write logs later idk.
10+
11+
- Add support for new endpoint: `/peeposign`
12+
- Add fixes for `/rankcard` with badges and more.
13+
714
### v1.6.3 - December 12, 2021
815

916
- Added support for a new endpoint: [.adios()](docs.md#await-vac_apiadiosuser). See more in the docs.

0 commit comments

Comments
 (0)