Metadata-Version: 2.1
Name: pygwarts
Version: 1.5.1.4
Summary: Python multitool library
Home-page: https://github.com/longdeer/pygwarts
Author: lngd
Author-email: lngdeer@gmail.com
License: GPL-3.0 license
Platform: UNKNOWN
Requires-Python: >=3.10

pygwarts
========
Python multitool library

About
-----
This library is imbued with magic and built upon standard library only (no third party dependencies). It suggests various instruments, with fantastic semantic, to work with files, network, email and more. It also offers it's object model, that allows implementing additional instruments of any kinds.

Requirements
------------
``python`` >=3.10

Installation
------------
Get latest version from GitHub

``https://github.com/longdeer/pygwarts.git``

or from PyPI

``pip install pygwarts``

Then run ``tests/unit_main.py --clean-up`` to ensure capabilities.

Usage
-----
For guide please refer to the GitHub homepage.

Contribution
------------
There is a private development repository. If you want to contribute to ``pygwarts``, please contact me for invitation.


