Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.