arepy

View on PyPIReverse Dependencies (0)

0.2.3 arepy-0.2.3-py3-none-any.whl

Wheel Details

Project: arepy
Version: 0.2.3
Filename: arepy-0.2.3-py3-none-any.whl
Download: [link]
Size: 46380
MD5: 5e5dd272e4d74f5333cd64226395fccb
SHA256: fbaacdff59d7661bd5cb93dcb3e0d8edf3795176dbb2de6a4a2a8eb1f445123e
Uploaded: 2025-02-01 05:25:54 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: arepy
Version: 0.2.3
Summary: An ECS python game engine with Raylib
Author-Email: Abrahan Gil <scr44gr[at]protonmail.com>
License: MIT License Copyright (c) 2024 Abrahan Gil 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: ecs,game-engine,python-game-engine
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.10
Requires-Dist: bitarray (==2.9.2)
Requires-Dist: raylib (==5.5.0.2)
Requires-Dist: imgui-bundle (==1.6.0); extra == "imgui"
Requires-Dist: moderngl (==5.12.0); extra == "imgui"
Provides-Extra: imgui
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 2433 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
arepy/__init__.py sha256=zVJ9JWQHdTSP2l-PfJeD2GdtLaXPmtZot16ytSGSqcU 45
arepy/container.py sha256=dSAgAx7wc_SJpy-SAYsk0FrZIlgr9kylL4zQt--tA-o 2112
arepy/arepy_imgui/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/arepy_imgui/imgui_repository.py sha256=ZC_efj2EOBfSRuaO71aDyVD1h8TMXAHXfUumx-j9l4o 14712
arepy/asset_store/__init__.py sha256=-8Qmox0J9YdBjIc028L6xjRk4_MLqzbPUf4IPIEjb0Y 36
arepy/asset_store/asset_store.py sha256=0L0w-UysZeypr4rH7AtElxx6EujKc1n_RDlvN2V8T80 2451
arepy/bundle/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/bundle/components/__init__.py sha256=zqNcPM2qb04dME37ZM1jZD6RB1jhIbkXXFlkMtr9tic 248
arepy/bundle/components/camera_component.py sha256=folfcKYnJJxFzQPFzvMOZ4MZIUi1zdSyUtBkW8lmzig 1015
arepy/bundle/components/rigidbody_component.py sha256=WzdYvT3hNB9t6UrWMlpwTqGXfq5QjJoYjU07BzGKChE 430
arepy/bundle/components/sprite_component.py sha256=lHN2ibZfrTaTkI8ATB1NgjMn4BF9_kaL6RB9Gtr0BRU 311
arepy/bundle/components/transform_component.py sha256=bAW4cMJw-cIqapAhk9PWXPYV5LGgp-_AMTV0MZeFNM0 321
arepy/bundle/systems/__init__.py sha256=THC6qRbstXR24jD8LQMZOloqmMjHA8BKDJqDVlhqB98 86
arepy/bundle/systems/movement_system.py sha256=z99-iA_z3QroT-IsrMlCeAL3n4K8OpmbGE65kTX6Op8 1094
arepy/bundle/systems/render_system.py sha256=GOIiJjBESBqlT47kxUucdbx5Ku0d13d8WGSsRI_g-cs 1548
arepy/ecs/__init__.py sha256=oSU5m0BqWEAqyNdmTxpraS3TrqA-4VZFKxww1r4DCdg 166
arepy/ecs/builders.py sha256=0HyUU4GpdCaogZJYqeNtgzoexUS-ug5MJAq3Sc0vCok 1504
arepy/ecs/components.py sha256=FME4qUzAW61J3XkLu71qOOd9EDH_d-NLuyvPecjSp_4 3762
arepy/ecs/constants.py sha256=nSm1Sj2chv4vauluCQBbS3LKTq5CIYgcpuQ79k_WVbI 20
arepy/ecs/entities.py sha256=gBvS48tECdA4lpdjJD-SYgR6IjZ-2zFUVCh-yB2Z80k 2425
arepy/ecs/exceptions.py sha256=mKu8SB2joJ7x2U87mWf047QiPocDom0GnnuBDQobfpo 637
arepy/ecs/registry.py sha256=kY3p32whh2L1SkdhjjyWy1kaCCxjcXxFSPRJq_6CTFU 10281
arepy/ecs/systems.py sha256=tz5m-IdTWOzHYGi-ntnaNwBxY0uorsMQ3urUW9KUcpg 342
arepy/ecs/threading.py sha256=bhDeN8BH3oXsH7uvznKlAs15QZ64V8WykI5o9Gv2qIY 505
arepy/ecs/utils.py sha256=ATUX-Id6Xbb4MSjE3iqsZfqKVNocTewtAmmdDOW6OI8 2050
arepy/ecs/world.py sha256=wat3Y8le14qQ95DhBgpIXhEyPPzElSIATkwWIR_oe9I 1969
arepy/ecs/query/__init__.py sha256=x0FOKHVhOLS5QmbVQZsk1GAoprctjzmqAKEK4e1TKcA 4790
arepy/ecs/query/exceptions.py sha256=bCidqKSv5L7zh3Q9A7JEwESWD0tioynfnbK_jIuW-Kk 71
arepy/engine/__init__.py sha256=dNKnTl3ZEu9nupdtSaPP3Be7gpKG1L1ojod429rrrqo 690
arepy/engine/audio.py sha256=fzEibllrjyCO1GQ1c4tMNK9sSaktM6tqLlu0UPFIcsw 1450
arepy/engine/display.py sha256=U2ic7JHLDsk8bI0QlLqXrOkFqaBOGjlTvf_hbHmR61s 870
arepy/engine/engine.py sha256=gEAHfx7XiFY2HJQfkRHUMtvu2G1yULdVPa_cyHKWUjE 5845
arepy/engine/input.py sha256=AZS8o--XMF30ndQUImnwu6jdNwmsN1neBjnRhUUhLqk 3696
arepy/engine/integrations/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/imgui/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/imgui/backend.py sha256=9IhISPvR8QihSpwfXd581NfaCvZ3DCoS1Y8W6XsxdVM 13526
arepy/engine/integrations/imgui/moderngl_renderer.py sha256=oqbOOBqhM9aT2so_6OUzfgcWw9rugBYG7LHZ3vwGoOg 6251
arepy/engine/integrations/raylib/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/raylib/audio/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/raylib/audio/audio_device.py sha256=8sBqt-IdGiNJP9CaoylosZpN0tP0VKjVGSGVZIyZLtU 1903
arepy/engine/integrations/raylib/display/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/raylib/display/display_repository.py sha256=A4U1KGjFQfcejMUZ7y1Xiw6-57rJFaqeTXCe1VC5Fn8 2932
arepy/engine/integrations/raylib/input/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/raylib/input/input_repository.py sha256=HJHXEz-Bgq2I7OreaRlnsaShSaVjv5FNGDROGX6Ugfw 2209
arepy/engine/integrations/raylib/renderer/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
arepy/engine/integrations/raylib/renderer/renderer_2d.py sha256=3UiZPNlHfh1ILr0th9nvAoX2pDQGHsDj_6e7e4W5P_w 8675
arepy/engine/renderer/__init__.py sha256=AMjZ4-gI9nRPexB_kKItCo0ftgmlo1VKdFG8dcm2NFs 1037
arepy/engine/renderer/renderer_2d.py sha256=5m3NwHPGxEOPaEg5tbTGT4QTFgXtu9pdIRodrtqmDdU 2675
arepy/event_manager/__init__.py sha256=o5_12sYk78ha5-8H6SroaQJ6nhIo5Z_tYxo44DZgOAI 47
arepy/event_manager/event_manager.py sha256=03bpaif9SNE-ZqbT9-iusQlZwWzZqx2L7_dFvih3s2Q 2738
arepy/event_manager/events/__init__.py sha256=rLmmTZiGqTPDQiL4kGiuo7iiuuup2IVpnSD8cdl_8aA 116
arepy/event_manager/events/collision_event.py sha256=Fskf3UFYTwMfo9tE3Cv_yO3Eftvt1a5E19eZs8Xyk4s 280
arepy/event_manager/events/keyboard_event.py sha256=2aV2D5xG62eiJvbEMVMkEInpmG3Mwp7S3pMF1r7hTlw 510
arepy/event_manager/events/mouse_event.py sha256=PrpCFkIE_utV0V6oArza3WUhy-r2nk47mMpbCYnXDsg 1270
arepy/event_manager/handlers/__init__.py sha256=UCirucpLhavcDDHrfzJr4ffCsxjWkc4vXoQGbnaK8xw 110
arepy/event_manager/handlers/collision_event_handler.py sha256=mu9IswRA7EzpwdyM4P2D15V9bvr3QBZmLQVJvAUfmNw 1306
arepy/event_manager/handlers/input_event_handler.py sha256=fuyDH5PMZswN7cV_4bv3fMGT1jfUshbyAi7y7XNNXQs 4457
arepy/math/__init__.py sha256=BxZUCljLoFbBvxlC4moCXxqGbycT2DWdQBLNl4meF4Y 177
arepy/math/vec2.py sha256=h96Q1p0VR1w4S4URp9iEbWeovNnxl1H4xBADYxoNKlQ 3244
arepy/math/vec3.py sha256=NIyKhv-qrykP42vEDdnem3pJo8R5BOEjL0U9G2MtHRw 2758
arepy-0.2.3.dist-info/LICENSE sha256=5cNqEZkKSTXSnOdk6v-BfF4jy220l4XIGjwPa17pFkE 1068
arepy-0.2.3.dist-info/METADATA sha256=bAYN622W52Bdv8zoVxnDnTq1QEUxPvej3TbwTeSfukw 4602
arepy-0.2.3.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
arepy-0.2.3.dist-info/top_level.txt sha256=18GacPUXUS9cKLCabqz4hxA71Igh7WsMOluMcauJNZE 6
arepy-0.2.3.dist-info/RECORD

top_level.txt

arepy