Metadata-Version: 2.1
Name: heimdall_tools
Version: 0.1.2
Summary: Custom package including all modules required for my application
Home-page: https://github.com/your_username/your_package
Author: Robin Thomas
Author-email: robin@clockhash.com
License: MIT
Description: # Heimdall Tools
        
        This is a custom package created to use different modules in a single place.
        The wrapper methods are designed in a way to produce the best results to the application.
        This helps in code reusability and to improve the performance of application
        
        # Create or modify package
        
        i. Add the new module in heimdall_tools folder
        ii. Modify setup.py 
            ..* add dependices
        iii. Create the update package file
        python setup.py sdist 
        iv. Upload to pypi using twine
        twine upload dist/*
        
        #  how to install package
        
        pip install [--upgrade] heimdall_tools
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
