Metadata-Version: 2.1
Name: uetools
Version: 0.0.2
Summary: Tools for Unreal Engine
Home-page: https://uetools.readthedocs.io
Author: Pierre Delaunay
Author-email: pierre@delaunay.io
License: BSD-3-Clause
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7.*
License-File: LICENSE

Unreal Engine Tools
-------------------


|pypi| |py_versions| |codecov| |docs| |tests| |style|

.. |pypi| image:: https://img.shields.io/pypi/v/uetools.svg
    :target: https://pypi.python.org/pypi/uetools
    :alt: Current PyPi Version

.. |py_versions| image:: https://img.shields.io/pypi/pyversions/uetools.svg
    :target: https://pypi.python.org/pypi/uetools
    :alt: Supported Python Versions

.. |codecov| image:: https://codecov.io/gh/kiwi-lang/uetools/branch/master/graph/badge.svg?token=40Cr8V87HI
   :target: https://codecov.io/gh/kiwi-lang/uetools

.. |docs| image:: https://readthedocs.org/projects/uetools/badge/?version=latest
   :target:  https://uetools.readthedocs.io/en/latest/?badge=latest

.. |tests| image:: https://github.com/kiwi-lang/uetools/actions/workflows/test.yml/badge.svg?branch=master
   :target: https://github.com/kiwi-lang/uetools/actions/workflows/test.yml

.. |style| image:: https://github.com/kiwi-lang/uetools/actions/workflows/style.yml/badge.svg?branch=master
   :target: https://github.com/kiwi-lang/uetools/actions/workflows/style.yml



``uetools`` implements a set of tools to make it easier to work with Unreal Engine projects.

It wraps common unreal engine tools and provides a simple interface to them,
with detailled usage example.

* Open projects
* Build
* Run automated tests
* Cook
* Generate localization files for internationalization
* Run the editor

It also implements common recipes such as

* Install project plugins from a repository
* Disable plugin
* Add dedicated server targets
* Automatically configure project settings for Python
* Works on both Linux & Windows seemlessly
* Add Doxygen to your project
