Metadata-Version: 1.1
Name: redid-tools
Version: 0.1.1
Summary: Redid media distribituion network tools. Redid provides a media distribution network offering dynamic media transformations and signed resource access.
Home-page: https://pypi.python.org/pypi/redid_tools
Author: edA-qa mort-ora-y
Author-email: eda-qa@disemia.com
License: MIT
Description: Redid CLI Tools
        ===============
        
        The Redid CLI tools provide a simple way to work with the Redid service.
        
        ::
        
            pip install redid_tools
        
        After install you will need to configure the tools. This simply sets the
        account information needed to connect to Redid.
        
        ::
        
            redid setup
        
        You can check that your credentials are correct by running the
        ``check-auth`` command.
        
        ::
        
            redid check-auth
        
        Refer to the Redid API documentation for further information, and
        examples, about the various commands. You can also use ``redid --help``.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics
