Metadata-Version: 2.4
Name: dewi_commands
Version: 3.2.0
Summary: A toolchain and framework for everyday tasks
Author-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
Maintainer-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
License-Expression: LGPL-3.0-only
Project-URL: Homepage, https://github.com/LA-Toth/dewi_commands
Keywords: tool,framework,development,synchronization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: dewi_core<7,>=6.1.0
Requires-Dist: dewi_module_framework<3,>=2.0.3
Requires-Dist: dewi_logparsers<3,>=2.0.2
Requires-Dist: dewi_utils<5,>=4.0.0
Requires-Dist: dewi_realtime_sync<4,>=3.0.0
Requires-Dist: dewi-dataclass<3,>=2.0.0
Requires-Dist: lxml
Requires-Dist: sqlalchemy
Requires-Dist: pyyaml
Dynamic: license-file

DEWI commands: A lot of command for different purposes
======================================================

Name
----
DEWI: Old Welsh form of David

The name is chosen because of the similarity to DWA, which was the project's
original name, which stands for Developer's Work Area.


Purpose
-------

A set of collected commands which I use more or less.

Installation
------------

It can be installed from source::

        python3 setup.py

Or from pip::

        pip install dewi_commands
