Metadata-Version: 2.1
Name: jsktoolbox
Version: 1.1.4
Summary: Small sets of classes for various operations.
Home-page: https://github.com/Szumak75/JskToolBox/tree/1.1.4
License: MIT
Author: Jacek 'Szumak' Kotlarski
Author-email: szumak@virthost.pl
Maintainer: Jacek 'Szumak' Kotlarski
Maintainer-email: szumak@virthost.pl
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: requests (>=2.32.4,<3.0.0)
Requires-Dist: urllib3 (>=2.5.0,<3.0.0)
Project-URL: Repository, https://github.com/Szumak75/JskToolBox/tree/1.1.4
Description-Content-Type: text/markdown

# JskToolBox

The project contains sets of classes for various operations.

## AttribTool

The project contains base classes that limit the possibility of adding new attributes without their prior declaration inside classes inheriting from them or their objects.

[AttribTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/AttribTool.md)

## ConfigTool

The project contains classes that enable common operations on configuration files.

[ConfigTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/ConfigTool.md)

## DateTool

The project contains classes for various date/time operations.

[DateTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/DateTool.md)

## LogsTool

The project contains several classes that create a logging subsystem for the designed solutions.

[LogsTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/LogsTool.md)

## NetAddressTool

The project contains sets of classes for operations on IPv4 and IPv6 addresses.

[NetAddressTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/NetAddressTool.md)

## RaiseTool

The project contains small class for formatting thrown exception messages.

[RaiseTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/RaiseTool.md)

## StringTool

The project contains sets of classes for various operations on string.

[StringTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/StringTool.md)

## SystemTool

The project contains a set of classes enabling interaction with the operating system.

[SystemTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/SystemTool.md)

## TkTool

The project contains sets of classes for tkinter framework.

[TkTool Readme](https://github.com/Szumak75/JskToolBox/blob/1.1.4/docs/TkTool.md)

