Metadata-Version: 2.0
Name: youtube-data-api3
Version: 0.0.9
Summary: A library to interact with Youtube.
Home-page: https://github.com/vtalks/youtube_data_api3
Author: Raül Pérez
Author-email: hellol@vtalks.net
License: Apache 2
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# youtube_data

A python3 library to interact with Youtube Data API.

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![CircleCI](https://circleci.com/gh/vtalks/youtube_data_api3.svg?style=svg)](https://circleci.com/gh/vtalks/youtube_data_api3)
[![codecov](https://codecov.io/gh/vtalks/youtube_data_api3/branch/master/graph/badge.svg)](https://codecov.io/gh/vtalks/youtube_data_api3)

## License

Copyright © 20015-2018 vtalks.net authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

