Source: reusables-dmo
Section: devel
Priority: optional
Maintainer: Christian Marillat <marillat@deb-multimedia.org>
Bugs: mailto:marillat@deb-multimedia.org
Homepage: https://github.com/cdgriffith/Reusables
Standards-Version: 4.7.2
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3,
 pybuild-plugin-pyproject, python3-scantree, python3-rarfile, unrar,
 python3-setuptools, python3-pytest,

Package: python3-reusables
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Description: commonly consumed code commodities in Python.
 The reusables library is a cookbook of python functions and classes that
 programmers may find themselves often recreating.
 .
 It includes:
 .
   * Archiving and extraction for zip, tar, gz, bz2, and rar
   * Path (file and folders) management
   * Fast logging setup and tools
   * Namespace (dict to class modules with child recursion)
   * Friendly datetime formatting
   * Config to dict parsing
   * Common regular expressions and file extensions
   * Helpful wrappers
   * Bash analogues
   * Easy downloading
   * Multiprocessing helpers
