Metadata-Version: 2.1
Name: detect
Version: 0.0.1
Summary: detect OS and Python versions
Home-page: https://github.com/looking-for-a-job/detect.py
License: UNKNOWN
Description: [![](https://img.shields.io/pypi/pyversions/detect.svg?longCache=True)](https://pypi.org/pypi/detect/)
        
        ### Install
        ```bash
        $ [sudo] pip install detect
        ```
        
        ### Examples
        `py2`, `py3`
        ```python
        >>> detect.py2
        False
        >>> detect.py3
        True
        ```
        
        `linux`, `mac`, `windows`, `cygwin`, `unix`
        ```python
        >>> detect.linux
        False
        >>> detect.mac
        True
        >>> detect.windows
        False
        >>> detect.unix
        True
        ```
Keywords: detect
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.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
Description-Content-Type: text/markdown
