Metadata-Version: 1.0
Name: difio-appfog-python
Version: 1.1
Summary: Difio registration agent for AppFog / Python applications
Home-page: http://github.com/difio/difio-appfog-python
Author: Alexander Todorov
Author-email: atodorov@nospam.dif.io
License: UNKNOWN
Description: Difio registration agent for AppFog / Python applications.
        
        It compiles a list of locally installed Python packages and sends it to
        <http://www.dif.io>.
        
        
        Installing on your AppFog application
        ----------------------------------------
        
        Create an account at <http://www.dif.io>
        
        Create a Python application on AppFog
        
        Add a dependency in your requirements.txt file
        
        ::
        
            echo "difio-appfog-python" >> requirements.txt
        
        Configure your Difio user ID
        
        ::
        
            af env-add <appname> DIFIO_USER_ID=YourUserID
        
        Because AppFog doesn't support post deploy hooks you have NO WAY to enable the
        registration script. :(
        
        Then push your application to AppFog
        
        ::
        
            af update <appname>
        
        That's it, you can now check your application statistics at
        <http://www.dif.io>
        
Keywords: appfog,difio,updates,cloud
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Systems Administration
