代码拉取完成,页面将自动刷新
[project]
name = "pyboy"
version = "2.2.0"
authors = [
]
keywords = ["gameboy", "game boy", "emulator", "cython", "pypy"]
description = "Game Boy emulator written in Python"
readme = "README.md"
license = {file = "LICENSE.md"}
classifiers = [
"License :: Free for non-commercial use",
"Operating System :: OS Independent",
"Programming Language :: Cython",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: System :: Emulators",
]
requires-python = ">=3.8"
dependencies = [
"numpy",
"pysdl2",
"pysdl2-dll",
]
[project.optional-dependencies]
all = [
"pyopengl",
"markdown",
"pdoc3",
"gym",
]
[project.urls]
Homepage = "https://github.com/Baekalfen/PyBoy"
Documentation = "https://docs.pyboy.dk/index.html"
Repository = "https://github.com/Baekalfen/PyBoy.git"
[project.scripts]
pyboy = "pyboy.__main__:main"
[build-system]
requires = [
"setuptools>=61.0.0",
"wheel",
"cython>=3.0.6,!=3.0.10; platform_python_implementation == 'CPython'",
"numpy",
]
build-backend = "setuptools.build_meta"
[tool.setuptools]
include-package-data = true
zip-safe = false
packages = ["pyboy", "pyboy.api", "pyboy.core", "pyboy.core.cartridge", "pyboy.logging", "pyboy.plugins"]
[tool.setuptools.package-data]
"*" = [
"**/*.pxi",
"**/*.pyx",
"**/*.pxd",
"**/bootrom*.bin",
"**/font.txt"
]
[tool.isort]
line_length = 120
[tool.yapf]
based_on_style = "facebook"
spaces_before_comment = 1
column_limit = 120
align_closing_bracket_with_visual_indent = false
dedent_closing_brackets = true
coalesce_brackets = true
indent_closing_brackets = false
indent_dictionary_value = true
join_multiple_lines = false
split_penalty_after_opening_bracket = 0
split_penalty_before_if_expr = 30
split_penalty_for_added_line_split = 30
split_before_logical_operator = false
split_before_bitwise_operator = false
arithmetic_precedence_indication = true
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。