Loading pkgs/development/python-modules/azure-ai-projects/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, wheel, azure-core, azure-storage-blob, azure-ai-agents, isodate, typing-extensions, azure-cli, }: buildPythonPackage rec { pname = "azure-ai-projects"; version = "1.0.0"; pyproject = true; src = fetchPypi { pname = "azure_ai_projects"; inherit version; hash = "sha256-tfAwJMzw/VQ/vg9avMdORbFezMHHGrh/xxxjBh2f1jw="; }; build-system = [ setuptools wheel ]; dependencies = [ azure-core azure-storage-blob azure-ai-agents isodate typing-extensions ]; pythonImportsCheck = [ "azure.ai.projects" ]; meta = { description = "Microsoft Azure AI Projects Client Library for Python"; homepage = "https://pypi.org/project/azure-ai-projects/#history"; license = lib.licenses.mit; maintainers = azure-cli.meta.maintainers; }; } pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1293,6 +1293,8 @@ self: super: with self; { callPackage ../development/python-modules/azure-ai-documentintelligence { }; azure-ai-projects = callPackage ../development/python-modules/azure-ai-projects { }; azure-ai-vision-imageanalysis = callPackage ../development/python-modules/azure-ai-vision-imageanalysis { }; Loading Loading
pkgs/development/python-modules/azure-ai-projects/default.nix 0 → 100644 +49 −0 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, setuptools, wheel, azure-core, azure-storage-blob, azure-ai-agents, isodate, typing-extensions, azure-cli, }: buildPythonPackage rec { pname = "azure-ai-projects"; version = "1.0.0"; pyproject = true; src = fetchPypi { pname = "azure_ai_projects"; inherit version; hash = "sha256-tfAwJMzw/VQ/vg9avMdORbFezMHHGrh/xxxjBh2f1jw="; }; build-system = [ setuptools wheel ]; dependencies = [ azure-core azure-storage-blob azure-ai-agents isodate typing-extensions ]; pythonImportsCheck = [ "azure.ai.projects" ]; meta = { description = "Microsoft Azure AI Projects Client Library for Python"; homepage = "https://pypi.org/project/azure-ai-projects/#history"; license = lib.licenses.mit; maintainers = azure-cli.meta.maintainers; }; }
pkgs/top-level/python-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1293,6 +1293,8 @@ self: super: with self; { callPackage ../development/python-modules/azure-ai-documentintelligence { }; azure-ai-projects = callPackage ../development/python-modules/azure-ai-projects { }; azure-ai-vision-imageanalysis = callPackage ../development/python-modules/azure-ai-vision-imageanalysis { }; Loading