Bug#1035666: ITP: fx -- Terminal JSON viewer

2023-05-07 Thread Yinuo Deng

Package: wnpp
Severity: wishlist
Owner: Yinuo Deng 

* Package name: fx
  Version : 24.1.0-1
  Upstream Author : Anton Medvedev
* URL : https://github.com/antonmedv/fx
* License : Expat
  Programming Lang: Go
  Description : Terminal JSON viewer

 ** Function eXecution*
 .
 Features
 .
  * Mouse support
  * Streaming support
  * Preserves key order
  * Preserves big numbers
 .
 Install
 .
   brew install fx
 .
   snap install fx
 .
   scoop install fx
 .
   pacman -S fx
 .
   pkg install fx
 .
   go install github.com/antonmedv/fx@latest
 .
 Or download pre-built binary (https://github.com/antonmedv/fx/releases)
 via:
 .
   curl https://fx.wtf/install.sh | sh
 .
 Take a look at the JavaScript version of the fx: npm i fx
 (/npm/README.md).
 .
 Usage
 .
 Start the interactive viewer via:
 .
   fx data.json
 .
 Or
 .
   curl ... | fx
 .
 Type ? to see full list of key shortcuts.
 .
 Pretty print:
 .
   curl ... | fx .
 .
 Reducers
 .
 Write reducers in your favorite language: JavaScript (/doc/js.md)
 (default), Python (/doc/python.md), or Ruby (/doc/ruby.md).
 .
   fx data.json '.filter(x => x.startsWith("a"))'
 .
   fx data.json '[x["age"] + i for i in range(10)]'
 .
   fx data.json 'x.to_a.map {|x| x[1]}'
 .
 Documentation
 .
 See full documentation (/doc/doc.md).
 .
 Themes
 .
 Theme can be configured by setting environment variable FX_THEME from 1
 to 9:
 .
   export FX_THEME=9
 .
 .
 Add your own themes in theme.go (/pkg/theme/theme.go) file.
 .
 License
 .
 MIT (/LICENSE)


As requested in #1018794



Bug#1034281: RFS: golang-github-mazznoer-colorgrad/0.9.1-1 [ITP] -- Go (Golang) color scales library for maps, charts, data-visualization & creative coding.

2023-04-12 Thread Yinuo Deng

Package: sponsorship-requests
Severity: wishlist
X-Debbugs-CC: debian...@lists.debian.org

Dear mentors,

I am looking for a sponsor for my package 
"golang-github-mazznoer-colorgrad":


 * Package name : golang-github-mazznoer-colorgrad
   Version  : 0.9.1-1
   Upstream contact : TODO
 * URL  : https://github.com/mazznoer/colorgrad
 * License  : Expat, Apache
 * Vcs  : N/A
   Section  : golang

I'm packaging this since it is a dependency of fx, which is requested in 
#1018794.


Since this is a Go library, I CC'ed the Golang list. I do not have an 
active Salsa account (registered but not activated yet) so I left the 
Vcs part empty, but the package itself is already on the Mentor system.


Thanks!


#The following part is generated by the Mentor system

The source builds the following binary packages:

  golang-github-mazznoer-colorgrad - Go (Golang) color scales library 
for maps, charts, data-visualization & creative coding.


To access further information about this package, please visit the 
following URL:


  https://mentors.debian.net/package/golang-github-mazznoer-colorgrad/

Alternatively, you can download the package with 'dget' using this command:

  dget -x 
https://mentors.debian.net/debian/pool/main/g/golang-github-mazznoer-colorgrad/golang-github-mazznoer-colorgrad_0.9.1-1.dsc


Changes for the initial release:

 golang-github-mazznoer-colorgrad (0.9.1-1) UNRELEASED; urgency=medium
 .
   * Initial release. (Closes: #1034277)

Regards,
--
  Yinuo Deng


OpenPGP_0x5C20291110F05188.asc
Description: OpenPGP public key


OpenPGP_signature
Description: OpenPGP digital signature


Bug#1034277: ITP: golang-github-mazznoer-colorgrad -- Go (Golang) color scales library for maps, charts, data-visualization & creative coding

2023-04-11 Thread Yinuo Deng

Package: golang-github-mazznoer-colorgrad
Severity: wishlist

* Package name: golang-github-mazznoer-colorgrad
  Version : 0.9.1
  Upstream Author : Nor Khasyatillah
* URL : https://github.com/mazznoer/colorgrad
* License : MIT
  Programming Lang: Go
  Description : Go (Golang) color scales library for maps, charts, 
data-visualization & creative coding


Go (Golang) color scales library for maps, charts, data-visualization & 
creative coding


This is a dependency of fx, which is request in #1018794.