Metadata-Version: 2.1
Name: detect
Version: 2018.11.19
Summary: detect OS and Python versions
Home-page: https://github.com/looking-for-a-job/detect.py
License: UNKNOWN
Keywords: detect
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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
Description-Content-Type: text/markdown
Requires-Dist: setuptools

[![](https://img.shields.io/pypi/pyversions/detect.svg?longCache=True)](https://pypi.org/pypi/detect/)

#### Install
```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

<p align="center"><a href="https://pypi.org/project/readme-md/">readme-md</a> - README.md generator</p>

