IFProject

View on PyPIReverse Dependencies (0)

0.0.0 IFProject-0.0.0-py3-none-any.whl

Wheel Details

Project: IFProject
Version: 0.0.0
Filename: IFProject-0.0.0-py3-none-any.whl
Download: [link]
Size: 18632
MD5: 2c8940abc39d303d3ff4202dcdcbe6c9
SHA256: 62c52390ff5cf1e0ae97996bd8f3e847ebc2027e57a32967bfea0eb6fa6a525c
Uploaded: 2024-02-05 14:52:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: IFProject
Version: 0.0.0
Summary: A Python package for creating Interactive Fiction Narratives!
Author-Email: Max Suica <max.suica[at]gmail.com>, Kyle Hess <donotreply[at]github.com>
Project-Url: Homepage, https://github.com/maxsu/IFProject
License: AGPLv3
Keywords: IF,Interactive Fiction,PyScript
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.12
Classifier: Environment :: Web Environment
Classifier: Environment :: WebAssembly
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Android
Classifier: Operating System :: iOS
Requires-Python: >=3.12
Requires-Dist: build
Requires-Dist: twine
Requires-Dist: mkdocstrings-python
Requires-Dist: pydispatch
Requires-Dist: logging518
Requires-Dist: ruff
Requires-Dist: pytest
Requires-Dist: coverage
Requires-Dist: mypy
Requires-Dist: autohooks
Requires-Dist: autohooks-plugin-ruff
Requires-Dist: autohooks-plugin-pytest
Requires-Dist: autohooks-plugin-mypy
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1358 characters]

WHEEL

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

RECORD

Path Digest Size
engine/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
engine/exceptions.py sha256=7OVbtFQWyxXX5CHn-NSRWq9deIB4r2NOrxBbIfV123A 103
engine/parser.py sha256=42HI4mmjm8_YdqYdwDj-JiLGFTXG_LDG3h0S8FyEgBA 3765
engine/syntax.py sha256=XRd1eZG4yLflwIO5dOUs6Qhw_8QQVR4v04cD03WcA-I 2403
tools/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tools/build.py sha256=-jOX8-CJWV0Dks3Ptp6uPDP1N_thoANQImaYUNHhmOs 176
tools/clean.py sha256=UVwZmEx6mDdhb4T-RsqRJR2Aa_PnPgZyt0__XVt-zAw 891
tools/live.py sha256=Bp4HkaVl7r7viEF7oIZPujgEE2pFg9jcd8hWlAMPiQ8 61
web_ui/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
web_ui/main.py sha256=ZSe20bC_W54AgXXctISUeOwR8tr1zqxwq0v9xsoVEvw 322
IFProject-0.0.0.dist-info/LICENSE sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8 34523
IFProject-0.0.0.dist-info/METADATA sha256=ixHeHFivMHvQlNnj2fFohgZVUgnNlbGpWn7JsrLBKho 2694
IFProject-0.0.0.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
IFProject-0.0.0.dist-info/entry_points.txt sha256=MzW89Cp3zrZiAhK6BkoZ0kMlWdqDZiX2obF5A_fS5oU 66
IFProject-0.0.0.dist-info/top_level.txt sha256=09nfBuOj0dCGho9C4YzjZ3KHbvl9jlwNVPBTXFpaDJc 20
IFProject-0.0.0.dist-info/RECORD

top_level.txt

engine
tools
web_ui

entry_points.txt

clean = tools.clean:main
live = tools.live:main