Metadata-Version: 2.4
Name: dargslan-systemd-timer
Version: 1.0.1
Summary: Systemd timer analyzer for Linux. Lists active timers, next trigger times, associated services, and timer calendar expressions.
Author-email: Dargslan <info@dargslan.com>
License: MIT
Project-URL: Homepage, https://dargslan.com
Project-URL: Documentation, https://dargslan.com/blog
Keywords: systemd,timer,scheduler,cron,linux,dargslan
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Systemd Timer Analyzer

Lists active systemd timers, next trigger times, associated services, calendar expressions, and timer states.

Part of the [Dargslan Linux Toolkit](https://dargslan.com) - Professional Linux & DevOps tools.

## Installation

```bash
pip install dargslan-systemd-timer
```

Or install the complete toolkit:

```bash
pip install dargslan-toolkit
```

## Usage

```bash
dargslan-timer report
dargslan-timer list
dargslan-timer next
```

## Resources

- [Linux & DevOps eBooks](https://dargslan.com/books) - 210+ professional eBooks
- [Free Cheat Sheets](https://dargslan.com/cheat-sheets) - Downloadable PDF references
- [Blog & Tutorials](https://dargslan.com/blog) - In-depth Linux guides
