Skip to content

prahaladramji/py-serialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serialization tool in python

An exercise to serialize user-data from a csv file to multiple formats. Tested with Python 2.7.15

Folder Structure

.
├── config.py       # configurations for file location etc.
├── modules         # classes to handle exporters and serializers.
├── output          # generated output files.
├── serialize.py    # CLi Tool <------ run this. 
├── test_data.csv   # User input data in csv format.
└── unit_tests.py   # Basic unit tests

Utilization

python serialize.py

Output generated formats

  • html
  • text

Serialized formats

  • json
  • pickle binary

About

An exercise to serialize user-data from a csv file to multiple formats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published