Metadata-Version: 1.1
Name: somutils
Version: 1.0
Summary: Tools we use at Somenergia and can be useful
Home-page: https://github.com/Som-Energia/somenergia-utils
Author: César López Ramírez
Author-email: cesar.lopez@somenergia.coop
License: GNU General Public License v3 or later (GPLv3+)
Description: activate\_wrapper.sh
        =====
        
        Simple wrapper to allow to execute commands into virtualenv environment
        
        
        
        Command line usage
        ------------------
        
        ::
        
            usage: activate_wrapper.sh COMMAND
        
            Execute COMMAND into the virtualenv environment defined by VIRTUALENV_PATH env variable.
        
            positional arguments:
              COMMAND                  Command to execute
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Environment :: Console
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
