Metadata-Version: 2.1
Name: xotl.tools
Version: 2.2.4rc1
Summary: Collection of small utilities that have not yet being promoted to xotl.tools.
Home-page: https://gitlab.merchise.org/merchise/xotl.tools
Author: Merchise Autrement [~º/~]
Author-email: info@merchise.org
Maintainer: Manuel Vázquez Acosta
License: MIT
Project-URL: tracker, https://gitlab.merchise.org/merchise/xotl.tools/issues
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: typing-extensions (~=3.10.0)
Provides-Extra: dev
Requires-Dist: python-dateutil ; extra == 'dev'
Requires-Dist: hypothesis (~=6.31) ; extra == 'dev'
Requires-Dist: pytz ; extra == 'dev'
Requires-Dist: sphinx (~=4.3.1) ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: flake8 (~=4.0) ; extra == 'dev'
Requires-Dist: flake8-bugbear (~=21.4.3) ; extra == 'dev'
Requires-Dist: black (==21.12b0) ; extra == 'dev'
Requires-Dist: isort (~=5.9.3) ; extra == 'dev'
Requires-Dist: tox ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: python-dateutil ; extra == 'docs'
Requires-Dist: hypothesis (~=6.31) ; extra == 'docs'
Requires-Dist: pytz ; extra == 'docs'
Requires-Dist: sphinx (~=4.3.1) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: recommended
Requires-Dist: python-dateutil ; extra == 'recommended'

``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 `Read the Docs
<https://xoutil.readthedocs.io/>`__.


