Metadata-Version: 1.1
Name: EditOnline
Version: 0.1.3
Summary: A simple online file editor by Python base on Ace.js.
Home-page: https://github.com/sintrb/EditOnline
Author: sintrb
Author-email: sintrb@gmail.com
License: Apache
Description: # EditOnline
        A simple online file editor by Python base on Ace.js.
        
        ## How To Use
        0. cd to you working dir
        
        1.run command: python EditOnline.py
        
        2.use broswer open 'http://127.0.0.1:8000'
        
        
        
        1.0
        	test
        
        1.2
        	first version
        
        1.3
        	setup bug fix
Keywords: EditOnline Ace.js
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
