Metadata-Version: 2.0
Name: xoutil
Version: 1.9.5
Summary: Collection of usefull algorithms and other very disparate stuff
Home-page: https://github.com/merchise-autrement/xoutil/
Author: Merchise
Author-email: project+xoutil@merchise.org
License: GPLv3+
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
Requires-Dist: monotonic; python_version < "3.3"
Requires-Dist: contextlib2; python_version < "3.4"
Provides-Extra: recommended
Requires-Dist: python-dateutil; extra == 'recommended'
Provides-Extra: recommended
Requires-Dist: enum34; python_version < "3.4" and extra == 'recommended'

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

In `xoutil` you will probably find:

- Compatibility solvers for major versions issues\ [#another-six]_.  See
  `xoutil.eight`.

- 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]_.

.. [#another-six] Yes!, yet another solution for this. ;)

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


