Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pablocerdeira/supremodecisoes

Análise de Decisões do Supremo
https://github.com/pablocerdeira/supremodecisoes

Last synced: 13 days ago
JSON representation

Análise de Decisões do Supremo

Awesome Lists containing this project

README

        

SupremoDecisoes
===============

Análise de Decisões do Supremo

**Main Files**

*main.py*
The main file. Create all the necessary analysis tables and views.

*analysis.py*
Some pandas based analysis. Still under development.

*create-reports-mysql.py*
Using the analysis tables and views, writes some basic reports on MySQL database (tables prefixed by rep_*)


**Support Files**

*libs.py*
All libraries used by main files.

*settings.py*
General settings and global variables used all over the main code.

*utils.py*
General functions used in one or more part of the code.

*MySQLtools.py*
MySQL functions and objects.