Metadata-Version: 2.1
Name: booktool
Version: 0.7.0
Summary: eBook (EPUB and Audiobook) management tool
Home-page: https://github.com/chbrown/booktool
Author: Christopher Brown
Author-email: io@henrian.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: System :: Archiving
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Topic :: Text Processing :: General
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click (>=7.0)
Requires-Dist: filesystemlib
Requires-Dist: mutagen (>=1.42)

# `booktool`

eBook (EPUB and Audiobook) management tool.

[![Latest version on PyPI](https://badge.fury.io/py/booktool.svg)](https://pypi.org/project/booktool/)


#### Install

```sh
pip install -U booktool
```


### Logging

By default, `booktool ...` runs with logging level set to `WARNING`.
`booktool -v ...` sets the level to `INFO`;
`booktool -vv ...` sets it to `DEBUG`.

The following table describes the logging level strategy.

| Level     | Description                                      |
|:----------|:-------------------------------------------------|
| `WARNING` | Anything outside manageable running conditions.  |
| `INFO`    | Mutations (or would be if not in dry-run mode).  |
| `DEBUG`   | Anything else of note.                           |


## License

Copyright 2019–2020 Christopher Brown.
[MIT Licensed](https://chbrown.github.io/licenses/MIT/#2019-2020).


