Sebastian Thiel 087a0762ac feat(mako-render): multiple input-outputs per call
That way, we read the data files only once, but produce all the outputs
we need. Together with a powerful makefile, we have a multi-invocation
with proper depedency tracking.
Everything will be regenerated though, even though just a single input
template file changed.

The alternative would be to have one dependency and invocation per
input dependency, but that will read the entire json each time.

Let's see what's faster/more useful during development.
2015-03-01 17:44:02 +01:00
2015-02-27 10:23:31 +01:00
2015-02-27 10:23:31 +01:00
2015-02-27 10:23:31 +01:00

Youtube is a library written in Rust to help interacting with your youtube account. For now, all functionality is geared towards allowing interruptible video uploads and adjustments of video meta-data.

The library works using the builder pattern. If builders are instantiated, you will need to provide the minimal information right off the bat. Further calls to the builder allow to configure it. Some configuration will be in the form of callbacks, which allows you to control internal loops or behaviour.

It's the goal of each builder to maximize the chances of a successful result, and it will provide enough callbacks to be resilient against network errors, and authorization failures which require the token to be refreshed.

You will need authorization to perform most of the operations implemented here - it can be obtained and handled using the yup-oauth2 library.

License

The license of everything not explicitly under a different license are licensed as specified in LICENSE.md.

What follows is a list of other material that is licensed differently.

Description
No description provided
Readme 477 MiB
Languages
Rust 99.8%
Python 0.1%