Metadata-Version: 2.2
Name: godot-project-parser
Version: 0.1.0
Summary: Parser and editor of project.godot files.
Author-email: Dominic Davis-Foster <dominic@davis-foster.co.uk>
License: MIT
Home-page: https://github.com/potbanksoftware/godot-project-parser
Project-URL: Issue Tracker, https://github.com/potbanksoftware/godot-project-parser/issues
Project-URL: Source Code, https://github.com/potbanksoftware/godot-project-parser
Project-URL: Documentation, https://godot-project-parser.readthedocs.io/en/latest
Platform: Windows
Platform: macOS
Platform: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Implementation :: CPython
Requires-Python: >=3.8
Requires-Dist: tomli>=2.2.1
Description-Content-Type: text/x-rst


=====================
godot-project-parser
=====================

.. start short_desc

**Parser and editor of project.godot files.**

.. end short_desc


.. start shields

.. list-table::
	:stub-columns: 1
	:widths: 10 90

	* - Docs
	  - |docs| |docs_check|
	* - Tests
	  - |actions_linux| |actions_windows| |actions_macos| |coveralls|
	* - PyPI
	  - |pypi-version| |supported-versions| |supported-implementations| |wheel|
	* - Activity
	  - |commits-latest| |commits-since| |maintained| |pypi-downloads|
	* - QA
	  - |codefactor| |actions_flake8| |actions_mypy|
	* - Other
	  - |license| |language| |requires|

.. |docs| image:: https://img.shields.io/readthedocs/godot-project-parser/latest?logo=read-the-docs
	:target: https://godot-project-parser.readthedocs.io/en/latest
	:alt: Documentation Build Status

.. |docs_check| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/Docs%20Check/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22Docs+Check%22
	:alt: Docs Check Status

.. |actions_linux| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/Linux/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22Linux%22
	:alt: Linux Test Status

.. |actions_windows| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/Windows/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22Windows%22
	:alt: Windows Test Status

.. |actions_macos| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/macOS/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22macOS%22
	:alt: macOS Test Status

.. |actions_flake8| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/Flake8/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22Flake8%22
	:alt: Flake8 Status

.. |actions_mypy| image:: https://github.com/potbanksoftware/godot-project-parser/workflows/mypy/badge.svg
	:target: https://github.com/potbanksoftware/godot-project-parser/actions?query=workflow%3A%22mypy%22
	:alt: mypy status

.. |requires| image:: https://dependency-dash.repo-helper.uk/github/potbanksoftware/godot-project-parser/badge.svg
	:target: https://dependency-dash.repo-helper.uk/github/potbanksoftware/godot-project-parser/
	:alt: Requirements Status

.. |coveralls| image:: https://img.shields.io/coveralls/github/potbanksoftware/godot-project-parser/master?logo=coveralls
	:target: https://coveralls.io/github/potbanksoftware/godot-project-parser?branch=master
	:alt: Coverage

.. |codefactor| image:: https://img.shields.io/codefactor/grade/github/potbanksoftware/godot-project-parser?logo=codefactor
	:target: https://www.codefactor.io/repository/github/potbanksoftware/godot-project-parser
	:alt: CodeFactor Grade

.. |pypi-version| image:: https://img.shields.io/pypi/v/godot-project-parser
	:target: https://pypi.org/project/godot-project-parser/
	:alt: PyPI - Package Version

.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/godot-project-parser?logo=python&logoColor=white
	:target: https://pypi.org/project/godot-project-parser/
	:alt: PyPI - Supported Python Versions

.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/godot-project-parser
	:target: https://pypi.org/project/godot-project-parser/
	:alt: PyPI - Supported Implementations

.. |wheel| image:: https://img.shields.io/pypi/wheel/godot-project-parser
	:target: https://pypi.org/project/godot-project-parser/
	:alt: PyPI - Wheel

.. |license| image:: https://img.shields.io/github/license/potbanksoftware/godot-project-parser
	:target: https://github.com/potbanksoftware/godot-project-parser/blob/master/LICENSE
	:alt: License

.. |language| image:: https://img.shields.io/github/languages/top/potbanksoftware/godot-project-parser
	:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/potbanksoftware/godot-project-parser/v0.1.0
	:target: https://github.com/potbanksoftware/godot-project-parser/pulse
	:alt: GitHub commits since tagged version

.. |commits-latest| image:: https://img.shields.io/github/last-commit/potbanksoftware/godot-project-parser
	:target: https://github.com/potbanksoftware/godot-project-parser/commit/master
	:alt: GitHub last commit

.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
	:alt: Maintenance

.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/godot-project-parser
	:target: https://pypi.org/project/godot-project-parser/
	:alt: PyPI - Downloads

.. end shields

Installation
--------------

.. start installation

``godot-project-parser`` can be installed from PyPI.

To install with ``pip``:

.. code-block:: bash

	$ python -m pip install godot-project-parser

.. end installation
