Metadata-Version: 2.1
Name: Warg
Version: 0.2.4
Summary: A package for easing return of multiple values
Home-page: https://github.com/aivclab/warg
Author: Christian Heider Nielsen
Author-email: christian.heider@alexandra.dk
Maintainer: Christian Heider Nielsen
Maintainer-email: christian.heider@alexandra.dk
License: Apache License, Version 2.0
Download-URL: https://github.com/aivclab/warg/releases
Keywords: python reinforcement-learning interface api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: apppath
Requires-Dist: numpy
Requires-Dist: six
Requires-Dist: sorcery
Requires-Dist: pytest
Requires-Dist: cloudpickle
Requires-Dist: wrapt
Provides-Extra: all

# Warg
```Old-Norse: Varg``` 

![warg](.github/images/warg.svg) ![warg](.github/images/python.svg)

[![Build Status](https://travis-ci.com/aivclab/warg.svg?branch=master)](https://travis-ci.com/aivclab/warg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) [![Coverage Status](https://coveralls.io/repos/github/aivclab/warg/badge.svg?branch=master)](https://coveralls.io/github/aivclab/warg?branch=master)
___
> Devour everything.
___

This package is a selection of generalised  small utilities classes for many use-cases, a brief description of each follows.

- A class for easing return of multiple values, implicit handling of args and kwargs and more. 

- A class for executing any 'heavy' function asynchronously storing any results in a bounded queue. 
Note: communication and organisation is costly, intended for heavy processing functions and general queuing.

- A class for displaying GTK toasts (Notifications, Dialogs...)

- A set of utility functions for parsing/sanitising python config files, and presenting attributes using common python conventions and practices.

# Disclaimer
Use warg with caution, some features might break as python naturally evolves.
Warg uses some advanced feature of python and sometimes abuses notation/syntax, with some pretty hard assumptions on input and interaction.
___
> With great power comes great responsibility
___

