Skip to content

Data converter for converting from/to JSON and CSV written in Python

Notifications You must be signed in to change notification settings

raybergholm/shapeshifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shapeshifter: a tiny standalone Python JSON/CSV data converter

Are you sitting between developers using JSON APIs and business analysts using Excels and CSVs? Does your job require a lot of tedious data conversion from/to JSON and CSV? Do you have to deal with JSON APIs that regurgitate half of the database on every endpoint, regardless of what you actually need?

If the answer was yes, look no further than here. This library lets you convert JSON -> CSV or CSV -> JSON in one terminal command, or it can be embedded into another Python script as a dependency.

Now, what are you looking for?

I want a quick command line script to do the work for me

Check out the docs for the command line script

I want a module that I can use in my own Python code

Check out the docs for the module

What's changed?

Check out the changelog here

Branching and versions?

The master branch - the latest release The development branch - the latest version under development, should be at least semi-stable. The experimental branch - any experimental features, may or may not be stable. Hic sunt dracones.

What's on the horizon for this repo?

Check out the roadmap here

About

Data converter for converting from/to JSON and CSV written in Python

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published