Skip to main content

Type stubs for gurobipy

Project description

gurobipy-stubs

This package provides type hints for gurobipy, the Python API for Gurobi. These stubs help you to write typed Python code, and enhance many IDE's built-in auto completion features.

Example

With this type stubs package installed, static type checkers such as mypy willl be able to verify the types given in source code annotations like in this example:

import gurobipy as gp

m: gp.Model = gp.Model()
v: gp.Var = m.addVar()
m.optimize()
vval: float = v.X

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gurobipy_stubs-0.0.1.dev1-py3-none-any.whl (12.5 kB view details)

Uploaded Python 3

File details

Details for the file gurobipy_stubs-0.0.1.dev1-py3-none-any.whl.

File metadata

  • Download URL: gurobipy_stubs-0.0.1.dev1-py3-none-any.whl
  • Upload date:
  • Size: 12.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.7

File hashes

Hashes for gurobipy_stubs-0.0.1.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 56de29ac2762dba49e21f82a517757966613ee003a0f3051826961d79521152d
MD5 cf35254c0f1a22c90cbf975a2ae04a1c
BLAKE2b-256 ded44b69b54ac550a8f003ae484e54676e6fd9ccdd8ff0a9b92d24a1cfd13341

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page