Name | wom-py JSON |
Version |
0.6.0
JSON |
| download |
home_page | https://github.com/Jonxslays/wom.py |
Summary | An asynchronous wrapper for the Wise Old Man API. |
upload_time | 2023-07-27 03:34:50 |
maintainer | |
docs_url | None |
author | Jonxslays |
requires_python | >=3.8 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<div align="center">
<h1>wom.py</h1>
<a href="https://pypi.org/project/wom.py"><img height="20" alt="Stable version" src="https://img.shields.io/pypi/v/wom.py?label=stable&logo=pypi"></a>
<a href="https://github.com/Jonxslays/wom.py/blob/master/LICENSE"><img height="20" alt="License" src="https://img.shields.io/pypi/l/wom-py?label=license"></a>
<a href="https://python.org"><img height="20" alt="Python versions" src="https://img.shields.io/pypi/pyversions/wom-py?label=python&logo=python"></a>
<a href="https://codeclimate.com/github/Jonxslays/wom.py/maintainability"><img height="20" alt="Maintainability" src="https://api.codeclimate.com/v1/badges/367fb667ef372064fe5a/maintainability" /></a>
<a href="https://codeclimate.com/github/Jonxslays/wom.py/test_coverage"><img height="20" alt="Coverage" src="https://api.codeclimate.com/v1/badges/367fb667ef372064fe5a/test_coverage" /></a>
</div>
An asynchronous wrapper for the [Wise Old Man API](https://docs.wiseoldman.net/).
The library aims to make it easy to interact with the Wise Old Man API by
providing service methods matching all available endpoints and model classes
for data consistency.
## Documentation
- [Stable](https://jonxslays.github.io/wom.py/)
- [Development](https://jonxslays.github.io/wom.py/dev/)
## Installation
**Python version 3.8 or greater is required to use wom.py.**
### Stable
```sh
pip install -U wom.py
```
### Development
```sh
pip install -U git+https://github.com/Jonxslays/wom.py
```
For more information on using `pip`, check out the [pip documentation](https://pip.pypa.io/en/stable/).
## Problems
If you're experiencing a problem with the library, please open an issue
[here](https://github.com/Jonxslays/wom.py/issues), after first confirming
a similar issue was not already created.
## What is Wise Old Man
Wise Old Man is an open source Oldschool Runescape player progress tracker.
If you're interested in learning more about the Wise Old Man project, consider checking out any of these links:
- [Website](https://wiseoldman.net/)
- [API documentation](https://docs.wiseoldman.net/)
- [Github repository](https://wiseoldman.net/github)
- [Discord community](https://wiseoldman.net/discord)
- [Support the developers on Patreon](https://wiseoldman.net/patreon)
Some of the popular features include:
- Experience tracking
- Boss killcounts
- Player achievements
- Group competitions
- Global leaderboards
- A discord bot for interacting with the API
## Contributing
wom.py is open to contributions. Check out the
[contributing guide](https://github.com/Jonxslays/wom.py/blob/master/CONTRIBUTING.md) to learn how.
## License
wom.py is licensed under the
[MIT License](https://github.com/Jonxslays/wom.py/blob/master/LICENSE).
Raw data
{
"_id": null,
"home_page": "https://github.com/Jonxslays/wom.py",
"name": "wom-py",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "",
"author": "Jonxslays",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/61/9e/389304564e81b373fd7e1897d47a5f88214b91d64c6c76c54c374da27e38/wom_py-0.6.0.tar.gz",
"platform": null,
"description": "<div align=\"center\">\n <h1>wom.py</h1>\n <a href=\"https://pypi.org/project/wom.py\"><img height=\"20\" alt=\"Stable version\" src=\"https://img.shields.io/pypi/v/wom.py?label=stable&logo=pypi\"></a>\n <a href=\"https://github.com/Jonxslays/wom.py/blob/master/LICENSE\"><img height=\"20\" alt=\"License\" src=\"https://img.shields.io/pypi/l/wom-py?label=license\"></a>\n <a href=\"https://python.org\"><img height=\"20\" alt=\"Python versions\" src=\"https://img.shields.io/pypi/pyversions/wom-py?label=python&logo=python\"></a>\n <a href=\"https://codeclimate.com/github/Jonxslays/wom.py/maintainability\"><img height=\"20\" alt=\"Maintainability\" src=\"https://api.codeclimate.com/v1/badges/367fb667ef372064fe5a/maintainability\" /></a>\n <a href=\"https://codeclimate.com/github/Jonxslays/wom.py/test_coverage\"><img height=\"20\" alt=\"Coverage\" src=\"https://api.codeclimate.com/v1/badges/367fb667ef372064fe5a/test_coverage\" /></a>\n</div>\n\nAn asynchronous wrapper for the [Wise Old Man API](https://docs.wiseoldman.net/).\n\nThe library aims to make it easy to interact with the Wise Old Man API by\nproviding service methods matching all available endpoints and model classes\nfor data consistency.\n\n## Documentation\n\n- [Stable](https://jonxslays.github.io/wom.py/)\n- [Development](https://jonxslays.github.io/wom.py/dev/)\n\n## Installation\n\n**Python version 3.8 or greater is required to use wom.py.**\n\n### Stable\n\n```sh\npip install -U wom.py\n```\n\n### Development\n\n```sh\npip install -U git+https://github.com/Jonxslays/wom.py\n```\n\nFor more information on using `pip`, check out the [pip documentation](https://pip.pypa.io/en/stable/).\n\n## Problems\n\nIf you're experiencing a problem with the library, please open an issue\n[here](https://github.com/Jonxslays/wom.py/issues), after first confirming\na similar issue was not already created.\n\n## What is Wise Old Man\n\nWise Old Man is an open source Oldschool Runescape player progress tracker.\n\nIf you're interested in learning more about the Wise Old Man project, consider checking out any of these links:\n\n- [Website](https://wiseoldman.net/)\n- [API documentation](https://docs.wiseoldman.net/)\n- [Github repository](https://wiseoldman.net/github)\n- [Discord community](https://wiseoldman.net/discord)\n- [Support the developers on Patreon](https://wiseoldman.net/patreon)\n\nSome of the popular features include:\n\n- Experience tracking\n- Boss killcounts\n- Player achievements\n- Group competitions\n- Global leaderboards\n- A discord bot for interacting with the API\n\n## Contributing\n\nwom.py is open to contributions. Check out the\n[contributing guide](https://github.com/Jonxslays/wom.py/blob/master/CONTRIBUTING.md) to learn how.\n\n## License\n\nwom.py is licensed under the\n[MIT License](https://github.com/Jonxslays/wom.py/blob/master/LICENSE).\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "An asynchronous wrapper for the Wise Old Man API.",
"version": "0.6.0",
"project_urls": {
"Documentation": "https://jonxslays.github.io/wom.py",
"Homepage": "https://github.com/Jonxslays/wom.py",
"Repository": "https://github.com/Jonxslays/wom.py"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c800d8621e1ab21ce7e224bc2201dae8c79f06837c19b0ef5d8c7a8dcda7df51",
"md5": "de06c3a34ca29b5b6bddef231eff8876",
"sha256": "d5a1311a256862f5098376b7d2610e9daf0fbf0aa522a10c4e3278edb7223d76"
},
"downloads": -1,
"filename": "wom_py-0.6.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "de06c3a34ca29b5b6bddef231eff8876",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 77197,
"upload_time": "2023-07-27T03:34:48",
"upload_time_iso_8601": "2023-07-27T03:34:48.751958Z",
"url": "https://files.pythonhosted.org/packages/c8/00/d8621e1ab21ce7e224bc2201dae8c79f06837c19b0ef5d8c7a8dcda7df51/wom_py-0.6.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "619e389304564e81b373fd7e1897d47a5f88214b91d64c6c76c54c374da27e38",
"md5": "8ae4109b9c80bcfaa4738b979135daef",
"sha256": "a0f17acc1b72edebeba359e064a972f0448026fd1088bf2fd5bf5099c398507a"
},
"downloads": -1,
"filename": "wom_py-0.6.0.tar.gz",
"has_sig": false,
"md5_digest": "8ae4109b9c80bcfaa4738b979135daef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 39153,
"upload_time": "2023-07-27T03:34:50",
"upload_time_iso_8601": "2023-07-27T03:34:50.427837Z",
"url": "https://files.pythonhosted.org/packages/61/9e/389304564e81b373fd7e1897d47a5f88214b91d64c6c76c54c374da27e38/wom_py-0.6.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-27 03:34:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Jonxslays",
"github_project": "wom.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "wom-py"
}