Metadata-Version: 1.1
Name: chicken-turtle-util
Version: 1.1.0
Summary: Python 3 utility library
Home-page: https://github.com/timdiels/chicken_turtle_util
Author: Tim Diels
Author-email: timdiels.m@gmail.com
License: LGPL3
Download-URL: https://github.com/timdiels/chicken_turtle_util/releases/v1.1.0.tar.gz
Description: Python 3 utility library. Looks like a turtle, tastes like chicken.
        
        Chicken Turtle Util (CTU) provides various an API of Python utility
        functions.
        
        Chicken Turtle Util is pre-alpha. None of the interface is stable,
        meaning it may change in the future.
        
        Chicken Turtle Util has some optional dependencies. E.g. to use
        ``chicken_turtle.pyqt``, you will need to add PyQt to your project's
        dependencies. For now, you'll have to let the ``ImportError``\ s guide
        you to the right dependencies to add to setup.py assuming your tests
        have full coverage.
        
        Project decisions
        -----------------
        
        API design
        ~~~~~~~~~~
        
        If it's a path, expect a ``pathlib.Path``, not a ``str``.
        
        If extending a module from another project, e.g. ``pandas``, use the
        same name as the module. While a ``from pandas import *`` would allow
        the user to access functions of the real pandas module through the
        extended module, we have no control over additions to the real pandas,
        which could lead to name clashes later on, so don't.
        
Keywords: development util library
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: AIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: BSD :: BSD/OS
Classifier: Operating System :: POSIX :: BSD :: FreeBSD
Classifier: Operating System :: POSIX :: BSD :: NetBSD
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Operating System :: POSIX :: GNU Hurd
Classifier: Operating System :: POSIX :: HP-UX
Classifier: Operating System :: POSIX :: IRIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: POSIX :: Other
Classifier: Operating System :: POSIX :: SCO
Classifier: Operating System :: POSIX :: SunOS/Solaris
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: Stackless
