# WavingHands
P2P Multiplayer Python implementation of Richard Bartle's Waving Hands (very WIP and buggy right now!
This code was originally written in 2020 and I've learned a lot since then.
### Development
Setup your preferred python environment first:
python -m venv venv
source venv/bin/activate
Then do a developer install. This will give you the `waving-hands` command you can use to start the client/server:
python setup.py develop
waving-hands
### Testing
Use pytest for testing:
pip install pytest
pytest
Raw data
{
"_id": null,
"home_page": "https://github.com/alanb33/WavingHands",
"name": "waving-hands",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "waving hands turnbased",
"author": "Alan Bailey",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/40/b2/10057fd1db6c5240b6eca8698d3a22e5a67472a09d7810256039677a5373/waving_hands-0.1.1.tar.gz",
"platform": null,
"description": "# WavingHands\r\nP2P Multiplayer Python implementation of Richard Bartle's Waving Hands (very WIP and buggy right now!\r\n\r\nThis code was originally written in 2020 and I've learned a lot since then.\r\n\r\n### Development\r\n\r\nSetup your preferred python environment first:\r\n\r\n python -m venv venv\r\n source venv/bin/activate\r\n\r\nThen do a developer install. This will give you the `waving-hands` command you can use to start the client/server:\r\n\r\n python setup.py develop\r\n waving-hands\r\n\r\n\r\n### Testing\r\n\r\nUse pytest for testing:\r\n\r\n pip install pytest\r\n pytest\r\n",
"bugtrack_url": null,
"license": "GNUv3",
"summary": "P2P Multiplayer Python implementation of Richard Bartle's Waving Hands",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/alanb33/WavingHands"
},
"split_keywords": [
"waving",
"hands",
"turnbased"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2562d2a87b96e961777a9289305e5c5ce555d9034fd6ddf10f645e6dc4bd2262",
"md5": "f2610d3db3169bf39503b033212557fe",
"sha256": "a50eaa7efc48d50c3391df5de33bae32bb5bc5722ca78ff88c0ef5cb310d8e60"
},
"downloads": -1,
"filename": "waving_hands-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f2610d3db3169bf39503b033212557fe",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 72755,
"upload_time": "2023-09-23T20:58:45",
"upload_time_iso_8601": "2023-09-23T20:58:45.689560Z",
"url": "https://files.pythonhosted.org/packages/25/62/d2a87b96e961777a9289305e5c5ce555d9034fd6ddf10f645e6dc4bd2262/waving_hands-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "40b210057fd1db6c5240b6eca8698d3a22e5a67472a09d7810256039677a5373",
"md5": "1e507da9e73aa0496d34504f544f5466",
"sha256": "b3f2a1cfd5c2e03e03efe0620448fe77ae9026d8bd915e8ba2a68cc7e6fd8e06"
},
"downloads": -1,
"filename": "waving_hands-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "1e507da9e73aa0496d34504f544f5466",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 68266,
"upload_time": "2023-09-23T20:58:47",
"upload_time_iso_8601": "2023-09-23T20:58:47.256264Z",
"url": "https://files.pythonhosted.org/packages/40/b2/10057fd1db6c5240b6eca8698d3a22e5a67472a09d7810256039677a5373/waving_hands-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-23 20:58:47",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "alanb33",
"github_project": "WavingHands",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "waving-hands"
}