https://github.com/berquerant/pytools
small utilities
https://github.com/berquerant/pytools
python
Last synced: about 1 year ago
JSON representation
small utilities
- Host: GitHub
- URL: https://github.com/berquerant/pytools
- Owner: berquerant
- Created: 2021-08-15T07:25:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T17:50:23.000Z (about 2 years ago)
- Last Synced: 2025-02-06T16:58:41.275Z (over 1 year ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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.