A Python library for interacting with GEHU Student API
Project description
Gehu_erp - A Python Library for Interacting with GEHU Student API
Gehu_erp is a Python library that provides a simple interface for interacting with the GEHU (Generic Educational Institution) Student API. With this library, you can perform various actions, such as logging in, retrieving student details, and more.
Installation
You can install Gehu_erp using pip:
pip install Gehu_erp
Usage
import erp
# Create a client instance
client = erp.Client()
# Generate session and login
user = "your_username"
password = "your_password"
client.login(user, password)
# Get student details
data = client.info()
# Print student details
for key, value in data.items():
print(f"{key}: {value}")
For more information and examples, please visit the GitHub repository.
Setup and Installation
To use Gehu_erp, you need to install it via pip. First, ensure you have Python installed, then open a terminal and run the following command:
pip install Gehu_erp
Docs
For more information and examples, please visit the documentation.
Dependencies
Gehu_erp depends on the following Python libraries:
- requests
- Pillow
- beautifulsoup4
These dependencies will be automatically installed when you install Gehu_erp.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
If you would like to contribute to Gehu_erp, feel free to submit a pull request or open an issue on the GitHub repository.
Acknowledgments
- Thanks to the developers of
requests
,Pillow
, andbeautifulsoup4
for their excellent libraries. - Special thanks to the developers and maintainers of the GEHU Student API for providing the API that this library interacts with.```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Gehu_erp-0.4.tar.gz
.
File metadata
- Download URL: Gehu_erp-0.4.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 190c6fe103a55251ec1e24dd93fce0c2ef87f44d3ad7e11f279e44af328c2244 |
|
MD5 | f0fd9ca9877695803ab6ce53659bc8d7 |
|
BLAKE2b-256 | 53b7d070d3b3361802a1aa5524814876bca5c7e6c8f5e1dcf38a2dc08bc8e86d |
File details
Details for the file Gehu_erp-0.4-py3-none-any.whl
.
File metadata
- Download URL: Gehu_erp-0.4-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b642b7888574f2cee2e0dbaf190229c4387f1c4d7364678d72f23c353ba4f3c |
|
MD5 | db6e807beb0f6fdc55a1c4e4afda6a2e |
|
BLAKE2b-256 | 8e262b8fccaa722a88719616ff2ee86f021a838de14caf9f2bb2919070f90aa9 |