Metadata-Version: 2.4
Name: pykotor
Version: 2.0.4
Summary: Read, modify and write files used by KotOR's game engine.
Author: NickHugi
Author-email: th3w1zard1 <halomastar@gmail.com>
Maintainer-email: th3w1zard1 <halomastar@gmail.com>
License: LGPL-3.0-or-later
Project-URL: Homepage, https://github.com/OldRepublicDevs/PyKotor
Project-URL: Documentation, https://github.com/OldRepublicDevs/PyKotor/wiki
Project-URL: Repository, https://github.com/OldRepublicDevs/PyKotor.git
Project-URL: Issues, https://github.com/OldRepublicDevs/PyKotor/issues
Project-URL: Changelog, https://github.com/OldRepublicDevs/PyKotor/releases
Keywords: kotor,kotor1,kotor2,tsl,star-wars,knights-of-the-old-republic,sith-lords,modding,game-modding,game-files,gff,2da,tlk,erf,rim,bif,mdl,pykotor,holocron,bioware,lucasarts
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
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: Programming Language :: Python :: 3.14
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Role-Playing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: File Formats
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ply<4,>=3.11
Requires-Dist: pycryptodome>=3.19.0
Provides-Extra: font
Requires-Dist: pillow>=9.5; platform_python_implementation == "CPython" and extra == "font"
Requires-Dist: pillow<11.1.0,>10; platform_python_implementation == "PyPy" and extra == "font"
Provides-Extra: gl
Requires-Dist: numpy>=1.22; extra == "gl"
Requires-Dist: PyGLM<2.8,>=2.0; platform_python_implementation == "CPython" and extra == "gl"
Requires-Dist: PyOpenGL>=3.1; extra == "gl"
Provides-Extra: newgl
Provides-Extra: secure-xml
Requires-Dist: defusedxml~=0.7; extra == "secure-xml"
Provides-Extra: encodings
Requires-Dist: charset-normalizer<3.4,>=2.0; python_version < "3.9" and extra == "encodings"
Requires-Dist: charset-normalizer>=2.0; python_version >= "3.9" and extra == "encodings"
Provides-Extra: all
Requires-Dist: pillow>=9.5; extra == "all"
Requires-Dist: numpy>=1.22; extra == "all"
Requires-Dist: PyOpenGL>=3.1; extra == "all"
Requires-Dist: PyGLM>=2.0; platform_python_implementation == "CPython" and extra == "all"
Requires-Dist: defusedxml~=0.7; extra == "all"
Requires-Dist: charset-normalizer>=2.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Dynamic: license-file
Dynamic: requires-python

# PyKotor

Python library for reading and writing Knights of the Old Republic game files (GFF, ERF, RIM, TLK, 2DA, etc.)

See https://github.com/OldRepublicDevs/PyKotor for full documentation.
