Skip to content

Walker088/nominas-py

Repository files navigation

nominas-py

Simple analysis of the Paraguayan official officers, data source: https://datos.hacienda.gov.py/data/nomina/descargas

Config File

[postgres]
HOST = "localhost"
PORT = "5432"
DB = "your_postgres_db_name"
USER = "your_postgres_user"
PASS = "your_postgres_pass"

[nominas]
RESOURCE = "https://datos.hacienda.gov.py/odmh-core/rest/nomina/datos"
ST_MONTH_YEAR = "2013-12"
FORCE_DOWNLOAD = false

About

Simple analysis of the Paraguayan official officers, data source: https://datos.hacienda.gov.py/data/nomina/descargas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published