Metadata-Version: 2.1
Name: only
Version: 2018.11.20
Summary: @only.<OS> decorator. raise OSError if not supported OS
Home-page: https://github.com/looking-for-a-job/only.py
License: UNKNOWN
Keywords: only decorator
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
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 :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Operating System
Description-Content-Type: text/markdown
Requires-Dist: decorator
Requires-Dist: detect
Requires-Dist: public
Requires-Dist: setuptools

[![](https://img.shields.io/badge/OS-Linux,%20MacOS,%20Unix,%20Windows-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/only.svg?longCache=True)](https://pypi.org/pypi/only/)

#### Install
```bash
$ [sudo] pip install only
```

#### Decorators

decorator|description
-|-
`@only.linux`|raise OSError in not linux
`@only.mac`|raise OSError in not MacOS
`@only.osx`|raise OSError in not OSX
`@only.unix`|raise OSError in not Unix
`@only.windows`|raise OSError in not Windows

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

