This is a library to analyze arbitrary Python objects.
Files:
analyze_anything.py
: the main logic!LICENSE
README.md
__init__.py
(currently empty).pylintrc
.gitignore
There is one main function analyze_anything(something)
. It uses a helper function invert_dict(somedict)
.
- Install Python 3 if you don't have it already.
- Download the source code using
git clone https://github.com/duck-master/analyze-anything.git
. - Run the code to test it! You can also import it in your own code (as
__init__.py
marks it as a module).
Make a pull request. Before submitting your pull request, make sure Pylint is satisfied with your code; I expect nothing less than perfection (which isn't that hard if you're diligent about it). Also, make sure that the code actually works.