Gehu-erp


NameGehu-erp JSON
Version 0.4 PyPI version JSON
download
home_pagehttps://github.com/aminobot22/gehu_erp
SummaryA Python library for interacting with GEHU Student API
upload_time2023-08-08 18:25:58
maintainer
docs_urlNone
authoryato
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```python
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](https://gehu-erp.readthedocs.io/en/latest/index.html).


## 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`, and `beautifulsoup4` 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.```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aminobot22/gehu_erp",
    "name": "Gehu-erp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "yato",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/53/b7/d070d3b3361802a1aa5524814876bca5c7e6c8f5e1dcf38a2dc08bc8e86d/Gehu_erp-0.4.tar.gz",
    "platform": null,
    "description": "# Gehu_erp - A Python Library for Interacting with GEHU Student API\r\n\r\nGehu_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.\r\n\r\n## Installation\r\n\r\nYou can install Gehu_erp using pip:\r\n\r\n```\r\npip install Gehu_erp\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nimport erp\r\n\r\n# Create a client instance\r\nclient = erp.Client()\r\n\r\n# Generate session and login\r\nuser = \"your_username\"\r\npassword = \"your_password\"\r\nclient.login(user, password)\r\n\r\n# Get student details\r\ndata = client.info()\r\n\r\n# Print student details\r\nfor key, value in data.items():\r\n    print(f\"{key}: {value}\")\r\n```\r\n\r\nFor more information and examples, please visit the GitHub repository.\r\n\r\n## Setup and Installation\r\n\r\nTo 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:\r\n\r\n```\r\npip install Gehu_erp\r\n```\r\n## Docs\r\n\r\nFor more information and examples, please visit the [documentation](https://gehu-erp.readthedocs.io/en/latest/index.html).\r\n\r\n\r\n## Dependencies\r\n\r\nGehu_erp depends on the following Python libraries:\r\n- requests\r\n- Pillow\r\n- beautifulsoup4\r\n\r\nThese dependencies will be automatically installed when you install Gehu_erp.\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the LICENSE file for details.\r\n\r\n## Contributing\r\n\r\nIf you would like to contribute to Gehu_erp, feel free to submit a pull request or open an issue on the GitHub repository.\r\n\r\n## Acknowledgments\r\n\r\n- Thanks to the developers of `requests`, `Pillow`, and `beautifulsoup4` for their excellent libraries.\r\n- Special thanks to the developers and maintainers of the GEHU Student API for providing the API that this library interacts with.```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python library for interacting with GEHU Student API",
    "version": "0.4",
    "project_urls": {
        "Homepage": "https://github.com/aminobot22/gehu_erp"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e262b8fccaa722a88719616ff2ee86f021a838de14caf9f2bb2919070f90aa9",
                "md5": "db6e807beb0f6fdc55a1c4e4afda6a2e",
                "sha256": "3b642b7888574f2cee2e0dbaf190229c4387f1c4d7364678d72f23c353ba4f3c"
            },
            "downloads": -1,
            "filename": "Gehu_erp-0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "db6e807beb0f6fdc55a1c4e4afda6a2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5576,
            "upload_time": "2023-08-08T18:25:56",
            "upload_time_iso_8601": "2023-08-08T18:25:56.459192Z",
            "url": "https://files.pythonhosted.org/packages/8e/26/2b8fccaa722a88719616ff2ee86f021a838de14caf9f2bb2919070f90aa9/Gehu_erp-0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53b7d070d3b3361802a1aa5524814876bca5c7e6c8f5e1dcf38a2dc08bc8e86d",
                "md5": "f0fd9ca9877695803ab6ce53659bc8d7",
                "sha256": "190c6fe103a55251ec1e24dd93fce0c2ef87f44d3ad7e11f279e44af328c2244"
            },
            "downloads": -1,
            "filename": "Gehu_erp-0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f0fd9ca9877695803ab6ce53659bc8d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4809,
            "upload_time": "2023-08-08T18:25:58",
            "upload_time_iso_8601": "2023-08-08T18:25:58.225882Z",
            "url": "https://files.pythonhosted.org/packages/53/b7/d070d3b3361802a1aa5524814876bca5c7e6c8f5e1dcf38a2dc08bc8e86d/Gehu_erp-0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-08 18:25:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aminobot22",
    "github_project": "gehu_erp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gehu-erp"
}
        
Elapsed time: 0.27749s