wom.py


Namewom.py JSON
Version 0.9.4 PyPI version JSON
download
home_pagehttps://github.com/Jonxslays/wom.py
SummaryAn asynchronous wrapper for the Wise Old Man API.
upload_time2024-03-09 14:59:57
maintainer
docs_urlNone
authorJonxslays
requires_python>=3.8
licenseMIT
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/)

## Getting started

If you're new to using wom.py, check out our
[getting started guide](https://jonxslays.github.io/wom.py/stable/getting-started/installation/).

## 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/10/10/a2eabc7b48d4dcd8a4ef140b69e635f4c8af45cd89c96405b369de0ba06b/wom_py-0.9.4.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## Getting started\n\nIf you're new to using wom.py, check out our\n[getting started guide](https://jonxslays.github.io/wom.py/stable/getting-started/installation/).\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.9.4",
    "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": "f91c815557003aeba770057d31937c3780211d3dab59b929f72736f75405cd95",
                "md5": "13d195e36bec061080e22a66e42390a8",
                "sha256": "914f9df410dda268521724873cf45896c2885b60f339c4a7ee78e7de098d82df"
            },
            "downloads": -1,
            "filename": "wom_py-0.9.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13d195e36bec061080e22a66e42390a8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 79760,
            "upload_time": "2024-03-09T14:59:56",
            "upload_time_iso_8601": "2024-03-09T14:59:56.638506Z",
            "url": "https://files.pythonhosted.org/packages/f9/1c/815557003aeba770057d31937c3780211d3dab59b929f72736f75405cd95/wom_py-0.9.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1010a2eabc7b48d4dcd8a4ef140b69e635f4c8af45cd89c96405b369de0ba06b",
                "md5": "6b0d9803d5434bf5e0b304ed4ac95904",
                "sha256": "0c7a6eb166e821d72c21d12931923386d3edb1d25f0e2fa3fe3e219ff5991af3"
            },
            "downloads": -1,
            "filename": "wom_py-0.9.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6b0d9803d5434bf5e0b304ed4ac95904",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41448,
            "upload_time": "2024-03-09T14:59:57",
            "upload_time_iso_8601": "2024-03-09T14:59:57.778137Z",
            "url": "https://files.pythonhosted.org/packages/10/10/a2eabc7b48d4dcd8a4ef140b69e635f4c8af45cd89c96405b369de0ba06b/wom_py-0.9.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-09 14:59:57",
    "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"
}
        
Elapsed time: 0.20713s