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.9.0.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.9.0-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

amplpy-0.9.0-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.9.0-cp311-cp311-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

amplpy-0.9.0-cp311-cp311-macosx_10_9_universal2.whl (1.9 MB view details)

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

amplpy-0.9.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

amplpy-0.9.0-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.9.0-cp310-cp310-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

amplpy-0.9.0-cp310-cp310-macosx_10_9_universal2.whl (1.9 MB view details)

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

amplpy-0.9.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

amplpy-0.9.0-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.9.0-cp39-cp39-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

amplpy-0.9.0-cp39-cp39-macosx_10_9_universal2.whl (1.9 MB view details)

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

amplpy-0.9.0-cp38-cp38-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.8Windows x86-64

amplpy-0.9.0-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.9.0-cp38-cp38-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

amplpy-0.9.0-cp38-cp38-macosx_10_9_universal2.whl (1.9 MB view details)

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

amplpy-0.9.0-cp37-cp37m-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.7mWindows x86-64

amplpy-0.9.0-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.9.0-cp37-cp37m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

amplpy-0.9.0-cp36-cp36m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.6mWindows x86-64

amplpy-0.9.0-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.9.0-cp36-cp36m-macosx_10_9_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

amplpy-0.9.0-cp35-cp35m-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.5mWindows x86-64

amplpy-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.5mmanylinux: glibc 2.12+ x86-64

amplpy-0.9.0-cp35-cp35m-manylinux1_x86_64.whl (4.2 MB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: amplpy-0.9.0.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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0.tar.gz
Algorithm Hash digest
SHA256 478289469a8e030ca2652e5425e74ec9fc4423596fc5f2fec19170ad7e0e1b83
MD5 acbfd9289986a2ee16606bb4ddcdb4a2
BLAKE2b-256 474560006808ce4061d84e19e2a957beaaacf8b59efd0475323f1be06f011540

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3969e20f3baefad8305a3d7ce1f3add2b756e1e2735c2f77d3a4036cfda167f8
MD5 aa7cfa3f52173616d540100fd598d182
BLAKE2b-256 f80c66b1727811d6fb93c92d5bf0ecf00072041a66b0c8fd4dc9d51b34a5a7e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7b04bbb34346122d7a76a797e62ad4d2f2a6b23a1793e7589f3de1a37c97a756
MD5 3458463ceff89e04eee342f37c1d7df3
BLAKE2b-256 963985144b1fc2b71a6ec7e6f473e7a05fd91f186e14beb3a36efbadb5f7fc1a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b1f8803e2a722975b1320f2ba87770c91e145470e226722d21c08d80f46a8ec7
MD5 f3726843bba7b8513c658f1a7ab39674
BLAKE2b-256 b85b0cf0c5bcb03b897b506b5b15a6be43c7f483986bae5c4e1d29cffe23cc36

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp311-cp311-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.9 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0b9be195fdf70b9b508b9b67d1b81d8b6a7c3e629ad48c0abebf5560c1bcfcd2
MD5 06b213674c923d469e4f2fea0c4d0e58
BLAKE2b-256 6eba2a8493e81f17096388ca500100b86124f31d21aef12021d5481385519d26

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8be8eeda61ada5bdcb7e47e6abd87a05215837bc7ca81cb5eafa808694318313
MD5 1815508dc9a2f6ca5d62b75569e7f38a
BLAKE2b-256 705763cb85f9a84b684faa12cad9963687ce4b9bbd87308043c842e2526062fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cdaecc00596778986da164e805fdb130243034f23c9e95846bb2cf663ed975cc
MD5 fb9519d90430f63b0c046b88190a3403
BLAKE2b-256 6eacb5f00ea2b55cd5a6d03b76efb3ee32ee0fa0673dbd301a27ed15246b1328

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ff6a07c48cb2a29b1a0fdcf0ec643f64ea32991ba84128c4fd59219a96435326
MD5 91a68eb4c360a8b890338c571bb16b9c
BLAKE2b-256 763c9cf9a3f49325f7dde3b0e67457d050e135fc3e7db853a82e1431586361c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp310-cp310-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.9 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 558a75d15e2f7ddb3b89e9fb2aa3de44e518e9adec52c88abccbd5222916939e
MD5 c160cab564e8a8af58bd869aa350232c
BLAKE2b-256 ba6fcd30271f5d9c031ea35ff6dc634b0e2f2d3eb6f51b234ccddb5a2c2b759f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 82b3a6be1b7627ca8eb2d736f1f82483969c536cbb411096159f472e094efded
MD5 7a0ab8419259eabeb0ced9aaad390be6
BLAKE2b-256 a8b4b3473e49c5b7af3dd90ef7bf385fde1cafc24b1549abb4d421da88a4f519

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd99bf22b2d419f689c94c6e7a4d8f2c54c2cae487ecc056c8967aab0b5ba54a
MD5 dec6c1652a689e763667ee3db5ab8e02
BLAKE2b-256 93b8278faff36950c02194ec5374a9f375ac5c07f7f493710e500ddb3da28f9c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d32aa123fc7adaf84e142dbb0ee2ffc76409c17100025722fba0a2cd1e8aecae
MD5 31a0cdbaed383cbd4bc6c9974955c017
BLAKE2b-256 659a01689b9accec3eeb4b8b0377053ac2746aad33cff8fe2e132546a1529b15

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.9 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e0c1c5228eb49cff9433c56e36f6ed736cf0ee201e06aa7a093a7a1e26375d76
MD5 616003612d9381bf0fde2c67143d8786
BLAKE2b-256 262f9b7dc4a8ed30bd1b35134a08c8e00e960db247046d38a7ca0003197c9338

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 3c5bfe5c9611a904b7f4427b5e52b6abe87ea43f31b2278c9f62ee7daa9f05fe
MD5 a63effbc951705a46ce366766b619a5d
BLAKE2b-256 80fc42fe9851116aee862106635433c8d596c1424d0177c9d025af14dadbdfda

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dc07e6af72845bb6be34d66b1cbc8ac32aedfa79fa3cdf4d0ac98e22758a65e7
MD5 2fe541647956b43ebe56760a391866eb
BLAKE2b-256 b376fc9a064b2c2034ef88e8e86131ee4ceb0a2cec61c8f88214a6766e387f4a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09eda610571d918685fd5e45831c2b084c591a17d3a4d61359d683fd10560e30
MD5 7546f922c2d50eae91f179bdbd638307
BLAKE2b-256 bc7afa471722100356938efe2728c2e6bec878c91cea9d8f61498254bf8b40b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp38-cp38-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 1.9 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp38-cp38-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6f99aee72e65484f475dc3800c37e06374c0fbaf33c513a57b675e3c8a896a82
MD5 499005203a2b949b47e0486c1ff28404
BLAKE2b-256 1ce178e1dae539d2449d5e3e777afb860ecc88f2c4ef54cdf93c0d63e3fb018e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 2.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 2293aad1d7bbc1e52b40d9b4f61794a4f5281d51aaa0f5c63e2809a7be0efb8c
MD5 f6753aef3f7a89955b5f75675face7ab
BLAKE2b-256 fb3fd9614ed2999036d45104056fd816c46606d74969a14595bcd65b536b0f4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da8afc24454375367c008e4139d4b2b725cdd82a44cc2e26be72e0a738d58224
MD5 f65aba3a5a4dc8b3ea34320f7afb4e3a
BLAKE2b-256 8b1ed652514179c9db053587070cfbb9dd91cbb0f531b5e04892883f2c0812ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3e4e4b0550d59f7a0c88724a20cd4e8ca5751f9cd4e4e55c21cd37d0cb6a247e
MD5 9974c1f5e735f53c89b4971844a44a63
BLAKE2b-256 f0b7fc76c7322d9da34ec3926397f2226246db04fe9aa5fc82fbe5e3cf5a0ec2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e3876368e7be3736c3ec2b0fefb293f4ab166c9420733ce04551494393214880
MD5 ea4548e2cb6e59e1f5b1cba75065e5bd
BLAKE2b-256 d65b2ba559bf66830afdaa48fb7da3254233c777fa8b7c63ace8888e27d77b2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ec24755a1e65948911cf5ca22fb9dd02b29aa7146c935aa7c4d6f9fe2e6d684
MD5 5bb1ac6c1da412877a8939ca0f413a73
BLAKE2b-256 12f11c5625556d706fae560b631c76b1c16b3386c78da9efd4e071a426bc88ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9a0b157629c1801a4a803bfe2546044c6caa84457cc7cb47f1c1ee6cf0a829a7
MD5 cd68e953e8baaeeaa6a66dba22fd741a
BLAKE2b-256 0305eeea73afa9dbf702e2a0e7a249e2038d1edd106a107c931e08f96a0ce5f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 0583fc66a9e2150107e8ab577f094f4cffabb2213cb7bb1c91a92f82b3d91c88
MD5 8c7bf0b2a91a686e6316e7362cddb9d6
BLAKE2b-256 8de2324b0f2be2b6cc7442c4f2b4afa209cfe27af1dee83024e497876703db8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 4.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 e37fdec24287442af8eef9162a623c3159990713308eae9e1e4dc7c9ec16e0b9
MD5 1dea34f30cfc86492584e9ea425331f0
BLAKE2b-256 72e46f92e88c5199d66c8f4fb0e7e6be9f02e63e8ffde2480fcbc48183f0900e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: amplpy-0.9.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 4.2 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.28.2 requests-toolbelt/0.9.1 urllib3/1.26.14 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.9.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5e82506d6ca10d5ec85609ded6664de26cbb02f3f428c02abafda48964c08708
MD5 587addff90356693d4804073c5221123
BLAKE2b-256 740bd3f05b258734f4471b069e831fe563147aa16a0e3cfab720d3c424e8820f

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