An open API service indexing awesome lists of open source software.

https://github.com/berquerant/pytools

small utilities
https://github.com/berquerant/pytools

python

Last synced: about 1 year ago
JSON representation

small utilities

Awesome Lists containing this project

README

          

# pytools

Small utilities.

## Usage

`pytools help` and `pytools help help`

## Commands

- `cronseq` generates schedules from cron expression.
- `exnw` makes a list of ip addresses from CIDR.
- `ip2bin` converts an ip address into binary.
- `revx` reverses a string.
- `xpath` selects html elements using xpath.
- `htmldump` dumps html elements in a row oriented form.
- `dot` generates a graph image.
- `sg` greps by given string set.
- `mdiff` compares two files like a map.
- `csvcut` cuts csv input.
- `jsondiff` compares jsons.
- `kvpair` parses key-value pairs.
- `join` combines rows.