An open source initiative for data democratization between BRICS countries.
Share data from BRICS countries with the whole world in a transparent and democratic way. Information is free!
Just run on your favorite terminal:
uv run main.py
.
├── README.md
├── data
│ └── countries.txt
├── main.py
├── pyproject.toml
└── tests
└── test_brics_countries.py
Collaboration is welcome. But you need to be from BRICS. Feel free to open issues or PRs.
This repository uses Ruff.
To run tests you can:
uv run pytest tests/