Giter Club home page Giter Club logo

visidata-plugin's Introduction

VisiData plugin cookiecutter template

Documentation:

You can use this template with cookiecutter, or create a new repository based on the template and modify by hand.

Requirements

Usage

Run cookiecutter gh:visidata/visidata-plugin and then answer the prompts. This will help set the fundamentals for your plugin structure.

If you are not using cookiecutter, rename {{cookiecutter.plugin_name}}.py to the name of your plugin, and add the plugin code to it.

Publishing your plugin

To publish a plugin:

  1. Make public Github repo with your .py file.
  2. Fork [visidata:dlc](https://github.com/visidata/dlc)
  3. Add a row to `visidata-plugins.jsonl' with all of the necessary information. (If using cookiecutter, it will create a template for your row in plugins-sample.jsonl.)
  • name: short name of the plugin (like vfake). Less than 20 characters.
  • description: a one-line searchable description of the core features. Less than 1000 characters.
  • maintainer: like Your Name <[email protected]>.
  • latest_release: date of most recent release, ISO formatted like 2020-02-02.
  • latest_ver: version of most recent release, like v1.4.
  • url: link to the primary page (which may be the raw .py file itself, if it describes itself effectively).
  • visidata_ver: version of VisiData required, like v2.0.
  • pydeps: space-separated list of PyPI dependencies (like in requirements.txt).
  • vdplugindeps: space-separated list of vd plugin dependencies.
  • sha256: SHA256 hash of plugin .py of most recent release. A script for obtaining this has can be found in vdhash.py.
  1. Submit a PR to the visidata/dlc repo.
  2. We will do basic review and then merge the PR.
  3. VisiData users will be able to see the plugin using plugins-sheet within 24 hours.

visidata-plugin's People

Contributors

anjakefala avatar jonbaer avatar saulpw avatar

Watchers

 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.