Installation
This library supports Python 3.6 and newer.
Dependencies
These following distributions will be installed automatically when installing Python-Youtube.
- requests: is an elegant and simple HTTP library for Python, built for human beings.
- Requests-OAuthlib: uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
- isodate: implements ISO 8601 date, time and duration parsing.
Installation
You can install this library from PyPI
$ pip install --upgrade python-youtube
You can also build this library from source
$ git clone https://github.com/sns-sdks/python-youtube.git
$ cd python-youtube
$ make env
$ make build
Testing
Run make env
after you have installed the project requirements.
Once completed, you can run code tests with
$ make tests-html