---
title: "Open Source Software"
subtitle: "Python and Stata packages for economic data access and reproducible research"
page-layout: full
---
```{=html}
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ItemList",
"name": "Open Source Software Packages",
"description": "Python and Stata packages for economic data access and reproducible research",
"itemListElement": [
{
"@type": "SoftwareApplication",
"position": 1,
"name": "enahodata",
"description": "Python package for simplified access to Peru's National Household Survey (ENAHO) microdata",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"programmingLanguage": "Python",
"codeRepository": "https://github.com/MaykolMedrano/enahodata",
"author": {
"@type": "Person",
"name": "Maykol Medrano"
},
"license": "https://opensource.org/licenses/MIT",
"url": "https://pypi.org/project/enahodata",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
{
"@type": "SoftwareApplication",
"position": 2,
"name": "usebcrp",
"description": "Python client for the Central Reserve Bank of Peru (BCRP) statistical API",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"programmingLanguage": "Python",
"codeRepository": "https://github.com/MaykolMedrano/usebcrp",
"author": {
"@type": "Person",
"name": "Maykol Medrano"
},
"license": "https://opensource.org/licenses/MIT",
"url": "https://pypi.org/project/usebcrp",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
{
"@type": "SoftwareApplication",
"position": 3,
"name": "usecasen",
"description": "Python tools for working with Chile's National Socioeconomic Characterization Survey (CASEN)",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"programmingLanguage": "Python",
"codeRepository": "https://github.com/MaykolMedrano/usecasen",
"author": {
"@type": "Person",
"name": "Maykol Medrano"
},
"license": "https://opensource.org/licenses/MIT",
"url": "https://pypi.org/project/usecasen",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
},
{
"@type": "SoftwareApplication",
"position": 4,
"name": "usebcch",
"description": "Python client for the Central Bank of Chile's statistical database",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Cross-platform",
"programmingLanguage": "Python",
"codeRepository": "https://github.com/MaykolMedrano/usebcch",
"author": {
"@type": "Person",
"name": "Maykol Medrano"
},
"license": "https://opensource.org/licenses/MIT",
"url": "https://pypi.org/project/usebcch",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
]
}
</script>
```
I build and maintain open-source tools that democratize access to economic data across Latin America. These packages are designed for researchers, analysts, and policymakers working on development economics, social policy evaluation, and quantitative research.
---
## Python Packages for Latin American Data
**enahodata** — Peru Household Survey Access
[](https://pypi.org/project/enahodata)
[](https://pypi.org/project/enahodata)
[](https://github.com/MaykolMedrano/enahodata/blob/main/LICENSE)
[](https://github.com/MaykolMedrano/enahodata)
[GitHub](https://github.com/MaykolMedrano/enahodata) · [PyPI](https://pypi.org/project/enahodata)
Python package for simplified access to Peru's National Household Survey (ENAHO) microdata. Download, process, and analyze data on poverty, employment, education, health, and household characteristics using pandas-compatible functions.
---
**usebcrp** — Central Reserve Bank of Peru API
[](https://pypi.org/project/usebcrp)
[](https://pypi.org/project/usebcrp)
[](https://github.com/MaykolMedrano/usebcrp/blob/main/LICENSE)
[](https://github.com/MaykolMedrano/usebcrp)
[GitHub](https://github.com/MaykolMedrano/usebcrp) · [PyPI](https://pypi.org/project/usebcrp)
Python client for the Central Reserve Bank of Peru (BCRP) statistical API. Programmatic access to macroeconomic indicators, monetary policy data, and national accounts with pandas integration.
---
**usecasen** — Chile Socioeconomic Survey Tools
[](https://pypi.org/project/usecasen)
[](https://pypi.org/project/usecasen)
[](https://github.com/MaykolMedrano/usecasen/blob/main/LICENSE)
[](https://github.com/MaykolMedrano/usecasen)
[GitHub](https://github.com/MaykolMedrano/usecasen) · [PyPI](https://pypi.org/project/usecasen)
Python tools for working with Chile's National Socioeconomic Characterization Survey (CASEN). Facilitates multidimensional poverty analysis and social policy evaluation.
---
**usebcch** — Central Bank of Chile Database Client
[](https://pypi.org/project/usebcch)
[](https://pypi.org/project/usebcch)
[](https://github.com/MaykolMedrano/usebcch/blob/main/LICENSE)
[](https://github.com/MaykolMedrano/usebcch)
[GitHub](https://github.com/MaykolMedrano/usebcch) · [PyPI](https://pypi.org/project/usebcch)
Python client for the Central Bank of Chile's statistical database. Retrieve time series data on inflation, GDP, exchange rates, financial indicators, and external sector statistics.
---
## Stata Packages
**enahotools** — ENAHO Data Processing for Stata
[](https://github.com/MaykolMedrano/enahotools)
[](https://github.com/MaykolMedrano/enahotools/blob/main/LICENSE)
[GitHub](https://github.com/MaykolMedrano/enahotools)
Stata package for processing and analyzing Peru's National Household Survey (ENAHO). Automated data cleaning, variable labeling, and survey-weighted estimation commands.
---
## Impact & Philosophy
These packages are part of my commitment to **open science** and **data democratization**. By lowering barriers to access public data, I aim to enable more rigorous research and evidence-based policymaking across Latin America.
All tools are open-source (MIT License), actively maintained, and built with reproducibility in mind.