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