Removed all the functions and classes that are now in jeb-server-utils, updated index URL

This commit is contained in:
2026-02-28 02:18:03 +01:00
parent 84c300ad60
commit 6a2df148ec
4 changed files with 6 additions and 457 deletions
+4 -1
View File
@@ -6,7 +6,7 @@ Common utils for JEB client and server.
You can install the library using `pip`:
```bash
pip install jeb-utils --index-url https://jcloud-services.ddns.net/simple/ --extra-index-url https://pypi.org/simple/
pip install jeb-utils --index-url https://repo.jcloud-services.ddns.net/simple/ --extra-index-url https://pypi.org/simple/
```
## Functions and classes
@@ -77,6 +77,9 @@ pip install jeb-utils --index-url https://jcloud-services.ddns.net/simple/ --ext
- `create_file_if_not_exists`: Creates a file if it does not exist.
## Changelog
### Version 0.2.0
- Removed all the functions and classes that are now in jeb-server-utils.
### Version 0.1.4
- Bug fix: Due to a refactoring, `jeb_utils.jebp_utils.unpack_fields` did not work.