Metadata-Version: 2.1
Name: mac-display
Version: 2019.3.22
Summary: macOS display sleep/wake
Home-page: https://github.com/looking-for-a-job/mac-display.py
License: UNKNOWN
Keywords: display
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: MacOS
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
Classifier: Topic :: Software Development
Description-Content-Type: text/markdown
Requires-Dist: public
Requires-Dist: runcmd
Requires-Dist: setuptools

<!--
https://pypi.org/project/readme-generator/
-->

[![](https://img.shields.io/badge/OS-MacOS-blue.svg?longCache=True)]()
[![](https://img.shields.io/pypi/pyversions/mac-display.svg?longCache=True)](https://pypi.org/project/mac-display/)

#### Installation
```bash
$ [sudo] pip install mac-display
```

#### Examples
```python
>>> import mac_display
>>> mac_display.sleep()
>>> mac_display.sleeping()
True
>>> mac_display.wake()
>>> mac_display.sleeping()
False
```

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

