Skip to main content

Python API for AMPL

Project description

AMPL API is an interface that allows developers to access the features of the AMPL interpreter from within a programming language. All model generation and solver interaction is handled directly by AMPL, which leads to great stability and speed; the library just acts as an intermediary, and the added overhead (in terms of memory and CPU usage) depends mostly on how much data is read back from AMPL, the size of the model as such is irrelevant. Functions for directly assigning data to AMPL parameters and sets are provided, which can be used instead of the normal AMPL data reading procedures. AMPL API has been written with usability in mind, and it is easy to access its functionalities from C++, Java, C#, MATLAB, R and Python.

The AMPL API can function as an add-on to any existing AMPL installation. If you do not yet have an AMPL installation on the computer where you will be working with the API. Use our Community Edition to download a working version that can be installed quickly.

Documentation:

Repositories:

Release history Release notifications | RSS feed

Download files

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

Source Distribution

amplpy-0.8.6.tar.gz (1.8 MB view details)

Uploaded Source

Built Distributions

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

amplpy-0.8.6-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

amplpy-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

amplpy-0.8.6-cp311-cp311-macosx_10_9_universal2.whl (1.8 MB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)

amplpy-0.8.6-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

amplpy-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

amplpy-0.8.6-cp310-cp310-macosx_10_9_universal2.whl (1.8 MB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)

amplpy-0.8.6-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86-64

amplpy-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

amplpy-0.8.6-cp39-cp39-macosx_10_9_universal2.whl (1.8 MB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

amplpy-0.8.6-cp38-cp38-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.8Windows x86-64

amplpy-0.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

amplpy-0.8.6-cp38-cp38-macosx_10_9_universal2.whl (1.8 MB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)

amplpy-0.8.6-cp37-cp37m-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.7mWindows x86-64

amplpy-0.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

amplpy-0.8.6-cp36-cp36m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.6mWindows x86-64

amplpy-0.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

amplpy-0.8.6-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

amplpy-0.8.6-cp35-cp35m-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.5mWindows x86-64

amplpy-0.8.6-cp35-cp35m-manylinux2010_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

amplpy-0.8.6-cp35-cp35m-manylinux1_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.5m

File details

Details for the file amplpy-0.8.6.tar.gz.

File metadata

  • Download URL: amplpy-0.8.6.tar.gz
  • Upload date:
  • Size: 1.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6.tar.gz
Algorithm Hash digest
SHA256 ad0945d69f75e7762802bb54849009717fbcf226a6da6f37b539d9534bdcf68d
MD5 d009c13747825e74723d8824cca8b7be
BLAKE2b-256 55b774b617eeeb800c59964448b87ea5b9c53e12ed909f46248e51e3c6816861

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9cac1d0da393658c217637975eea30f323142d244b7065844d45fa54e8593279
MD5 5afe9df60bd27aeceb7efd815d1c04bd
BLAKE2b-256 1003ab74d430cfaef8e038e35d27f041baeb2c63189bbfdb6ee622289fa1a04d

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.6 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb6cee82875fde9cfa01667261a210444d61d78ca3e7fff9cbddae974ea16670
MD5 34a082a372980fedadba25a23c6a3cb1
BLAKE2b-256 04f404ae2e40c791b70325cce648fc72d744cd4c5f153355a7ef8c2917ff3a8a

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.11, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f726af603aa7faef56ec218a9dd22aae835b140f798b52b9364a61183824c317
MD5 6af2c313702f22a1e9f2f3ba93a31e92
BLAKE2b-256 5a566a19db2cecab8b5a8b07e65cf97c9c956fa1f64945d2cac4ea4734dacde0

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 87aa253cd59d3ff9f6d0ca969f5d727738ae1930bfb5c35ff668ceb7a187142e
MD5 9ea3096664c5df371ab3a6a178fc2b3e
BLAKE2b-256 303cbae63827d9461c42e62678930f0170a45062104a2bab25ca62b854a8375a

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e7df8746eebb17663bc227d6b52a713b7d817528b32c088826703ca4545d35ba
MD5 c60e42f28a8f8bb610adccc5571574d7
BLAKE2b-256 7eaaf8405a1509ed1a188700c89a6c9e1b8ce33f979d2097907ec8d743392ec8

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0dbea58f02073ffd376c8a106e595c59e0a36e0a55ef2e03d058081bbe0925c
MD5 da46f61e6b6f084e341e957d0dbbce58
BLAKE2b-256 0e6bf2422b9298e145301fb79dd106aac0eb11100f860c0aa7c739726ace22f9

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.10, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 debc1f195f6abd9a83bf04badb8fe1667580325c1ff0d554353df4ef0732eb12
MD5 150c36fa0912273b02c352e60b41b368
BLAKE2b-256 f3e54d5e6c2fd18e57c0dc5ca5c73dbd03df121fa8f0fad964f8c3a429e4bd57

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 7a467cefedc7ec439052f972c5c8745cc3a63813817ebeb0ae2ad96384ae63db
MD5 64012415abd203b89d38186c4a0fca03
BLAKE2b-256 986a4bf479e8649ababc9c6eccddd38041b0c2fb9c47ee692e438f3ae06da8c0

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a93f6cf014e33712635453ad0d3950d0ee94d7f1bcd1df9143684e5e5187a65d
MD5 77b9b18714d47783719749c9bf282188
BLAKE2b-256 d63fa8ed6c62160d56be9e0d700e2fb1bc51c3e37ff97c7dbe97c9e09207da95

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f7c15a4591b636bdace2186400ccfbe8b96a38aa162e4c51891dad43db656034
MD5 233f04ce399ea7f710add09e112ffaec
BLAKE2b-256 97db53fd8d7d1d5f69fa405fc6a2cc40a6c20a96d13004580b09cde2864be53e

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 70779e327cb144797336b35719a9323857a10b151ea8f1c22faa9f9a5a049b23
MD5 34f125cc8c09dbf684418221c6c4b7b9
BLAKE2b-256 1595fbb0550637b38cb8c2d87d524efef3f0b2e2f49b0d20678a798869577546

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d57b95773fdcd8c5ce4f3872b86b0243327ac3186ac9032ec644eaf76e3da94d
MD5 e42272e79f673950e39886277ed7fd83
BLAKE2b-256 30aeea57c593b38037c81c7f07e89db91384dce4eccc1e8bf4d1c03824b73530

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 98873db29c610e033280d216f5337baf52dc0caa4d72d96c100cf0876fb3d266
MD5 39c5f65c6278bda36264fc75917eac64
BLAKE2b-256 aad114f8347dc87b152b1eebf491937360699becaf6521c57c52bebec1d2e7be

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da9d5ad93c44ceda40a9df9fe83aac47d8caa98329964ca6140180b75840e3f0
MD5 58dad0073aa4de0f7ca79eabc64c6401
BLAKE2b-256 92988fcb8e0ab697cc6131afb71c75a3864eb2ee014c26120d3d5f484a37de6c

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97756e63169b8303c594027900ac0da69af6a8559f1b7185b570113f850b00db
MD5 f7d9a09f437c0b8bda1238f8d1a99bc9
BLAKE2b-256 c009fada0752b3f0a45e1836809df5a9b883dfde00b91e981a5bb5145549dc57

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp38-cp38-macosx_10_9_universal2.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 1c5f00c5dc5bb8b2f0848fa4c8ef55a8220ad670db729d1b0edbea9dc985e268
MD5 62212ee81c91b0d20cd3f7e36925cfe2
BLAKE2b-256 b52dc1d4b80afc87f17dfd570b69482c8ddb1693b1edcbb7d51f155d0618389d

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f43edc56051103688f241c9d92567b5ac0911fbd2ae6fb6367a054ba63b83d09
MD5 b082045f699dd21e4199d24c55417a34
BLAKE2b-256 a744d35f07b147e0182cb0f4469dd8dd937be837cebffcf3bec14877e45fd2b3

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3579580140ad2bf13450eb4f40edf93707f2702b25aa2fa5ac68b1280ae06a5a
MD5 270e896faab5c59b9f53364d6f095b17
BLAKE2b-256 cb83103333e6ce748635402916efbf918e89783aedf6c82c1f4dddeec99e5c05

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4f14e2362296e31b5dda42f5c70637d6254f4f387a1c00b7ded8392db55b1cb
MD5 6c4ea0e041b8dc025d52976cd5d85f1d
BLAKE2b-256 874836fb4eae15da42df631ab0867cf195196c01624a6ad2a0b1f522210e6c01

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 b5ec1fea68e3daa5df08b46e4d0feb11a6a40bceeb43e20a6fb9c3d0988f7607
MD5 3763f851fc97ebbfa7e51cb13cd3feec
BLAKE2b-256 d03bfa673b91bbf092ea03e36c572b55e6e606edb45f31cae2b344efd37fb7b8

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0477145bbf42dcde412bc4cbf444fc104a492ac6b72e47a4f07cb240796dd63c
MD5 ef67296756e6947b05c1388749a06a9f
BLAKE2b-256 a9dbd8c20beee5f407571ea97d7b315a595b4343dadb71ee42846b360661c467

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d907a5d64bc812ce1e07e284c4657712fc35fe955da4a2a6ae58c57dbdd1191
MD5 7b14062d1102c6cb0e48517e0dcb725e
BLAKE2b-256 a434d9e28761c1ddff857b37662da250496b5740cf080ab3a378b8cdad69b085

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 49fbf444fc1b54f857659f1e7662729f0f1dd654b571c8a6b03bb593b931479c
MD5 bcb2568a1fa80ad1ab71b0436c2ab0e6
BLAKE2b-256 e3c8565a0ccf2396384fea40f066bba760a18f46493bdf4960ca9441a3da2a5c

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e35f471c63a218268ecfc8db3a71d93b2262d3853254266754835bc31dbd3dec
MD5 167e1c41aa14258445dfc9edcdd956c5
BLAKE2b-256 08b718751e8b379e719a685530a7135715bbd301c214ef8f93acb2d7313aa729

See more details on using hashes here.

File details

Details for the file amplpy-0.8.6-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: amplpy-0.8.6-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.1 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.3 tqdm/4.63.1 importlib-metadata/4.11.3 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.13

File hashes

Hashes for amplpy-0.8.6-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5919bdcaadf21bb493ca93be376511475b2bbf789ab14d345e5c6da37f9910df
MD5 bc43de659bcf4af75c2c22bb1b750a03
BLAKE2b-256 7f157a1b5189570bdf5f9a3dd31c998311dfed73c17d758f44b2058758477cb6

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