Metadata-Version: 1.0
Name: autoreload-prime
Version: 1.0
Summary: An auto reload module that should work with most servers (patched from Tornado)
Home-page: http://www.amix.dk/
Author: amix the lucky stiff
Author-email: amix@amix.dk
License: BSD
Description: autoreload_prime
        ---------------
        
        An auto reload module that should work with most servers (patched from Tornado).
        
        To install autoreload_prime simply do::
        
        $ sudo easy_install autoreload_prime
        
        TO use autoreload_prime::
        
        import autoreload_prime
        autoreload_prime.start()
        
Keywords: autoreload auto reload
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
