Metadata-Version: 2.1
Name: dsolver
Version: 0.0.1
Summary: Resolve Python dependencies automatically
Home-page: https://github.com/shivampip/DSolver
Author: Shivam Agrawal
Author-email: shivam301296@gmail.com
License: UNKNOWN
Description: # DSolver
        ### **Python Dependencies Resolver** 
        
        dsolver helps you resolve dependencies for any python script by recursively installing required python packages automatically
        
        ## Installation
        
        ```
        pip install dsolver
        ```
        
        ## Uses
        
        For instance, we have to resolve dependencies for python script `test.py`
        
        ```
        python -m dsolver -f test.py
        ```
        Now Sit back and relex, `dsolver` will find the modules that are required and install them.
        
        **Happy Programming**
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
