Name | elevator-py JSON |
Version |
0.0.5
JSON |
| download |
home_page | None |
Summary | Python implementation of Elevator Saga game with event system |
upload_time | 2025-10-06 07:20:25 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.10 |
license | MIT License
Copyright (c) 2025 Elevator Saga Team
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
|
keywords |
elevator
simulation
game
event-driven
optimization
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Elevator Saga
<div align="center">
[](https://badge.fury.io/py/elevator-py)
[](https://pypi.org/project/elevator-py/)
[](https://github.com/ZGCA-Forge/Elevator/actions)
[](https://zgca-forge.github.io/Elevator/)
[](https://github.com/ZGCA-Forge/Elevator)
[](https://github.com/ZGCA-Forge/Elevator/fork)
[](https://github.com/ZGCA-Forge/Elevator/issues)
[](https://github.com/ZGCA-Forge/Elevator/blob/main/LICENSE)
</div>
---
Elevator Saga is a Python implementation of an elevator [simulation game](https://play.elevatorsaga.com/) with a event-driven architecture Design and optimize elevator control algorithms to efficiently transport passengers in buildings.
### Features
- 🏢 **Realistic Simulation**: Physics-based elevator movement with acceleration, deceleration, and realistic timing
## Installation
### Basic Installation
```bash
pip install elevator-py
```
## Quick Start
### Running the Game
```bash
# Start the backend simulator (Terminal #1)
python -m elevator_saga.server.simulator
```
```bash
# Start your own client (Terminal #2)
# Example:
python -m elevator_saga.client_examples.bus_example
```
## Documentation
For detailed documentation, please visit: [https://zgca-forge.github.io/Elevator/](https://zgca-forge.github.io/Elevator/)
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## Star History
[](https://star-history.com/#ZGCA-Forge/Elevator&Date)
## License
This project is licensed under MIT License - see the [LICENSE](LICENSE) file for details.
---
<div align="center">
Made with ❤️ by the ZGCA-Forge Team
</div>
Raw data
{
"_id": null,
"home_page": null,
"name": "elevator-py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "elevator, simulation, game, event-driven, optimization",
"author": null,
"author_email": "ZGCA-Forge Team <zgca@zgca.com>",
"download_url": "https://files.pythonhosted.org/packages/e2/cb/260298ec8afdfaa8624fd43e60b3704d0a45f5781870ea1c1c6d7471cc82/elevator_py-0.0.5.tar.gz",
"platform": null,
"description": "# Elevator Saga\n\n<div align=\"center\">\n\n[](https://badge.fury.io/py/elevator-py)\n[](https://pypi.org/project/elevator-py/)\n[](https://github.com/ZGCA-Forge/Elevator/actions)\n[](https://zgca-forge.github.io/Elevator/)\n\n[](https://github.com/ZGCA-Forge/Elevator)\n[](https://github.com/ZGCA-Forge/Elevator/fork)\n[](https://github.com/ZGCA-Forge/Elevator/issues)\n[](https://github.com/ZGCA-Forge/Elevator/blob/main/LICENSE)\n\n</div>\n\n---\n\nElevator Saga is a Python implementation of an elevator [simulation game](https://play.elevatorsaga.com/) with a event-driven architecture Design and optimize elevator control algorithms to efficiently transport passengers in buildings.\n\n### Features\n\n- \ud83c\udfe2 **Realistic Simulation**: Physics-based elevator movement with acceleration, deceleration, and realistic timing\n\n## Installation\n\n### Basic Installation\n\n```bash\npip install elevator-py\n```\n\n## Quick Start\n\n### Running the Game\n\n```bash\n# Start the backend simulator (Terminal #1)\npython -m elevator_saga.server.simulator\n```\n\n```bash\n# Start your own client (Terminal #2)\n# Example:\npython -m elevator_saga.client_examples.bus_example\n```\n\n## Documentation\n\nFor detailed documentation, please visit: [https://zgca-forge.github.io/Elevator/](https://zgca-forge.github.io/Elevator/)\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Star History\n\n[](https://star-history.com/#ZGCA-Forge/Elevator&Date)\n\n## License\n\nThis project is licensed under MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n<div align=\"center\">\n\nMade with \u2764\ufe0f by the ZGCA-Forge Team\n\n</div>\n",
"bugtrack_url": null,
"license": "MIT License\n \n Copyright (c) 2025 Elevator Saga Team\n \n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n \n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n \n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n ",
"summary": "Python implementation of Elevator Saga game with event system",
"version": "0.0.5",
"project_urls": {
"Documentation": "https://zgca-forge.github.io/Elevator/",
"Homepage": "https://github.com/ZGCA-Forge/Elevator",
"Issues": "https://github.com/ZGCA-Forge/Elevator/issues",
"Repository": "https://github.com/ZGCA-Forge/Elevator"
},
"split_keywords": [
"elevator",
" simulation",
" game",
" event-driven",
" optimization"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "f08adb71a0d60f30edbe6c82bcf9ea4948f32e73dba0e21b7afeedb0afd97112",
"md5": "8f378d0d47e7d6a4fb04562c5c68b535",
"sha256": "853c40235801cbab06dbe46170f9b35c6b40a8cf5c27f3aea3c7674253abad60"
},
"downloads": -1,
"filename": "elevator_py-0.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8f378d0d47e7d6a4fb04562c5c68b535",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 52485,
"upload_time": "2025-10-06T07:20:23",
"upload_time_iso_8601": "2025-10-06T07:20:23.970777Z",
"url": "https://files.pythonhosted.org/packages/f0/8a/db71a0d60f30edbe6c82bcf9ea4948f32e73dba0e21b7afeedb0afd97112/elevator_py-0.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e2cb260298ec8afdfaa8624fd43e60b3704d0a45f5781870ea1c1c6d7471cc82",
"md5": "b688d93779e237880ac1832a2d4f307d",
"sha256": "c05faaef123fba571ec1beeeb3934c3626a583fee046797cc7842b64c7e60890"
},
"downloads": -1,
"filename": "elevator_py-0.0.5.tar.gz",
"has_sig": false,
"md5_digest": "b688d93779e237880ac1832a2d4f307d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 42457,
"upload_time": "2025-10-06T07:20:25",
"upload_time_iso_8601": "2025-10-06T07:20:25.282996Z",
"url": "https://files.pythonhosted.org/packages/e2/cb/260298ec8afdfaa8624fd43e60b3704d0a45f5781870ea1c1c6d7471cc82/elevator_py-0.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-06 07:20:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ZGCA-Forge",
"github_project": "Elevator",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "elevator-py"
}