Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pablocerdeira/supremodecisoes
- Owner: pablocerdeira
- Created: 2013-04-19T08:55:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-01T12:10:42.000Z (over 11 years ago)
- Last Synced: 2023-03-12T07:53:23.761Z (almost 2 years ago)
- Language: Python
- Size: 605 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.