Metadata-Version: 2.3
Name: xotl.tools
Version: 3.2.1
Summary: Collection of usefull algorithms and other very disparate stuff
Author-email: Merchise Autrement <info@merchise.de>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: graphlib-backport; python_version < '3.9'
Requires-Dist: packaging>=23.2
Requires-Dist: typing-extensions>=3.10.0
Provides-Extra: testing
Requires-Dist: hypothesis~=6.99.6; extra == 'testing'
Description-Content-Type: text/x-rst

``xotl.tools`` is a collection of disparate utilities that does not conform a
framework for anything.  ``xotl.tools`` is essentially -but not exclusively-
an extension to the Python's standard library.

In ``xotl.tools`` you will probably find:

- Tools that must be implemented in the Python Standard Library, but there are
  things that escape from the Guido's scope. ;)

- Components that belong naturally to the "Common Systems Layer" \
  [#continuum]_.

.. [#continuum] http://pubs.opengroup.org/architecture/togaf9-doc/arch/chap39.html#tag_39_04_01


You'll find the documentation in https://merchise-autrement.gitlab.io/xotl.tools/
