Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ao2pyv

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ao2pyv

Converts Archive.org video searches into PyVideo.org API submissions.

  • 0.1.1
  • PyPI
  • Socket score

Maintainers
1

ao2pyv

Converts Archive.org video searches into PyVideo.org API submissions.

Installation

Just pip install ao2pyv.

Examples

The quick and easy way::

$ ao2pyv --query 'pyconza2014' \
         --category 'PyCon ZA 2014' \
         --language 'English'

The explicit equivalent using a pipeline of commands::

$ ao2pyv \
    source.archive-org --query 'pyconza2014' \
    transform.ao2pyv --category 'PyCon ZA 2014' --language 'English' \
    sink.json -f -

Read the help for each of the commands in the pipeline::

$ ao2pyv --help
$ ao2pyv source.archive-org --help
$ ao2pyv transform.ao2pyv --help
$ ao2pyv sink.json --help

Usage

Usage: ao2pyv [OPTIONS] COMMAND1 [ARGS]... [COMMAND2 [ARGS]...]...

Options:

--version Show the version and exit. -q, --query TEXT Archive.org search query -c, --category TEXT Pyvideo category -l, --language TEXT Pyvideo language --help Show this message and exit.

Commands:

:sink.json: Output results to a file. :source.archive-org: Search archive.org for a query and return a... :source.json: Return results from a JSON file. :transform.ao2pyv: Transform a video result from archive.org to... :transform.none: Transform a video result not at all.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc