Metadata-Version: 2.1
Name: cdxbasics
Version: 0.0.2
Summary: Basic Python tools
Home-page: https://github.com/IamProbably/cdxbasics
Author: Hans Buehler
Author-email: github@buehler.london
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# cdxbasics

Collection of basic tools for Python development. Highlights are

* cdxbasics
** Generic: object which operates both like a dictionary and like an object, e.g. one can do <code>g.a = 1" and then "if a in g
** fmt(): integrated short cut
** cdxbasics.uniqueHash(): runs a standard hash over most combinations of standard elements or objects
** 

This is a simple example package. You can use
[Github-flavored Markdown](https://guides.github.com/features/mastering-markdown/)
to write your content.

