pyboy

View on PyPIReverse Dependencies (1)

2.0.3 pyboy-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
pyboy-2.0.3-cp39-cp39-win_amd64.whl
pyboy-2.0.3-cp39-cp39-musllinux_1_2_x86_64.whl
pyboy-2.0.3-cp39-cp39-macosx_11_0_x86_64.whl
pyboy-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
pyboy-2.0.3-cp38-cp38-win_amd64.whl
pyboy-2.0.3-cp38-cp38-musllinux_1_2_x86_64.whl
pyboy-2.0.3-cp38-cp38-macosx_11_0_x86_64.whl
pyboy-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
pyboy-2.0.3-cp312-cp312-win_amd64.whl
pyboy-2.0.3-cp312-cp312-macosx_10_9_universal2.whl
pyboy-2.0.3-cp312-cp312-musllinux_1_2_x86_64.whl
pyboy-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
pyboy-2.0.3-cp311-cp311-win_amd64.whl
pyboy-2.0.3-cp311-cp311-macosx_10_9_universal2.whl
pyboy-2.0.3-cp311-cp311-musllinux_1_2_x86_64.whl
pyboy-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
pyboy-2.0.3-cp310-cp310-win_amd64.whl
pyboy-2.0.3-cp310-cp310-musllinux_1_2_x86_64.whl
pyboy-2.0.3-cp310-cp310-macosx_11_0_x86_64.whl

Wheel Details

Project: pyboy
Version: 2.0.3
Filename: pyboy-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Download: [link]
Size: 4762829
MD5: dff2bf315eafd4f877289f37c2c2dbbc
SHA256: 54bb7f65a6d10821b0fcfa8fb12a70bbff97c887575535f4b43eb637a52b92af
Uploaded: 2024-04-22 09:06:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pyboy
Version: 2.0.3
Summary: Game Boy emulator written in Python
Author-Email: Mads Ynddal <mads[at]ynddal.dk>
Project-Url: Homepage, https://github.com/Baekalfen/PyBoy
Project-Url: Documentation, https://docs.pyboy.dk/index.html
Project-Url: Repository, https://github.com/Baekalfen/PyBoy.git
License: GNU Lesser General Public License ================================= _Version 3, 29 June 2007_ _Copyright © 2007 Free Software Foundation, Inc. &lt;<http://fsf.org/>&gt;_ Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. ### 0. Additional Definitions As used herein, “this License” refers to version 3 of the GNU Lesser General Public License, and the “GNU GPL” refers to version 3 of the GNU General Public License. “The Library” refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An “Application” is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A “Combined Work” is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the “Linked Version”. The “Minimal Corresponding Source” for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The “Corresponding Application Code” for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. ### 1. Exception to Section 3 of the GNU GPL You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. ### 2. Conveying Modified Versions If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: * **a)** under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or * **b)** under the GNU GPL, with none of the additional permissions of this License applicable to that copy. ### 3. Object Code Incorporating Material from Library Header Files The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: * **a)** Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. * **b)** Accompany the object code with a copy of the GNU GPL and this license document. ### 4. Combined Works You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: * **a)** Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. * **b)** Accompany the Combined Work with a copy of the GNU GPL and this license document. * **c)** For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. * **d)** Do one of the following: - **0)** Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. - **1)** Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that **(a)** uses at run time a copy of the Library already present on the user's computer system, and **(b)** will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. * **e)** Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option **4d0**, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option **4d1**, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) ### 5. Combined Libraries You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: * **a)** Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. * **b)** Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. ### 6. Revised Versions of the GNU Lesser General Public License The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library.
Keywords: gameboy,game boy,emulator,cython,pypy
Classifier: License :: Free for non-commercial use
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: System :: Emulators
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: pysdl2
Requires-Dist: pysdl2-dll
Requires-Dist: pyopengl; extra == "all"
Requires-Dist: markdown; extra == "all"
Requires-Dist: pdoc3; extra == "all"
Requires-Dist: gym; extra == "all"
Provides-Extra: all
Description-Content-Type: text/markdown
License-File: LICENSE.md
[Description omitted; length: 6992 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: false
Tag: cp310-cp310-manylinux_2_17_x86_64
Tag: cp310-cp310-manylinux2014_x86_64
Tag: cp310-cp310-manylinux_2_28_x86_64

RECORD

Path Digest Size
pyboy/pyboy.cpython-310-x86_64-linux-gnu.so sha256=KN6bj1NHusY1GNmxwCzw4mf5RAkW441cAYfBR6yVX80 570512
pyboy/pyboy.pxd sha256=CaHw_gnc68pVuB00pgzAG9xEVAh5FVtMCzEJ7Odn96A 3044
pyboy/utils.cpython-310-x86_64-linux-gnu.so sha256=omfWZz_agzdWrYuG9PER_Omc3zJwitAiUV0JUyBrk7g 193264
pyboy/utils.pxd sha256=sqbH739uBdtmM5F5VbK_2vZim-F0ZQKU0f3_C4CAgJg 1881
pyboy/__init__.py sha256=fyLet_v34LjinXx19ZjdNblp96GGg8UY84Cjn2PZZRg 263
pyboy/pyboy.py sha256=_tQgcJsiCepiqAfBBy_a-xBRFn-i2gWVRrX_VBGvO54 65456
pyboy/utils.py sha256=yf-AqQD3EOqGg2vTJW2DDv22d5q_EtM0g4kAVtIdW7g 9482
pyboy/__main__.py sha256=BgJmlPC-BCJxgicjHmqUcRVb6WYnGYCvYH6Z5Q1P2z0 5607
pyboy/__init__.cpython-310-x86_64-linux-gnu.so sha256=wy75bstr7RyVICWABYc_q8d-dnTO8Ro_VW53hpgY4-E 23456
pyboy/conftest.py sha256=g8sotgrH80mcMHg1Y9ko_QY0JOGsyNMquDVrj8Vdm-g 9927
pyboy/default_rom.gb sha256=0sJieqcWfVjl4LAHLZFzcU3hRoIfQ6n0UQLd7RkZh_k 32768
pyboy/api/sprite.pxd sha256=I7VCEno4JYv5U0PqsGP8dIstY5Pi46SpVgmiMvtNTBY 671
pyboy/api/sprite.cpython-310-x86_64-linux-gnu.so sha256=W-j-LMygD-fnvdlQky_jRSKkYPYSSBTQ5rDc-3KXWdA 234736
pyboy/api/memory_scanner.py sha256=1_4YzMCqWt6Tfgs_4CYtjmzJaGaZ1UjAaWOvECRdlUw 7232
pyboy/api/constants.py sha256=2dt_woeUmnS0pYWrHx-u-0GrLgnpreTArgAH1DugWmE 1002
pyboy/api/memory_scanner.pxd sha256=c-PVrp01W2RIz1I4xXVjdHwfmLv5a4t5kp16lPcEIRQ 485
pyboy/api/constants.cpython-310-x86_64-linux-gnu.so sha256=d-cf-4agViEftk3GZKPQdXk5ZapeA8TGj7GDN5RkYxM 23424
pyboy/api/tilemap.cpython-310-x86_64-linux-gnu.so sha256=uQwCGhXu_YhVnmarqgijof3-IS-75Mn4pkGvXSyDhXs 272176
pyboy/api/screen.pxd sha256=b_htSZlhY3oQzDgHJpNziT2j-5lcXuyg06KtVL0Y_r8 712
pyboy/api/screen.py sha256=iNTV6ZTokY0KZegCbmvDCI8dFfp4GNRv4F6n03GqOgk 8247
pyboy/api/screen.cpython-310-x86_64-linux-gnu.so sha256=7Qo-Bk4TmMJ1xp2CDCUYn0L71SDDs9TvpSswzYkOyyg 242776
pyboy/api/memory_scanner.cpython-310-x86_64-linux-gnu.so sha256=duMuoyEynUgaTTKHUOvH9CraGYNKA7ae2o13aQZjN9U 132592
pyboy/api/tile.pxd sha256=yhNk7f4rxqFLA4csP5McqKTIONNOCuguryjhxsCgl7I 730
pyboy/api/__init__.py sha256=et6y4i2KuNtw0CBpOqesuXErn1lU6v1osf7HacqqTVY 362
pyboy/api/__init__.cpython-310-x86_64-linux-gnu.so sha256=m-BvI0WIjjK59PXrTzKuFYkRf1UZYUAhaUkBW5aGA5k 23456
pyboy/api/tile.cpython-310-x86_64-linux-gnu.so sha256=0TlHJcEMqQrXGa3KBb3A6oJgtrDtj3u0bspQrwvKEXM 255064
pyboy/api/tilemap.pxd sha256=ARy9bE72wwnSaQkj070ugBLksOJfZm-bWmyssd-Trqc 659
pyboy/api/tilemap.py sha256=O0vDgb43FRzhuO0yY6fwlQNMAPp8s3n31GD5bkxGZaU 9462
pyboy/api/tile.py sha256=VOGdRmWEg436gT1bjppPTK09AtWhi6o2LbBCDdQkl2Y 7322
pyboy/api/sprite.py sha256=N_mlgT1LuhT3ZPmgRpwCFNNhiwgRCKIpzCMzpUbYbMY 7340
pyboy/plugins/game_wrapper_kirby_dream_land.pxd sha256=m5rSbExX33K0muclQYynS1V7sEJnXk3WONpf9gIftnQ 449
pyboy/plugins/game_wrapper_tetris.cpython-310-x86_64-linux-gnu.so sha256=vtKSEyaNV8qrwtosgN-IVGZzSXf0dLOXJ0wUwOSE-Fs 275664
pyboy/plugins/debug.pxd sha256=3IM-f5IqoJ9mOX-YeRIUxT66hSv0lU_ldVizob_to5w 4407
pyboy/plugins/record_replay.pxd sha256=iwhADnyqanyjIesT5hX1d28tnRdJKqcrdJXwWZA_ESI 271
pyboy/plugins/debug.py sha256=h1sN_UV2Cxfawhg2vlEl3pa2Yb4urX6f6Wk-kBPu5bU 30310
pyboy/plugins/game_wrapper_super_mario_land.pxd sha256=hwWB0iNHlJIBe2IWp9SKaO7H_om7q02JHjbZ-JrMEhM 706
pyboy/plugins/disable_input.py sha256=P0zgCnJE779i-81gRUwkF2cULypTpffoOyPh8zFqcow 412
pyboy/plugins/window_sdl2.cpython-310-x86_64-linux-gnu.so sha256=zjVi1NDvGUA8yfYkEYdNxSAlqtNrnS9VaBahmaEQEGs 320208
pyboy/plugins/base_plugin.cpython-310-x86_64-linux-gnu.so sha256=ZC6xVqOLrjcuJ3jLP4B5KTuvxi380fASY1QqnmfW8Uo 309904
pyboy/plugins/game_wrapper_kirby_dream_land.py sha256=P0QEBVBGKHGihpbzTJM-isainiwB_01WE0t7Uyx9rTU 5710
pyboy/plugins/manager_gen.py sha256=0l4UkLNImwF1ZkVVKN3YgCQ2Lm4kc170zdo2MiA4RUI 6616
pyboy/plugins/rewind.pxd sha256=mTe--qJpAcLCdziyn-k0_tY0sO387Tnedi4xcXxNmlY 1835
pyboy/plugins/window_null.cpython-310-x86_64-linux-gnu.so sha256=1s3nnBQJSugASGcG2BH00rc2TKrQKTMd7gzw-eg1-P0 221808
pyboy/plugins/window_null.py sha256=T7HCf-bn5mC2WYMD097LtEiufpTRLXMRNful_dteaIw 841
pyboy/plugins/base_plugin.py sha256=kRjXBwHNUJn8h9FgSmyl_Qx9B_E0bsq_PyJSqvl2FSs 10172
pyboy/plugins/debug_prompt.cpython-310-x86_64-linux-gnu.so sha256=TcdGFg7H2jWGh1s4xq7VAANEl_neodGpXmsXMdgSstg 250608
pyboy/plugins/manager.pxd sha256=zfAI6vjfPSu-DpxLRAwSxO5fkYi1A4d_cpQo8ezLTCY 2872
pyboy/plugins/game_wrapper_kirby_dream_land.cpython-310-x86_64-linux-gnu.so sha256=9zu35uhKSaTmqdqVV58sG0lmwVjAPbYeDmyaI4HgjQk 246960
pyboy/plugins/game_wrapper_pokemon_gen1.pxd sha256=rA_iX1f-a4pFTXq6NVaiks_hzRs3N3ZHpNsGnNfqoG0 311
pyboy/plugins/screenshot_recorder.py sha256=F6rMoLtDNnTyn3TgFTM3-1v2-gj3SBqBSzb8VBqgqEA 1216
pyboy/plugins/window_sdl2.py sha256=3obKCx2XLZUaTHgBFoHj9W4QEE1U9dTi2mSNG53rF_Q 9568
pyboy/plugins/debug.cpython-310-x86_64-linux-gnu.so sha256=i-3y8PhChvHnP3Mz13GnZjAiZiyvkPXPsjuPq_0iVUI 584600
pyboy/plugins/game_wrapper_super_mario_land.cpython-310-x86_64-linux-gnu.so sha256=ZuOl_yl9Q2pXj189x5cG_UwCVLxHXe8kAcWm1FqzTNA 353744
pyboy/plugins/window_sdl2.pxd sha256=KFdLddFoNfOWdPS30hV0p0_il3Uhj1o3c0go2d3UJ6o 740
pyboy/plugins/screenshot_recorder.pxd sha256=enhQdRHmbQPjftWTPGG3qjHotgDx8T6T4d6fHudQjsg 249
pyboy/plugins/disable_input.cpython-310-x86_64-linux-gnu.so sha256=EmTG5qdH-a7LrENDDNj5zFaVuwhMJq4rFACT2moc4us 213616
pyboy/plugins/screen_recorder.pxd sha256=tW5BD6yj7gVRfbWbMNYLGHAxJieUk7mJi6YNEWbzRmg 277
pyboy/plugins/game_wrapper_super_mario_land.py sha256=RW55pBE9UMv8QCT-mPV8Tilf4FpWv69-Rx7qkSM2HQQ 19749
pyboy/plugins/font.txt sha256=KGL7opPMcuBj4M2JsdorLDWA_PGRcNwiD-09-wOdzHw 6490
pyboy/plugins/__init__.py sha256=3MJSAPlh7psTrT0XpLpghMN0Ghoupi4Lnzy48hoU3PM 581
pyboy/plugins/window_open_gl.py sha256=e3QsGwQk3eX9tE_Y2WRXjqyrlEfV0FMc2pzEhFpBD_o 6541
pyboy/plugins/window_open_gl.cpython-310-x86_64-linux-gnu.so sha256=p6qClIndUlrPi5seYcx-cQ7jEKl718DK0J146s88AwY 295952
pyboy/plugins/base_plugin.pxd sha256=Gs1prbP0azRn6aoUZcwX4aNsyzT1vu8nyDzEA44_M9Q 2101
pyboy/plugins/rewind.py sha256=_YORa5y9aM2beoIfzaJ3Zyb9qmfrJtw47Gq3HeZ37RY 10604
pyboy/plugins/screen_recorder.cpython-310-x86_64-linux-gnu.so sha256=KVu0465SVwI6Near25WWVqjKw26FjswNUv6J3p3GGPY 234256
pyboy/plugins/rewind.cpython-310-x86_64-linux-gnu.so sha256=1jnwjAUMb7nm_eGnNa4Y2mSE7cmwImAqrQ1xIVzTjQw 310296
pyboy/plugins/debug_prompt.py sha256=dMIO8b0vQhdIWqrxo5BbbU4TzwuWsnx024x0dsbHNuk 4186
pyboy/plugins/game_wrapper_pokemon_gen1.py sha256=vj3DH0wB4X3Itdl3Np1wionyKlxD_m7vRHZZh-3CdGI 3260
pyboy/plugins/auto_pause.pxd sha256=4DkctH_Ehjs6OD5coiDEpcLj2i-SXjVVCTDYO1T4lng 242
pyboy/plugins/game_wrapper_pokemon_gen1.cpython-310-x86_64-linux-gnu.so sha256=iOaqMaoIkUHiWdP8gKN3pEbqnqw1fMEIwVW58VpDjr0 259056
pyboy/plugins/record_replay.cpython-310-x86_64-linux-gnu.so sha256=H_YoUmzHvldcEHcSH9ro254o-raHiIGA4P2_HEsDgtI 246512
pyboy/plugins/disable_input.pxd sha256=l4spO04rUUwktPvD0a30VMpZBnEs0o_HvmE0u_4YbhQ 245
pyboy/plugins/__init__.cpython-310-x86_64-linux-gnu.so sha256=jJ61Nz4puWo3Y4tnc1CAGI_DcC0T6H0C50WPEkluag0 23392
pyboy/plugins/window_null.pxd sha256=lju8uvwRmxU8-YbguQCpHzRP7-Ewl7UC6tu51hdmRhg 232
pyboy/plugins/manager.cpython-310-x86_64-linux-gnu.so sha256=CutC-yEQRwt4V0qJl0o0voKOhYx7dkql5SF4hc3dT1c 273168
pyboy/plugins/screenshot_recorder.cpython-310-x86_64-linux-gnu.so sha256=YNnjuXaWO0QZZjVbR-heoEjuhIVorrL00GkKOfUziTs 225968
pyboy/plugins/manager.py sha256=FNskrT2CxtZ29b7Rsl_b_luiwGffU4xYqKnqMNxoQB8 12667
pyboy/plugins/auto_pause.cpython-310-x86_64-linux-gnu.so sha256=kPBdQLBEtRzz663zxkEhoIQDpMbaaTdG-DJq5AjCNKw 213616
pyboy/plugins/auto_pause.py sha256=QsUmup6TbK6hys23A1zA43nStwnU-xTdwQDHExlSUwo 674
pyboy/plugins/game_wrapper_tetris.pxd sha256=IFvCVv_2ZGWmzmS4P2lEYlXOLXO_912JToSeat2wRsM 634
pyboy/plugins/record_replay.py sha256=5UIy41sYk_VgMM7krAaTCv-E-QTadtbRMNze6y_vi9k 2115
pyboy/plugins/debug_prompt.pxd sha256=rbFHUDRG9Q1X_wPqlex_Cm105dvVNTFUYS5Ay5iAs-g 297
pyboy/plugins/window_open_gl.pxd sha256=fEXippggljko2JHgPmsX96Da7Tnf1tJzASecoD_FKEs 843
pyboy/plugins/screen_recorder.py sha256=4OTBs_B0bKc0Pjbgb_Xb19unbSeSyx5S-q86F_4YxwM 2253
pyboy/plugins/game_wrapper_tetris.py sha256=Z0EMXP2jFDuqIiSfgQ2X6aMC9rsVmjp7R8AAXSaBvWs 9363
pyboy/logging/_logging.cpython-310-x86_64-linux-gnu.so sha256=dTt7su_NwkLzslTIdacqiSbCA6zg7CahNNEwkrBvHJc 66160
pyboy/logging/logging.cpython-310-x86_64-linux-gnu.so sha256=gax1aS_yQUMetqmldc4HhMkZdC2aQvEx3q8B5Dldm8c 103920
pyboy/logging/_logging.py sha256=Ead4racIFX_AuiHRX4XWoMsA0KHWNdMC93XVYCcSc08 581
pyboy/logging/logging.pyx sha256=Ks3apb80sIGtStEiXxoUAWkJCku-aEnf2nSox4O6wQU 2933
pyboy/logging/logging.pxd sha256=amO8pU46woEYe40m4cDWXAGULhdwQltA488e6XEf_ks 376
pyboy/logging/__init__.py sha256=Tadmq98b6Sak5MWf6jkCK5IbJ5aKQXRKe64udtllxPU 961
pyboy/logging/__init__.cpython-310-x86_64-linux-gnu.so sha256=Va9j6-jTGKzbF8sRkbP1i6WPnqlgb2oAd2LXr2ZBCng 66160
pyboy/core/bootrom_cgb.bin sha256=bMj8JgzDcNKWA-MUBuM7pkSCkuGavoO_D7Yrs1veuc4 256
pyboy/core/opcodes.cpython-310-x86_64-linux-gnu.so sha256=QGN7soY0l-q5WNvuntdK40DPSq_46JL4aKqKKRC7J_Q 354960
pyboy/core/interaction.pxd sha256=nKBgZ9Z1rrQqL0dRd8TzOA-Aah_hGpgweHv0iPQwBdw 658
pyboy/core/bootrom_dmg.bin sha256=in8-XzkjCQYJlfhAn3RQKc7h2hMo8WlIWUCNwP20vfw 256
pyboy/core/ram.pxd sha256=z_5Jx5hd1-p7y4mYwvxZYQo8UXpTlz-EuLUwp7xHATY 656
pyboy/core/opcodes.py sha256=yTsNAihIqq8jp3zI_sa3t1dD85J4YPhtS_NLuQBFmv8 141369
pyboy/core/opcodes.pxd sha256=sESZAKwxQuqNAwIqBtrN63goF5xR2_c9BLlyUujJZ70 51233
pyboy/core/cpu.cpython-310-x86_64-linux-gnu.so sha256=8h51I5z6wMoMBdUtwc4TMA_4X3zLpqiH-Pd_XM11Ewo 260144
pyboy/core/sound.py sha256=NHNPwiCRCDzTts1sZpMuNyI3JQe2B6rq5KTFINWTZgo 25955
pyboy/core/opcodes_gen.py sha256=yKjpWlrK7wRemo1Ab3x1dVMcvp8zkpOerTW00rSB-AM 43681
pyboy/core/bootrom.py sha256=z3f4FWvJJvTFLZetNEJ9htvk-a7Pl7rWKnGamLsvVyQ 1282
pyboy/core/mb.py sha256=LyqQMQmDMiAgCgfyNyDqUC89sI9T66krq9_sOB_v79o 26495
pyboy/core/lcd.py sha256=Xi9Cx-w6BnmUG7f_oNlu950ULHuU_mSyO3ZeYxK5eQA 38273
pyboy/core/sound.cpython-310-x86_64-linux-gnu.so sha256=j1InR8zEzc9rZkaXYLGEowBlWyDD2gM6Kc5dyu3v5XQ 200400
pyboy/core/bootrom.cpython-310-x86_64-linux-gnu.so sha256=_kf_VurZNbt8atl--6zyvVxO6I_E9P4LDHjUbU8pWrQ 221880
pyboy/core/mb.pxd sha256=uNh_vKFrB7ic0-45XGfxWiEmr9hS3D14MOsDrc3YJtA 2859
pyboy/core/__init__.py sha256=0lDY00yAvlgzXHr3NHhWm_SELPj_PrHxxV5vjCgunjk 98
pyboy/core/timer.pxd sha256=4OVQMjsnBAnKlliLXkz5qkZzxF2GBZd27GgXuAgL8YY 774
pyboy/core/interaction.py sha256=VjBemA7Bmn4_bKhpomC1gpNeRxW1Xk4i9EnVJuJ_jWA 3586
pyboy/core/mb.cpython-310-x86_64-linux-gnu.so sha256=zOu3HH4wvF8n5Aim3B14URJoIKALPPaByMN1Vz_HQR4 280112
pyboy/core/__init__.cpython-310-x86_64-linux-gnu.so sha256=PqrWNMdhx80NFaUjggiZNo7FUiXNYdabpcrfCFNBjHQ 23456
pyboy/core/bootrom.pxd sha256=nwEZMdm2MJ_CvBIgBGhESNjkJEQUQbylp0VzsJcQbG8 293
pyboy/core/cpu.py sha256=1jJkrlQlTaNue4_hcmzvz4fTWnKTBKYWNhVD4pgHelQ 6852
pyboy/core/lcd.pxd sha256=Ss9amQqqvPmQw44L2GhoI1w6yvZuKUOnhhS0ByI1e0g 8070
pyboy/core/cpu.pxd sha256=E9OHK75o-WYuHi8uNbj16b_2BtZryusdbqMnOs5Khx8 1589
pyboy/core/interaction.cpython-310-x86_64-linux-gnu.so sha256=kqYHiQ7YgUKwQy4sFJ-jfZiYElf7HdJKUPRcsSpZjm4 75024
pyboy/core/timer.py sha256=9UThRs8wBORGeMq13O-tkdYjBFeJyPOXUzPXPm20hfE 2554
pyboy/core/timer.cpython-310-x86_64-linux-gnu.so sha256=b1RK5VjocToy052Ms1Xi13-CV29iw04iloWKbY_bcpw 79120
pyboy/core/lcd.cpython-310-x86_64-linux-gnu.so sha256=AU04In7pWxyzv8fceIwd3pW3cJmKLYjxRlvD4zgiq5Q 465176
pyboy/core/ram.py sha256=LbKAKSjy4YJP3haS0fQVdHUNtETeLcQOCmiSTqIXdM4 2412
pyboy/core/ram.cpython-310-x86_64-linux-gnu.so sha256=frtLliql-17QcDf0Do0tHRarljS4TgbdAY3owXdwaNI 238296
pyboy/core/sound.pxd sha256=iWqbgI-T2LSfX6Y_KNJvMlESy8SWeoaTJF4B1q7CYOY 7670
pyboy/core/cartridge/mbc1.pxd sha256=EfNaZuN2vJIRC2yBPQVdjezNIWwCengwWt6hSZaHXoI 387
pyboy/core/cartridge/mbc3.py sha256=VKkJhxMR5gLdmd7_QoBZPRhkh7orUEMAG6ZERz14gZ0 2058
pyboy/core/cartridge/rtc.py sha256=-yMBgFNmRndcD6S55n3PJ7rdXLe2j95gavKdpvT5T5Y 4108
pyboy/core/cartridge/mbc2.py sha256=H2xrxCH25n1qfoNv5ke0kVJ6eicGiOSwKNsGc3L1iwY 1556
pyboy/core/cartridge/base_mbc.py sha256=9qX0-88LTuunMeDKtfbarm2wr4H63Q6OTcVOwj7acjU 5752
pyboy/core/cartridge/mbc5.py sha256=tRyjHIQpRSD2VJ2rzTis2WVHZcGbyjUIe5rimU-KK50 1283
pyboy/core/cartridge/mbc5.cpython-310-x86_64-linux-gnu.so sha256=xpLpRZ7FgB-Qry3rL2E2LStmdWQ2I8kExkm7SQ-egGI 217784
pyboy/core/cartridge/mbc5.pxd sha256=hlnO5p1EZ3uRB0x7HFS_zb2hr4_8iSkjW8J4RdBpBFE 309
pyboy/core/cartridge/rtc.pxd sha256=YwwMUGPQPzpGwUyxtLfqNe-Iz0jzJgD2NFTwzITY63g 1067
pyboy/core/cartridge/rtc.cpython-310-x86_64-linux-gnu.so sha256=VeAdqvPzA8_89m1YcTKs5_hCPQ0v47_nAP0zf_-xFfg 107856
pyboy/core/cartridge/base_mbc.cpython-310-x86_64-linux-gnu.so sha256=5Oo8Apmqiv-9AWB5mSvjZDHXEueEtTEcaxkbqdrVkYE 263608
pyboy/core/cartridge/__init__.py sha256=vhw9oPRskAFrYITg9Tmn-u4mygB9_gAaw10dNGW1fMg 261
pyboy/core/cartridge/mbc1.cpython-310-x86_64-linux-gnu.so sha256=rytAiVC3ii3vRMZvFEFWVCRu8LxVGoSgeEAmPSJHSmA 226008
pyboy/core/cartridge/mbc2.cpython-310-x86_64-linux-gnu.so sha256=nqujqirr734vlyxRffLJU7-eEKbpTeEBIoUx_3P9Vp8 217784
pyboy/core/cartridge/cartridge.cpython-310-x86_64-linux-gnu.so sha256=ICJuH_RA0YyGYPJMrst1Rpp24nXE8I-fGdAgWLoOMYo 229592
pyboy/core/cartridge/__init__.cpython-310-x86_64-linux-gnu.so sha256=8a4Yx4OWdDnbXzA7RjdPEiQPJpiXSDAkmSw7bpUDBK4 23456
pyboy/core/cartridge/mbc3.pxd sha256=B1hSphfCgZbX9I9XS1N0twxf9-tGZoIOC1HHS9grg_E 309
pyboy/core/cartridge/cartridge.pxd sha256=_Xiusvjfoqs7Bhk63ENFIkCsGv--pS8QSpUX18TrVyA 597
pyboy/core/cartridge/mbc1.py sha256=RT9tjxNSU76iXHPQCBe-b1PXV7sPptc0dQmsmVowNcs 3279
pyboy/core/cartridge/cartridge.py sha256=z0OB62JCywx8L9uOCy0CtRxX8qyAuNorQEi0hbosVQM 3496
pyboy/core/cartridge/mbc3.cpython-310-x86_64-linux-gnu.so sha256=brn6lXqV1SideGC8T3zdtKapHGlB6qBKd-kmmvzG9g4 217784
pyboy/core/cartridge/mbc2.pxd sha256=wY4qXfcpuEwHmXO0CfAOxMWz_guxnoNn_gpBiUauN7E 309
pyboy/core/cartridge/base_mbc.pxd sha256=yvVizO-bKSjXWeknIKfN-MsgHTqfA62mkDTn5DPTv-0 1359
pyboy-2.0.3.dist-info/METADATA sha256=jo7ZBOtT5JSzf65Wov5CubAHNxqo6FoeVH1J5rL21RU 16865
pyboy-2.0.3.dist-info/RECORD
pyboy-2.0.3.dist-info/top_level.txt sha256=9ClD4defXSovfEG6s6fGfIaIZg7D5XEZKQ-XcWAh-Jo 7
pyboy-2.0.3.dist-info/entry_points.txt sha256=lGHaLQ--D2mnjopkqJvzIEe6ZlDQSALWEtzw5qURevg 46
pyboy-2.0.3.dist-info/LICENSE.md sha256=on0-JC2RSDzFXNNaNgWq6sLZpt98BqX_4k6ryeDsnRc 7558
pyboy-2.0.3.dist-info/WHEEL sha256=sQqjZm34FnjYB16DYZv0P5rfWh9RK7Sg6c1BNEhNvWo 191

top_level.txt

pyboy

entry_points.txt

pyboy = pyboy.__main__:main