Name | helldivepy JSON |
Version |
0.1.1
JSON |
| download |
home_page | None |
Summary | A Helldivers 2 API wrapper using the Diveharder API and the Helldivers Community API |
upload_time | 2024-12-06 02:03:08 |
maintainer | None |
docs_url | None |
author | AJXD2 |
requires_python | <4.0,>=3.11 |
license | MIT |
keywords |
helldivers 2
api
wrapper
diveharder
community
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Helldive.py
[](https://pypi.org/project/helldivepy/)


[](https://pypi.org/project/helldivepy/)

> A simple Python library for diving deep into the [Helldivers Community API](https://github.com/helldivers-2/api) and [Diveharder API](https://github.com/helldivers-2/diveharder_api.py).
---
## ⚙️ Installation
To install **Helldive.py**, just use pip:
```bash
pip install helldivepy
```
## 🚀 Quickstart
Here's a super-quick example to get you diving right in:
```python
import helldivepy
client = helldivepy.ApiClient(user_agent="my-app", user_contact="email@example.com")
# Get the latest dispatches
dispatches = client.dispatch.get_dispatches()
print(dispatches)
# Output example
[
Dispatch(id=0, published=datetime.datetime, type=0, message='Hello, World 1!'),
Dispatch(id=1, published=datetime.datetime, type=0, message='Hello, World 2!'),
Dispatch(id=2, published=datetime.datetime, type=0, message='Hello, World 3!')
]
```
## 🌟 Features
- **Easy API Access**: Communicate with the Helldivers Community API and Diveharder API without breaking a sweat.
- **Typed Data**: Get structured, easily readable data like dispatches, planets, and more!
- **Perfect for Projects**: Ideal for projects, bots, or just exploring Helldivers data.
---
## 🛠️ Contributing
Contributions are always welcome! If you’d like to make changes, feel free to submit a pull request. For major updates, open an issue first to discuss your ideas.
## 📄 License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Raw data
{
"_id": null,
"home_page": null,
"name": "helldivepy",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": "helldivers 2, api, wrapper, diveharder, community",
"author": "AJXD2",
"author_email": "aj@ajxd2.dev",
"download_url": "https://files.pythonhosted.org/packages/93/7b/f6a105bf83da7a22d27b3b81714ee4cb263e8671d59a858c820431e963e2/helldivepy-0.1.1.tar.gz",
"platform": null,
"description": "# Helldive.py\n\n\n[](https://pypi.org/project/helldivepy/)\n\n\n[](https://pypi.org/project/helldivepy/)\n\n\n> A simple Python library for diving deep into the [Helldivers Community API](https://github.com/helldivers-2/api) and [Diveharder API](https://github.com/helldivers-2/diveharder_api.py).\n\n---\n\n## \u2699\ufe0f Installation\n\nTo install **Helldive.py**, just use pip:\n\n```bash\npip install helldivepy\n```\n\n## \ud83d\ude80 Quickstart\n\nHere's a super-quick example to get you diving right in:\n\n```python\nimport helldivepy\n\nclient = helldivepy.ApiClient(user_agent=\"my-app\", user_contact=\"email@example.com\")\n\n# Get the latest dispatches\ndispatches = client.dispatch.get_dispatches()\n\nprint(dispatches)\n# Output example\n[\n Dispatch(id=0, published=datetime.datetime, type=0, message='Hello, World 1!'),\n Dispatch(id=1, published=datetime.datetime, type=0, message='Hello, World 2!'),\n Dispatch(id=2, published=datetime.datetime, type=0, message='Hello, World 3!')\n ]\n```\n\n## \ud83c\udf1f Features\n\n- **Easy API Access**: Communicate with the Helldivers Community API and Diveharder API without breaking a sweat.\n- **Typed Data**: Get structured, easily readable data like dispatches, planets, and more!\n- **Perfect for Projects**: Ideal for projects, bots, or just exploring Helldivers data.\n\n---\n\n## \ud83d\udee0\ufe0f Contributing\n\nContributions are always welcome! If you\u2019d like to make changes, feel free to submit a pull request. For major updates, open an issue first to discuss your ideas.\n\n## \ud83d\udcc4 License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Helldivers 2 API wrapper using the Diveharder API and the Helldivers Community API",
"version": "0.1.1",
"project_urls": {
"documentation": "https://github.com/ajxd2/helldive.py#readme",
"homepage": "https://github.com/ajxd2/helldive.py",
"repository": "https://github.com/ajxd2/helldive.py"
},
"split_keywords": [
"helldivers 2",
" api",
" wrapper",
" diveharder",
" community"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "86143c3083bc5b78cd7915dc3a74c69a48c0efde65f9b371ba75d54dbb45dbc0",
"md5": "c28c34b081d0eade5175e38a455731b8",
"sha256": "1273c1f8121b51ed261902f7397373bf4a7befa012c418fa55a29f3e9f135b2b"
},
"downloads": -1,
"filename": "helldivepy-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c28c34b081d0eade5175e38a455731b8",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 14159,
"upload_time": "2024-12-06T02:03:07",
"upload_time_iso_8601": "2024-12-06T02:03:07.134185Z",
"url": "https://files.pythonhosted.org/packages/86/14/3c3083bc5b78cd7915dc3a74c69a48c0efde65f9b371ba75d54dbb45dbc0/helldivepy-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "937bf6a105bf83da7a22d27b3b81714ee4cb263e8671d59a858c820431e963e2",
"md5": "83ed6d879cb9731867fa6c925d66dc0f",
"sha256": "b6526c991ec2b374b4c3ff57d53d6699a85dfe12099bec0ba03af0ebd40530b6"
},
"downloads": -1,
"filename": "helldivepy-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "83ed6d879cb9731867fa6c925d66dc0f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 9312,
"upload_time": "2024-12-06T02:03:08",
"upload_time_iso_8601": "2024-12-06T02:03:08.189036Z",
"url": "https://files.pythonhosted.org/packages/93/7b/f6a105bf83da7a22d27b3b81714ee4cb263e8671d59a858c820431e963e2/helldivepy-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-06 02:03:08",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ajxd2",
"github_project": "helldive.py#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "helldivepy"
}