···11-{ lib,
22- fetchFromGitHub,
33- buildPythonPackage,
44- boto,
55- inflection,
66- pytest,
77- mock,
88- requests,
99- six,
1010- urllib3 }:
1111-1212-buildPythonPackage rec {
1313- pname = "qds_sdk";
1414- version = "1.16.1";
1515-1616- # pypi does not contain tests, using github sources instead
1717- src = fetchFromGitHub {
1818- owner = "qubole";
1919- repo = "qds-sdk-py";
2020- rev = "V${version}";
2121- sha256 = "05c7g63rcvvi4fgkcfsxh2a6hwlffbs18dhki222s5rpc49wi8zi";
2222- };
2323-2424- propagatedBuildInputs = [
2525- boto
2626- inflection
2727- requests
2828- six
2929- urllib3
3030- ];
3131-3232- nativeCheckInputs = [ pytest mock ];
3333- checkPhase = ''
3434- py.test --disable-pytest-warnings tests
3535- '';
3636-3737- meta = with lib; {
3838- description = "A Python module that provides the tools you need to authenticate with, and use the Qubole Data Service API";
3939- homepage = "https://github.com/qubole/qds-sdk-py";
4040- license = licenses.asl20;
4141- maintainers = with maintainers; [ shahrukh330 ];
4242- };
4343-}
+1
pkgs/top-level/python-aliases.nix
···351351 PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
352352 pywick = throw "pywick has been removed, since it is no longer maintained"; # added 2023-07-01
353353 qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
354354+ qds_sdk = qds-sdk; # added 2023-10-21
354355 Quandl = quandl; # added 2023-02-19
355356 qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
356357 rabbitpy = throw "rabbitpy has been removed, since it is unmaintained and broken"; # added 2023-07-01