Metadata-Version: 1.2
Name: zac-pyutils
Version: 1.70.53
Summary: collection of some useful functions
Home-page: https://github.com/Zachary4biz/ExqUtils
Author: zach
Author-email: 2achx0121@gmail.com
Maintainer: zach
Maintainer-email: 2achx0121@gmail.com
License: BSD License
Description: PyTree
        ======
        .. image:: https://img.shields.io/pypi/v/tree.svg?style=flat-square
                :target: https://pypi.python.org/pypi/Tree
        
        .. image:: https://img.shields.io/pypi/l/Tree.svg?style=flat-square
                :target: https://github.com/PixelwarStudio/PyTree/blob/master/LICENSE
        
        Python package, which you can use to generate and drawing trees, realistic or fractal ones.
        
        Usage
        -----
        .. code-block:: bash
        
            $ pip install zac-pyutils  --upgrade -i https://pypi.python.org/pypi
        
        .. code-block:: python
        
            from zac_pyutils import ExqUtils
            # log to file
            logger = ExqUtils.get_logger("tmp.log")
            ExqUtils.log2file(message="new message",logger=logger)
            # load file as iter
            fileIter = ExqUtils.load_file_as_iter("./data/nlp/sample_data.txt")
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
