Metadata-Version: 2.1
Name: rammon
Version: 0.2.2
Summary: A low-memory alert daemon
Home-page: https://github.com/jackadamson/rammon
Author: Jack Adamson
Author-email: jack@mrfluffybunny.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pydbus
Requires-Dist: python-daemon
Requires-Dist: psutil
Requires-Dist: dataclasses

# Rammon (RAM Monitor)

Rammon is a daemon that visually alerts when a machine is low on memory  

Notifications are sent using dbus meaning it's supported by a wide range of Linux window managers
such as Gnome, KDE and many more.

## Requirements

- Linux
- Python3.6
- systemd (required for auto-start)
- PyGI (not packaged on pypi, python3-gi for Ubuntu, python-gobject for ArchLinux)
- GLib 2.46+ and girepository 1.46+

## Usage

```
rammon [-h | --help] [-d | --no-daemon] [command]

    Commands are:
       start      Start the memory monitor
       stop       Stop the memory monitor
       status     Check the status of the memory monitor
       enable     Set rammon to run on login as a systemd user service
       disable    Disable rammon's auto-start
       config     Get and set configuration options

    Check command options with:
       rammon <command> -h

```


