Metadata-Version: 1.1
Name: touch
Version: 1.0.0
Summary: touch(path) - touch python implementation
Home-page: http://github.com/looking-for-a-job/touch.py
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/pyversions/touch.svg
            :target: https://pypi.org/pypi/touch/
        
        |
        
        .. image:: https://api.codacy.com/project/badge/Grade/01bbfe4fcc9341589e48659014ebeff1
            :target: https://www.codacy.com/app/looking-for-a-job/touch.py
        .. image:: https://www.codefactor.io/repository/github/looking-for-a-job/touch.py/badge
            :target: https://www.codefactor.io/repository/github/looking-for-a-job/touch.py
        .. image:: https://codeclimate.com/github/looking-for-a-job/touch.py/badges/gpa.svg
            :target: https://codeclimate.com/github/looking-for-a-job/touch.py
        .. image:: https://img.shields.io/scrutinizer/g/looking-for-a-job/touch.py.svg
            :target: https://scrutinizer-ci.com/g/looking-for-a-job/touch.py/
        .. image:: https://bettercodehub.com/edge/badge/looking-for-a-job/touch.py?branch=master
            :target: https://bettercodehub.com/results/looking-for-a-job/touch.py
        .. image:: https://sonarcloud.io/api/project_badges/measure?project=touch.py&metric=code_smells
            :target: https://sonarcloud.io/dashboard?id=touch.py
        
        Install
        ```````
        
        
        .. code:: bash
        
            `[sudo] pip install touch`
        
        Usage
        `````
        
        
        .. code:: python
        
            >>> from touch import touch
            
            >>> touch(path)
        
        
        
        Feedback
        
        
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/touch.py.svg
            :target: https://github.com/looking-for-a-job
        
        .. image:: https://img.shields.io/github/stars/looking-for-a-job/touch.py.svg?style=social&label=Stars
            :target: https://github.com/looking-for-a-job/touch.py
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/touch.py.svg
            :target: https://github.com/looking-for-a-job/touch.py/issues
        
Keywords: touch file
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Natural Language :: Russian
Classifier: Programming Language :: Python :: 2
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.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Filesystems
