Metadata-Version: 2.1
Name: mdprint
Version: 0.0.1
Summary: Python tools to print strings to markdown file with styles. Also allows printing dicts and lists to table
Home-page: https://github.com/saravanabalagi/mdprint
Author: Saravanabalagi Ramachandran
Author-email: saravanabalagi@hotmail.com
License: MIT
Description: # mdprint
        
        Python tools to print strings to markdown file with styles. Also allows printing dicts and lists to table
        
        ## Contributing
        
        Pull requests are very welcome.
        
        1. Fork the repo
        1. Create new branch with feature name as branch name
        1. Check if things work with a jupyter notebook
        1. Raise a pull request
        
        ## Licence
        
        Please see attached [Licence](LICENCE)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
