Metadata-Version: 1.0
Name: touch
Version: 0.0.13
Summary: touch(path) - touch python implementation
Home-page: https://github.com/russianidiot/touch.py
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. README generated with readmemako.py (github.com/russianidiot/readme-mako.py) and .README dotfiles (github.com/russianidiot-dotfiles/.README)
        
        .. image:: https://img.shields.io/badge/Language-Python-blue.svg?style=plastic
        
        .. image:: https://img.shields.io/pypi/pyversions/touch.svg
            :target: https://pypi.python.org/pypi/touch
        
        |
        
        .. image:: https://codeclimate.com/github/russianidiot/touch.py/badges/gpa.svg
            :target: https://codeclimate.com/russianidiot/touch.py
        
        .. image:: https://landscape.io/github/russianidiot/touch.py/master/landscape.svg?style=flat
            :target: https://landscape.io/github/russianidiot/touch.py
        
        .. image:: https://scrutinizer-ci.com/g/russianidiot/touch.py/badges/quality-score.png?b=master
            :target: https://scrutinizer-ci.com/g/russianidiot/touch.py/
        
        
        
        Usage
        `````
        
        
        .. code:: python
        
        	>>> from touch import touch
        	
        	>>> touch(path)
        
        
        Feedback |github_follow| |github_issues|
        
        .. |github_follow| image:: https://img.shields.io/github/followers/russianidiot.svg?style=social&label=Follow
        	:target: https://github.com/russianidiot
        
        .. |github_issues| image:: https://img.shields.io/github/issues/russianidiot/touch.py.svg
        	:target: https://github.com/russianidiot/touch.py/issues
        
Keywords: touch file
Platform: UNKNOWN
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 :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
