Metadata-Version: 2.1
Name: TechfinDataPipeline
Version: 0.0.2
Summary: UNKNOWN
Home-page: https://totvstfs.visualstudio.com/Techfin/_git/techfin-ds-golden-data-pipeline
Author: TOTVS Techfin
Author-email: guilherme.spadaccia@totvs.com.br
License: MIT
Keywords: TOTVS,Techfin,Golden Data Parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pycarol[dataframe]

# Techfin Golden Records Parser Pipeline
# Introduction 
This project is dedicated to TOTVS developers that works with Anticipation or Financial Cockpit projects.  
With this package you will be able to:
- Download the data from Carol platform
- Merge the data
- Clean the unneeded informations
- Get the last status from each installment considering all the history of payments events
- Parsing the NFe XML

# Getting Started
As first step you need to configure a .env file with Carol's authentication information.  
After this you can simply call: default_techfin_data_parser(connector_name) this function will return two pandas dataframes with receivables and payments already treated.

