Metadata-Version: 2.1
Name: detect
Version: 2020.7.1
Summary: detect OS and Python versions
Home-page: https://github.com/andrewp-as-is/detect.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/detect.svg?maxAge=3600)](https://pypi.org/project/detect/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install detect
        ```
        
        #### Features
        ##### 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://readme42.com/">readme42.com</a>
        </p>
Keywords: detect
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
