about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-01-23 09:58:23 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-23 09:58:23 +0100
commitb1770afd23a7a1ebb4e5bccd8d34dfb3a58a4341 (patch)
tree5deb8d190d267ff38a71755e6b8bab6475f305f8 /pkgs/top-level
parent249c4bf19ec6ac5e26d277445505adf0ca2f2fb7 (diff)
python311Packages.typeshed-client: init at 2.4.0
Retrieve information from typeshed and other typing stubs

https://github.com/JelleZijlstra/typeshed_client
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 427b753a922c4..8c61521948805 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -15554,6 +15554,8 @@ self: super: with self; {
 
   typesentry = callPackage ../development/python-modules/typesentry { };
 
+  typeshed-client = callPackage ../development/python-modules/typeshed-client { };
+
   typesystem = callPackage ../development/python-modules/typesystem { };
 
   typical = callPackage ../development/python-modules/typical { };