Metadata-Version: 2.1
Name: galaxyutils
Version: 0.1.4
Summary: This module contains utilities that Galaxy 2.0 plugin developers may find useful.
Home-page: https://github.com/tylerbrawl/Galaxy-Utils
Author: Tyler Nichols
Author-email: tylerbrawl@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Universal Galaxy 2.0 Integration Utilities
This repository contains some utilities that Galaxy 2.0 plugin developers may find useful. The utilities are designed to be platform- and operating system-independent.

## Installation:
To install this module, use the Python Package Installer (pip) as shown:
```sh
pip install galaxyutils
```
From there, the module can be safely imported into a plugin's root directory.

## Features:
Currently, the features of this module include the following:
* Internal Play Time Tracker - Keep track of a user's play time for each game manually, and save it locally to the user's disk.
* Configuration File Support - Create and utilize a customized config.cfg file, which can contain settings that users and developers can alter to affect how a plugin functions.

## Documentation:
For the complete documentation of this module, visit https://galaxy-utils.readthedocs.io/en/latest/.


