Metadata-Version: 1.1
Name: gzutils
Version: 0.0.6
Summary: Gizur misc utils
Home-page: https://github.com/gizur/gzutils.py
Author: Jonas Colmsjö
Author-email: jonas.colmsjo@gizur.com
License: MIT
Description: # Gizur Misc Utils
        
        This package contains the following classes/functions:
        
        * A `Logging class` - simple base class for logging
        * The `DotDict`  class- make it possible to access dictionary attributes with dot-notation (`dict.attribute` instead of `dict['attribute']`)
        * Functions for saving CSV files from lists
        
        
        ## Development
        
        Check the code and run the tests with: `tox` (install tox with `pip install tox` if you don't have it already)
        
        `pytest -s` will run the tests and display the output.
        
        Build the package for distribution with: `python setup.py sdist`
        
        Publish a build with: `twine upload dist/gzutils-X.Y.Z.tar.gz`
        
Keywords: utils logging cvs dotdict
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
