Metadata-Version: 2.2
Name: pybsc
Version: 0.1.64
Summary: A little useful library (like a Backscratcher).
Home-page: https://github.com/iory/pybsc
Author: iory
Author-email: ab.ioryz@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: coloredlogs
Requires-Dist: numpy
Requires-Dist: orjson
Requires-Dist: pyperclip
Requires-Dist: pyyaml
Requires-Dist: shapely
Requires-Dist: six
Requires-Dist: tqdm
Provides-Extra: image
Requires-Dist: PyTurboJPEG; extra == "image"
Requires-Dist: opencv-python; extra == "image"
Requires-Dist: pillow; extra == "image"
Requires-Dist: shapely; extra == "image"
Provides-Extra: video
Requires-Dist: opencv-python; extra == "video"
Requires-Dist: scikit-video; extra == "video"
Requires-Dist: tqdm; extra == "video"
Provides-Extra: tts
Requires-Dist: azure-cognitiveservices-speech; extra == "tts"
Requires-Dist: google-cloud-speech; extra == "tts"
Requires-Dist: google-cloud-texttospeech; extra == "tts"
Requires-Dist: pydub; extra == "tts"
Provides-Extra: all
Requires-Dist: PyTurboJPEG; extra == "all"
Requires-Dist: opencv-python; extra == "all"
Requires-Dist: pillow; extra == "all"
Requires-Dist: shapely; extra == "all"
Requires-Dist: opencv-python; extra == "all"
Requires-Dist: scikit-video; extra == "all"
Requires-Dist: tqdm; extra == "all"
Requires-Dist: azure-cognitiveservices-speech; extra == "all"
Requires-Dist: google-cloud-speech; extra == "all"
Requires-Dist: google-cloud-texttospeech; extra == "all"
Requires-Dist: pydub; extra == "all"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# pybsc

![PyPI](https://img.shields.io/pypi/v/pybsc.svg)
[![Build Status](https://github.com/iory/pybsc/workflows/Run%20Tests/badge.svg?branch=main)](https://github.com/iory/pybsc/actions)

A little useful library (like a Backscratcher).

## Install

```bash
pip install pybsc[all]
```
