Metadata-Version: 1.1
Name: temp
Version: 1.0.0
Summary: tempdir(), tempfile() functions
Home-page: http://github.com/looking-for-a-job/temp.py
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: .. image:: https://img.shields.io/pypi/pyversions/temp.svg
            :target: https://pypi.org/pypi/temp/
        
        |
        
        .. image:: https://api.codacy.com/project/badge/Grade/58d851db667e4e21af9d7381b365a1c3
            :target: https://www.codacy.com/app/looking-for-a-job/temp.py
        .. image:: https://www.codefactor.io/repository/github/looking-for-a-job/temp.py/badge
            :target: https://www.codefactor.io/repository/github/looking-for-a-job/temp.py
        .. image:: https://codeclimate.com/github/looking-for-a-job/temp.py/badges/gpa.svg
            :target: https://codeclimate.com/github/looking-for-a-job/temp.py
        .. image:: https://img.shields.io/scrutinizer/g/looking-for-a-job/temp.py.svg
            :target: https://scrutinizer-ci.com/g/looking-for-a-job/temp.py/
        .. image:: https://bettercodehub.com/edge/badge/looking-for-a-job/temp.py?branch=master
            :target: https://bettercodehub.com/results/looking-for-a-job/temp.py
        .. image:: https://sonarcloud.io/api/project_badges/measure?project=temp.py&metric=code_smells
            :target: https://sonarcloud.io/dashboard?id=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
        
        
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/temp.py.svg
            :target: https://github.com/looking-for-a-job
        
        .. image:: https://img.shields.io/github/stars/looking-for-a-job/temp.py.svg?style=social&label=Stars
            :target: https://github.com/looking-for-a-job/temp.py
        
        .. image:: https://img.shields.io/github/issues/looking-for-a-job/temp.py.svg
            :target: https://github.com/looking-for-a-job/temp.py/issues
        
Keywords: temp tempdir tempfile
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
