Metadata-Version: 2.1
Name: dayz-dev-tools
Version: 1.1.0
Summary: Useful tools for DayZ mod developers.
Home-page: https://dayz-dev-tools.readthedocs.io/
Author: Tim Jensen
Author-email: tim.l.jensen@gmail.com
License: MIT
Project-URL: Source, https://github.com/tjensen/dayz-dev-tools
Project-URL: Tracker, https://github.com/tjensen/dayz-dev-tools/issues
Description: # DayZ Dev Tools
        
        This project contains tools and libraries that can be useful for DayZ mod
        developers and server owners.
        
        * [Documentation](https://dayz-dev-tools.readthedocs.io/)
        
        ## Installation
        
        DayZ Dev Tools is listed on [PyPI](https://pypi.org/project/dayz-dev-tools/)
        and can be installed with `pip` or using your preferred Python package manager:
        
        ```
        pip install dayz-dev-tools
        ```
        
        DayZ Dev Tools can be run on Windows, MacOS, or Linux but Python 3.8 or higher
        is required.
        
Keywords: dayz,tools,pbo,server
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Games/Entertainment :: First Person Shooters
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
