Metadata-Version: 2.1
Name: bandage
Version: 1.0
Summary: Patching library.
Home-page: https://github.com/perpetualCreations/bandage/
Author: perpetualCreations
Author-email: tchen0584@gmail.com
License: MIT
Description: # bandage
        [![forthebadge](https://forthebadge.com/images/badges/contains-technical-debt.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
        
        A Python patching library for updating software applications in deployments where package managers are unavailable.
        
        ## Documentation
        To see documentation regarding installation and usage, please visit [https://dreamerslegacy.xyz/projects/bandage/docs.html](https://dreamerslegacy.xyz/prjects/bandage/docs.html).
        
        ## Releases & Dist.
        With the released wheel file, after downloading:
        ```commandline
        pip3 install /path/to/wheel/file/here/bandage-1.0-py3-none-any.whl
        ```
        ...Or available on PyPI through:
        ```commandline
        pip3 install bandage
        ```
        Please see documentation for more information.
        
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
