Skip to content

CLI tool to transform a file into a different format e.g. excel to json

License

Notifications You must be signed in to change notification settings

dlux/dluxparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT THIS PROJECT

https://travis-ci.com/dlux/dluxparser.svg?branch=master

This repository contains a CLI parser to transform a given file into a different type for instance excel to json.

dluxparser --help

For all supported file types or details of the input/output:

dluxparser --help
dluxparser log2json --help

INSTALLATION

Clone & install the repository

$ git clone https://github.com/dlux/dluxparser.git

$ pushd dluxparser
$ pip install -e ./

# OR Use provided Vagrant file
$ cd etc
$ vagrant up
$ vagrant ssh

# Verify installation:
$ pip list | grep dluxparser

# Usage
$ dluxparser --help

Package Structure

dluxparser
 ├── LICENSE
 ├── README.rst
 ├── requirements.txt
 ├── setup.cfg
 ├── setup.py
 ├── cmd
 │   ├── __init__.py
 │   ├── csv2json.py
 │   ├── log2json.py
 │   └── main.py
 ├── doc
 │   └── source
 │       └── README.rst -> ../../README.rst
 ├── tests
 │   ├── __init__.py
 │   ├── test_csv2json.py
 │   └── test_log2json.py
 ├── Vagrantfile
 └── post_install.sh

Uninstall package

$ pip uninstall dluxparser

References

Further information about technologies in use:

About

CLI tool to transform a file into a different format e.g. excel to json

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published