Metadata-Version: 2.1
Name: detect
Version: 2019.4.13
Summary: detect OS and Python versions
Home-page: https://github.com/looking-for-a-job/detect.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/detect.svg?longCache=True)](https://pypi.org/project/detect/)
        
        #### Installation
        ```bash
        $ [sudo] pip install detect
        ```
        
        ##### OS variables
        
        variable|description
        -|-
        `detect.freebsd`| True if OS is FreeBSD
        `detect.linux`| True if OS is Linux
        `detect.mac`| True if OS is MacOS
        `detect.osx`| True if OS is MacOS OS X
        `detect.windows`| True if OS is Windows
        `detect.cygwin`| True if OS is Cygwin detected
        `detect.unix`| True if OS is Unix (not Windows)
        
        ##### Python variables
        
        variable|description
        -|-
        `detect.py2`| True if python is 2.x
        `detect.py3`| True if python is 3.x
        
        ##### Docker
        
        variable|description
        -|-
        `detect.docker`| True if running inside a Docker container
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: detect
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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
Description-Content-Type: text/markdown
