Bug#1009672: ITP: kfilt -- filter Kubernetes resources

2022-04-13 Thread 陳昌倬
Package: wnpp
Severity: wishlist
Owner: ChangZhuo Chen (陳昌倬) 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: kfilt
  Version : 0.0.7
  Upstream Author : Ryan Eschinger
* URL : https://github.com/ryane/kfilt
* License : Apache-2
  Programming Lang: golang
  Description : filter Kubernetes resources

 kfilt is a tool that lets you filter specific resources from a stream
 of Kubernetes YAML manifests. It can read manifests from a file, URL,
 or from stdin.

 kfilt was primarily created to assist developers who are creating Helm
 charts or Kustomize bases. Often, when making changes, it is helpful to
 narrow down focus to a specific resource or set of resources in the
 output. Without kfilt, you might redirect output to a file for
 inspection in your text editor or to write complicated grep commands.
 kfilt makes it easy to filter the output to see just the resources you
 are currently interested in. Or, to exclude specific resources.

 You can also use kfilt to selectively apply (or delete) resources with
 kubectl.


This package will be maintained under go team.

-- 
ChangZhuo Chen (陳昌倬) czchen@{czchen,debian}.org
http://czchen.info/
Key fingerprint = BA04 346D C2E1 FE63 C790  8793 CC65 B0CD EC27 5D5B


signature.asc
Description: PGP signature


Bug#1009671: ITP: python3-parsimonious -- fastest pure-Python PEG parser

2022-04-13 Thread Josenilson Ferreira da Silva
Package: wnpp
Severity: wishlist
Owner: Josenilson Ferreira da Silva 
X-Debbugs-Cc: debian-devel@lists.debian.org, nilsonfsi...@hotmail.com

* Package name: python3-parsimonious
  Version : 0.9.0
  Upstream Author : Name  Erik Rose 
* URL : https://github.com/erikrose/parsimonious
* License : MIT/X
  Programming Lang: Python
  Description : fastest pure-Python PEG parser

visa ser o analisador de lookahead arbitrário mais rápido escrito
em Python puro - e o mais utilizável.
.
based on parsing expression grammars (PEGs), which means it is fed
with a simplified type of EBNF notation.
.
was designed to undergird a MediaWiki parser that wouldn't take 5
seconds or a GB of RAM to do one page, but it's applicable to all
sorts of languages.


Bug#1009623: ITP: python-hazwaz -- a python3 library to write command line scripts.

2022-04-13 Thread Elena ``of Valhalla''
Package: wnpp
Severity: wishlist
Owner: Elena ``of Valhalla'' 
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name: python-hazwaz
  Version : 0.0.1
  Upstream Author : Elena ``of Valhalla'' Grandi 
* URL : https://sr.ht/~valhalla/hazwaz/
* License : AGPLv3+
  Programming Lang: Python
  Description : a python3 library to write command line scripts.

This library helps reducing the copypasted boilerplate code used to
write argparse based command line programs, substituting it with tested
code that includes testing helpers.

This will become a dependency of the next version of lesana, and I will
maintain it together with it in the Python Team.