jc
Output converter
A CLI tool and Python library to convert output of various command-line tools and file-types into standardized formats for easier parsing in scripts.
CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.
8k stars
28 watching
210 forks
Language: Python
last commit: about 1 month ago
Linked from 4 awesome lists
bashbash-scriptingclicommand-linecommand-line-interfacecommand-line-toolconvertjsonlinuxparserspythonpython-libraryscriptingserializeshell-scriptingyaml
Related projects:
Repository | Description | Stars |
---|---|---|
jsonpickle/jsonpickle | Converts complex Python objects to JSON and vice versa. | 1,260 |
cdgriffith/box | A Python library for creating dictionaries with advanced access features. | 2,618 |
jakevdp/pythondatasciencehandbook | An online guide and set of executable Jupyter notebooks providing an introduction to core libraries for data science in Python. | 43,214 |
skorch-dev/skorch | A library that wraps PyTorch to implement scikit-learn compatible neural networks | 5,881 |
jvns/pandas-cookbook | A comprehensive guide to getting started with Python's pandas library using real-world data examples | 6,664 |
getsentry/responses | A utility library to mock out the requests Python library for testing purposes. | 4,166 |
ujjwalkarn/datasciencepython | A curated list of tutorials and resources for learning Python for data science, machine learning, and other related topics. | 5,274 |
satwikkansal/wtfpython | Explains counter-intuitive aspects of Python programming | 35,778 |
wesm/pydata-book | Materials and IPython notebooks for data analysis with Python | 22,248 |
elastic/elasticsearch-dsl-py | A Python client for Elasticsearch query building and execution | 3,838 |
dry-python/returns | A tool to write safer and more readable Python code by providing primitives and helpers for functional programming and type-safe interfaces. | 3,594 |
mpkocher/qpyson | A commandline tool to explore, transform, or munge JSON files using Python | 5 |
zedr/clean-code-python | A set of guidelines and best practices for writing readable, maintainable, and efficient Python code. | 4,443 |
kennethreitz/responder | A unifying Python framework that combines features from Flask and Falcon to provide a flexible and performant web service architecture. | 3,592 |
doloopwhile/pyjq | A Python binding for a JSON processor that allows transforming and filtering structured data | 196 |