Metadata-Version: 2.1
Name: AoE2ScenarioParser
Version: 0.0.1
Summary: This is a project for editing parts of an 'aoe2scenario' file from Age of Empires 2 Definitive Edition
Home-page: https://github.com/KSneijders/AoE2ScenarioParser
Author: Kerwin Sneijders
Author-email: ksneijders@hotmail.com
License: UNKNOWN
Description: # AoE2ScenarioParser
        This is a project for editing parts of an `aoe2scenario` file from **Age of Empires 2 
        Definitive Edition** outside of the in-game editor. 
        
        # Progress
        Current up-to-date progress can be found on the [Trello](https://trello.com/b/7SNm3gXj/aoe2-de-parser) board. 
        
        ### Features:
        - Reading any `aoe2scenario` file from AoE2:DE.
        - Writing said file back to an `aoe2scenario` file.
        - Add Triggers, Conditions and effects to any `aoe2scenario` file.
        
        ### Bugs:
        - None
        
        Please report any bug you find to the [github issue board](https://github.com/KSneijders/AoE2ScenarioParser/issues).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
