Metadata-Version: 2.1
Name: hrot-cli-tools
Version: 1.0.0
Summary: UNKNOWN
Home-page: https://github.com/JoshuaSkelly/hrot-cli-tools
Author: Joshua Skelton
Author-email: joshua.skelton@gmail.com
License: MIT
Description: # [![hrot-cli-tools](https://raw.githubusercontent.com/joshuaskelly/hrot-cli-tools/master/.media/logo.svg?sanitize=true)](https://github.com/JoshuaSkelly/hrot-cli-tools)
        
        # hrot-cli-tools
        
        [![Python 3.6](https://img.shields.io/badge/python-3.6-blue.svg)]() [![PyPI version](https://badge.fury.io/py/hrot-cli-tools.svg)](https://pypi.python.org/pypi/hrot-cli-tools) [![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg)](https://discord.gg/KvwmdXA)
        
        hrot-cli-tools is a set of command line tools for working with HROT PAK files.
        
        ## Installation
        ```shell
        $ pip install hrot-cli-tools
        ```
        
        ## Tools
        - _pak_: Add files to a PAK file.
        - _unpak_: Extract files from a PAK file.
        
        ## Contributing
        Have a bug fix or a new feature you'd like to see in quake-cli-tools? Send it our way! Please make sure you create an issue that addresses your fix/feature so we can discuss the contribution.
        
        1. Fork this repo!
        2. Create your feature branch: `git checkout -b features/add-cool-new-tool`
        3. Commit your changes: `git commit -m 'Adding must have new tool!'`
        4. Push the branch: `git push origin features/add-cool-new-tool`
        5. Submit a pull request.
        6. Create an [issue](https://github.com/joshuaskelly/hrot-cli-tools/issues/new).
        
        ## License
        MIT
        
        See the [license](./LICENSE) document for the full text.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
