Metadata-Version: 2.1
Name: clioetxt
Version: 2.1
Summary: A module to extract, transform (search, invert, format) and load text file or csv file
Home-page: UNKNOWN
Author: Cheny Lioe
Author-email: chenylioe@yahoo.com
License: UNKNOWN
Keywords: txt file,csv file
Platform: UNKNOWN

This is the first python project that I created and shared with pypi.
I like working with excel file - importing and exporting data and data transformation using VBA, DAX and M-Code.
This module is created to handle text file data by importing data for searching, adding data, inverting data and formatting data.
Once the data is finalised, you can use "export_txt" function to convert it to text file.
I will work on adding more useful function later in future.

- Cheny Lioe -

--
Read the documentation after you install the package:
$ python -m pydoc -p 8000
Server ready at http://localhost:8000/
Server commands: [b]rowser, [q]uit
server> b
Then browse to clioetxt(package) to read documentation

Package contents:

1. load_txt
2. transform


