Thank you for your interest in contributing! 🐍
git clone https://github.com/juanmoisesd/latamdata-py.git
cd latamdata-py
pip install -e ".[dev]"
pre-commit install- Open a feature request
- Include: dataset name, source URL, DOI, description, and sample access code
- Use the bug report template
- Include Python version, OS, and steps to reproduce
- Fork the repository
- Create a feature branch:
git checkout -b feature/add-new-dataset - Write tests in
tests/ - Ensure
pytestandflake8pass - Open a Pull Request
- Format with black:
black . - Lint with flake8:
flake8 . - Sort imports with isort:
isort . - Pre-commit hooks handle this automatically
pytest tests/ -vSee CODE_OF_CONDUCT.md.
See CITATION.cff.