Metadata-Version: 2.1
Name: launchenv
Version: 0.0.1
Summary: Launch all your programs and scripts with one command
Home-page: https://github.com/a-tharva/LaunchEnv
Author: Atharva Bhandvalkar
Author-email: <atharv.bhandvalkar@gmail.com>
License: MIT
Description: # LaunchEnv
        v0.0.1
        
        ## About
        Command line application created in python to execute your programs or scripts in one command.
        - Note : Not tested for linux. 
        - PATH for data storage is given in /launch/utils/utils.py 
        
        ## Installation
        From PyPI
        ```
        pip install launchenv
        ```
        
        From github
        ```
        # Clone project
        git clone https://github.com/a-tharva/LaunchEnv && cd fort
        
        # Installation
        python3 setup.py install
        
        # Run setup
        launch
        ```
        
        ## Usage
        ```
         _                           _     _____
        | |    __ _ _   _ _ __   ___| |__ | ____|_ ____   __
        | |   / _` | | | | '_ \ / __| '_ \|  _| | '_ \ \ / /
        | |__| (_| | |_| | | | | (__| | | | |___| | | \ V /
        |_____\__,_|\__,_|_| |_|\___|_| |_|_____|_| |_|\_/
        
        launch [-h] [-build] [-a] [-s] [-delete] [-remove] [-env]
        
        Run environment
        
        optional arguments:
          -h, --help           show this help message and exit
          -build , --build     Create new work environment/workspace
          -a , --add           Add program to existing work environment
          -s , --show          Show all program in given work environment
          -delete , --delete   Remove program from given work environment
          -remove , --remove   Remove the work environment
          -env , --env         Run environment
        ```
        
        ## Development
        Still working on this project.<br>
        - The Script functionality is currently not provided as it creates some issues, will add that in future.<br>
        - Next version will ask path to store the launch data.<br> 
        <!-- -->
        
        ## Contributing
        
        Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
        
        If you have a suggestion that would make this better, please fork the repo and create a pull request.
        Don't forget to give the project a star! Thanks again!
        
        1. Fork the Project
        2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
        3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
        4. Push to the Branch (`git push origin feature/AmazingFeature`)
        5. Open a Pull Request
        
        
        ## License
        Distributed under the MIT License. [License](https://github.com/a-tharva/LaunchEnv/blob/master/LICENSE)
        
        
        Change Log
        ==========
        
        0.0.1 (28/12/2021)
        -------------------
        - First Release
Keywords: python
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
