Metadata-Version: 1.1
Name: temp
Version: 0.0.29
Summary: tempdir(), tempfile() functions
Home-page: http://github.com/russianidiot/temp.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
        	:target: none
        
        .. image:: https://img.shields.io/pypi/pyversions/temp.svg
        	:target: https://pypi.org/pypi/temp
        
        .. image:: https://img.shields.io/pypi/v/temp.svg
        	:target: https://pypi.org/pypi/temp
        
        |
        
        .. image:: https://api.codacy.com/project/badge/Grade/58d851db667e4e21af9d7381b365a1c3
        	:target: https://www.codacy.com/app/russianidiot/temp-py
        
        .. image:: https://codeclimate.com/github/russianidiot/temp.py/badges/gpa.svg
        	:target: https://codeclimate.com/github/russianidiot/temp.py
        
        .. image:: https://landscape.io/github/russianidiot/temp.py/master/landscape.svg?style=flat
        	:target: https://landscape.io/github/russianidiot/temp.py
        
        .. image:: https://scrutinizer-ci.com/g/russianidiot/temp.py/badges/quality-score.png?b=master
        	:target: https://scrutinizer-ci.com/g/russianidiot/temp.py/
        
        |
        
        
        
        
        Install
        ```````
        
        
        .. code:: bash
        
        	`[sudo] pip install temp`
        
        
        
        
        
        Usage
        `````
        
        
        .. code:: python
        
        	>>> from temp import tempdir, tempfile, TMPDIR
        	
        	>>> tempdir() # dir
        	>>> tempfile() # file
        
        
        
        Examples
        ````````
        
        
        .. code:: python
        
        	>>> tempdir() # dir
        	'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T/tmpqlLDxb'
        	
        	>>> tempfile() # file
        	'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T/tmpsctFHJ'
        	
        	>>> TMPDIR
        	'/var/folders/rv/gy6_gnfs1d7_pd1518p27tsr0000gn/T'
        
        
        
        
        
        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/temp.py.svg
        	:target: https://github.com/russianidiot/temp.py/issues
        
        
Keywords: temp tempdir tempfile
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT 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
