Skip to content

Commit 075895a

Browse files
author
PingIsFun
committed
Rename + version bump
1 parent 8abd9ec commit 075895a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ git_hidden/
1818

1919
# Not done yet
2020
tests/
21-
src/eAsisitentAPI/pharser.py
21+
git_hidden/pharser.py

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# eAsistentAPI
1+
# eAsistentPY
22

33
## EN
44
To install it run:
@@ -9,12 +9,12 @@ To install it run:
99
Example usage:
1010

1111
```python
12-
import eAsisitentAPI
12+
import eAsistentPY
1313

14-
data = eAsisitentAPI.get_schedule(school_id="SCHOOL_ID", class_id=CLASS_ID)
14+
data = eAsistentPY.get_schedule(school_id="SCHOOL_ID", class_id=CLASS_ID)
1515
```
1616
***
17-
For support and feature requests ask on [GitHub discussions](https://github.com/PingWasFun/eAsistent-scraper/discussions/categories/general)
17+
For support and feature requests ask on [GitHub discussions](https://github.com/PingWasFun/eAsistentAPI/discussions/categories/general)
1818

1919
## SLO
2020

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
2-
name = eAsistentAPI
3-
version = 2.0.0
2+
name = eAsistentPY
3+
version = 2.1.0
44
author = PingIsFun
55
author_email = pingisfun@protonmail.com
66
description = Scrapes data from easistent.com/urniki/... and returns it as Python dictionary

0 commit comments

Comments
 (0)