Metadata-Version: 2.1
Name: mac-logs
Version: 2019.3.22
Summary: ~/Library/Logs MacOS .log files
Home-page: https://github.com/looking-for-a-job/mac-logs.py
License: UNKNOWN
Keywords: logs
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: find
Requires-Dist: mac-colors
Requires-Dist: public
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-logs.svg?longCache=True)](https://pypi.org/project/mac-logs/)

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

#### Features
`~/Library/Logs` MacOS `.log` files

#### Functions
function|`__doc__`
-|-
`mac_logs.errors()` |return a list of `*err*.log` files (`stderr.log`, `err.log`, `error.log`, ...)
`mac_logs.logs(filenames=None, minsize=0)` |return a list of `.log` files
`mac_logs.rm(filenames=None, minsize=0)` |remove `.log` files

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

