Metadata-Version: 1.1
Name: webloc
Version: 0.0.0
Summary: get_webloc(path), set_webloc(path,url) functions
Home-page: https://github.com/russianidiot/webloc.py/
Author: russianidiot
Author-email: UNKNOWN
License: UNKNOWN
Description: 	
        Install
        '''''''
        
        github.com_: :code:`pip install git+git://github.com/russianidiot/webloc.py.git`
        
        pypi.python.org_: :code:`pip install webloc`
        
        download_: :code:`python setup.py install` or :code:`setup.py/.setup.py develop.command`
        
        .. _github.com: http://github.com/russianidiot/webloc.py
        .. _pypi.python.org: https://pypi.python.org/pypi/webloc
        .. _download: https://github.com/russianidiot/webloc.py/archive/master.zip
        
        	
        
        	
        
        	
        
        Usage 
        '''''
        .. code-block::
        
        	from webloc import *
        
        	set_webloc("path.webloc","https://www.google.com") # create/update
        
        	get_webloc("path.webloc")
        	>>> 'https://www.google.com'
        
        ------------
        
        **Tested**: python 2.6, 2.7, 3+
        
        **Bug Tracker**: `github.com/russianidiot/webloc.py/issues`__
        
        __ https://github.com/russianidiot/webloc.py/issues
Keywords: webloc
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
