Git Product home page Git Product logo

vsrepo's Introduction

VSRepo

A simple package repository for VapourSynth. It is implemented in a way that keeps no state between invocations and can therefore be pointed at any pre-existing plugin and script directory.

All packages are by default installed to the per user plugin autoload directory and the per user Python site-packages directory. If you're using a portable install of VapourSynth simply use the -p switch.

By default binaries matching the platform Python is running on are installed. This can be overridden by adding -t win32 or -t win64 to the commandline.

Usage

Install plugins and scripts. Identifier, namespace, modulename and name are searched for matches in that order.

vsrepo.py install havsfunc ffms2 d2v

Update all installed packages to the latest version.

vsrepo.py upgrade-all

Fetch latest package definitions.

vsrepo.py update

List all currently installed packages.

vsrepo.py installed

List all known packages. Useful if you can't remember the namespace or identifier.

vsrepo.py available

Remove all files related to a package. Dependencies are not taken into consideration so uninstalling plugins may break scripts.

vsrepo.py uninstall nnedi3

VSRUpdate

VSRUpdate.py has two main purposes. The compile command which combines all the individual package files into one distributable file and update-local which queries the github api and tries to automatically add all new releases.

It's only useful if you want to update or add new packages.

Usage example:

vsrupdate.py update-local -o -g <github token>
vsrupdate.py compile

vsrepo's People

Contributors

4re avatar akarinvs avatar cid-chan avatar cshmnyfy avatar end-of-eternity avatar ichunjo avatar ifb avatar justintarthur avatar masaiki avatar myrsloik avatar orangechannel avatar pyguy2 avatar rivenskaye avatar setsugennoao avatar stuxcrystal avatar sukerokushin avatar thechaoscoder avatar vxzms avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.