1 { buildPythonPackage, lib, fetchPypi, requests }:
3 buildPythonPackage rec {
9 sha256 = "2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7";
12 propagatedBuildInputs = [ requests ];
17 description = "Simple Python interface to epsg.io";
18 license = licenses.lgpl3;
19 homepage = "https://pyepsg.readthedocs.io/en/latest/";
20 maintainers = with maintainers; [ mredaelli ];