Metadata-Version: 2.1
Name: Notus
Version: 0.0.2
Summary: A package for providing a system notification interface
Home-page: https://github.com/cnheider/notus
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/cnheider/notus/releases
Keywords: app path paths data logs cache
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.6
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: wheel (>=0.33.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'all'
Requires-Dist: pytest (>=4.4.1) ; extra == 'all'
Requires-Dist: twine (>=1.13.0) ; extra == 'all'
Requires-Dist: coveralls (>=1.6.0) ; extra == 'all'
Requires-Dist: dbus-python ; extra == 'all'
Requires-Dist: pip (>=19.0.3) ; extra == 'all'
Requires-Dist: black (>=18.9b0) ; extra == 'all'
Requires-Dist: pywin32 ; extra == 'all'
Requires-Dist: sphinx ; extra == 'all'
Requires-Dist: pytest (>=4.3.0) ; extra == 'all'
Provides-Extra: dev
Requires-Dist: wheel (>=0.33.0) ; extra == 'dev'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'dev'
Requires-Dist: twine (>=1.13.0) ; extra == 'dev'
Requires-Dist: coveralls (>=1.6.0) ; extra == 'dev'
Requires-Dist: dbus-python ; extra == 'dev'
Requires-Dist: pip (>=19.0.3) ; extra == 'dev'
Requires-Dist: black (>=18.9b0) ; extra == 'dev'
Requires-Dist: pytest (>=4.3.0) ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Provides-Extra: gtk
Requires-Dist: dbus-python ; extra == 'gtk'
Provides-Extra: setup
Provides-Extra: tests
Requires-Dist: pytest (>=4.4.1) ; extra == 'tests'
Provides-Extra: windows
Requires-Dist: pywin32 ; extra == 'windows'

![notus](.github/images/toaster.svg)

# Notus

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

[![Build Status](https://travis-ci.com/aivclab/apppath.svg?branch=master)](https://travis-ci.com/aivclab/apppath) [![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/apppath/badge.svg?branch=master)](https://coveralls.io/github/aivclab/apppath?branch=master)
___
> Clutter-free app data
___

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


