Skip to main content

primer3-py: simple oligo analysis and primer design

Tests Documentation Release License PyPi

Primer3-py is a Python-abstracted API for the popular Primer3 library. The intention is to provide a simple and reliable interface for automated oligo analysis and design.

Routine oligo analysis is simple:

>>> import primer3
>>> primer3.calc_tm('GTAAAACGACGGCCAGT')
54.695494691112515
>>> primer3.calc_hairpin('CCCCCATCCGATCAGGGGG')
ThermoResult(structure_found=True, tm=66.75, dg=-3176.92, dh=-36300.00, ds=-106.80)

... and fast (~1000X faster than traditional subprocess wrappers):

In [1]: import primer3

In [2]: import tests.wrapper

In [3]: %timeit primer3.calc_tm('GTAAAACGACGGCCAGT')
100000 loops, best of 3: 4.74 us per loop

In [4]: %timeit test.wrappers.calc_tm('GTAAAACGACGGCCAGT')
100000 loops, best of 3: 5.78 ms per loop

Primer3-py also includes bindings for the Primer3 primer design engine if you'd prefer to use an established pipeline. The IO parameters mirror those of the original Primer3.

Please note that while we provide bindings, we do not provide support for the Primer3 design engine. Please contact the Primer3 dev team with your questions: https://github.com/primer3-org/primer3

A copy of the Primer3 2.6.1 design parameters manual can be found at: primer3 v2.6.1 manual

Documentation

Download files

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

Source Distribution

primer3_py-2.3.1.tar.gz (703.1 kB view details)

Uploaded Source

Built Distributions

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

primer3_py-2.3.1-cp314-cp314t-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.14tWindows x86-64

primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

primer3_py-2.3.1-cp314-cp314-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.14Windows x86-64

primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

primer3_py-2.3.1-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.14+ x86-64

primer3_py-2.3.1-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.14+ x86-64

primer3_py-2.3.1-cp311-cp311-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86-64

primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.14+ x86-64

primer3_py-2.3.1-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

primer3_py-2.3.1-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

primer3_py-2.3.1-cp38-cp38-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

File details

Details for the file primer3_py-2.3.1.tar.gz.

File metadata

  • Download URL: primer3_py-2.3.1.tar.gz
  • Upload date:
  • Size: 703.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1.tar.gz
Algorithm Hash digest
SHA256 ec8de40371ece267228a4811b41acddff9771a921147888794917035c9d80eb5
MD5 1ea91a5f42a02101382d168a403a7386
BLAKE2b-256 22e31e4755f9a10c4bce08ed634a378f0e5d3b28dc099354c33f317bbbe7e8cf

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b2baeab3febd95dc517ead19325e88f083ee73555aadf14c90a34425e3967c52
MD5 1ddd0309b725414a6415b63c8d02f30f
BLAKE2b-256 3620c7e1fe587d8d1d814e72d81c46184d835e2455e8cc7771666b14716f3ac9

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e30c28a9c8b24c104ab4a80e236ba94eb77ec4964c5157b9146ac08302d1cd5
MD5 509048b8088f0c136c60cb0bc9d11c27
BLAKE2b-256 0c818c28feadd1ba18bb16209f5452b1f443fb4dcba5a37a8ec22cd3d8a75ecf

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fe87fd783802aff6c366c60a7b556e7afbcf125769aafb1ea48506b23dad1c52
MD5 162883736709972fb4111428cbc7a8c5
BLAKE2b-256 44546d812fd324e68a21bf0e52315f1c767228e96f9dbc305642d53100c5c834

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 60c1efd996161eda89261e21d16b6589e9507884c43e073afd8755569a257a2e
MD5 b0ac6912c53239efcc478892d06bf9fa
BLAKE2b-256 505b3a8947d4557f62795a38789d6f917dd1cf493d049c492e757935c18b7b3a

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 faee80c8e34967bc067e6974785de8011ef4f226f5f8b737ac73d8b282fff00d
MD5 8df9a0b98243cab55ffdb64abb1018f4
BLAKE2b-256 e2e5adeaf2fce245256394b672cbba83a663291fe0f2d99a032c1debc10b525e

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e10c4190dc19be4d659d07527da740221cc597a29df998f1aefba8429434dac2
MD5 5e9a592f5e789391e8937ada817ed191
BLAKE2b-256 7da71da6cde5e7332d2f36b7842ea0f67432ad9e452e736b0a4b01a6ab1fc79d

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 81bd1994ae44764bbc0da17fdda54aad9d157f58199c89a45ccff821298e4a56
MD5 c8b97c05462eb0d76a297a4707ae399a
BLAKE2b-256 8d0f3c202b0a0f7c89846fc344f915e65994194af4b8e35bc6879205adc12fe5

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4891e0cfb0f3df6a3e1307def5cf8522218213ad3218cc2c13501c92a0e24fa3
MD5 bd94006c0d0e8645a0ed70498e12bccf
BLAKE2b-256 e3e022a355d61d0f4cd8e24296cccf85b1a93b5278693e8766c894a99be82b53

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 09538b200297d2532de6b02669034870a29f2710a1af4193032f00ece49d730a
MD5 f431a842bcf1e5d5035d0e39f9ad5149
BLAKE2b-256 5910620f2cc13577cc5e7bfce0e3a0a1329303162cddf221f2c09994661a14ba

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8abfd705ac62d722b309be4d262110e0e50a534d4f5acbbc9a705d43656a73e0
MD5 84dc413b6ab047c00259e2f54b7ed99e
BLAKE2b-256 a48ca1979c27e773d7893a2c729ab732b522b2221f3ccc53611fcfaf5a96099b

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63dcf3ff4c083ae0048491295b7df34bcd1a28fbba65d0089d16981b0745b2a8
MD5 7371b9afca9f7d056a61522025afd309
BLAKE2b-256 50b664af7455ec6fa3ca7702804fd35465cd35a94643f153fa73923e0d8c4765

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 8afbe26acae0b6be2ab60489446feb1e6ec19d4acf0c1c4ec6a8887cd634345e
MD5 4b9a4a905269ee5d1e100443c2359ee6
BLAKE2b-256 30a073c7d3eced37973add35a36af13add9cf812110c5152b2ae0871531db5ef

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 58255d766cf7e23947ec13e02815b63a3089425375a1340e7c1038077dce0cff
MD5 3d38692f2f9891c5ab3744c80e6eb57f
BLAKE2b-256 f4ab31bcb62b8d7bf7b8c19f429ddfec3495ee428f69bc87b93ee899f32b3fec

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ad1cbd7d00a0ceb15749cd27e10660dcd079597079a543b0f38a23a7633e6f7
MD5 ddd50a85a7aa13bf3389c0790c892869
BLAKE2b-256 3871719f303aac2544f1d94d830f795fd2e545bb4ba0016b90073de13ebdcb44

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 792b5dd1269ffcefb85d8106188d0cbeb12f2dc7a68b718fce6a49d811b61501
MD5 bb5c958f169f73396b44411e8103aa41
BLAKE2b-256 5b1f66ce4b9bd60d5883e6ecfd3e262ce03d82eecc1b2c320f8da288c15080b6

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 703b37a2fe88be02b3aba2f49bbff96bd43c9c4807801fb629eec72bcf74ad98
MD5 bfa5a0cdcba3fb002aaa9930d658bb4e
BLAKE2b-256 410555a6a235853588a4e8022885d15154eb1fe89380713c265cd82a55f25800

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 010d72c45d2b1b954368af95f8b6e1371746c2cf14caac148e1553729fae9d3d
MD5 7951c08dbf8c8c3bb60a9a6c48a85629
BLAKE2b-256 c472da40b7be9543f4eefcd8a6e34589c94b9683c511af19c268aa60d4a0f33c

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d0b2dec0550cbe1a0f9d9a20f4269e1574684de5b7c03a1cc7c846c5b178e05b
MD5 5ec3d31d97b3ee2f97ffbc8e91363c91
BLAKE2b-256 60c532f89fa84db566bf973e0a84d4a92b01bd9b3a4756837afef3fb655d2bec

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 eddc1c50e4af32dd258cc4582455dc2dc651a2d96d075fb65fc46f04adf169ce
MD5 b4152158ed34569e4f30b693dc0e3497
BLAKE2b-256 776246561d271ad2934976aef5ee7721331b2ad65aedb9744711c1d000f93a5e

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71f815ab7a62d2e539c3db480d5ca34a9d02180631fac0dcd86e6623a7061f89
MD5 aa68be1df71ca78be8613b474fc24e02
BLAKE2b-256 afd62d586e04adba7c790ec51686e8536485d68a6629c65cb1f796faaa198d24

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c5ba83f1b2057c19bb9ef97c1d914d20cc6c2327382cb7b230709e241265af67
MD5 2011affe491f2120db40213bc43bd354
BLAKE2b-256 4f1afd767ac93044d7a7e9fbaed64d6d3bb52a8d21908498407f90023d79f696

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 58d37585542bceda89dab8eabd0b3f8236e064a5c94281b83c65493f3a566dac
MD5 39f5fbea3de1f641b572c9fc66c95674
BLAKE2b-256 f9c2fe3904b83960cd2e073b35d55f42f4f7252de51e74c41222d1b5274ed40c

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: primer3_py-2.3.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for primer3_py-2.3.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6cf6896fc29a7a75bca9cb09630362af6cbae5c0d769f8c32d7508c3ff9382f1
MD5 e21c0a67baf769c0143f6f24f18410bd
BLAKE2b-256 be23d79619a4b08a44a90e6d6dc712d2d2978723186e0ae954eab3260a836f4d

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d742054473ac879630381603745bfade3ee2771975def05352e3e91a7a78a53d
MD5 679bdc83b497907b31de365a87081af7
BLAKE2b-256 05b166d8cec00e682e42cef7800d560bd4c1166f46772bf3be4cfab956e75483

See more details on using hashes here.

File details

Details for the file primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 70a4bf18b4f9b10d87b46940e46426a681a94cd8528ea1554a742aa1da7a1453
MD5 9ba272f5abc9a6ec8b73573d925af1b3
BLAKE2b-256 c5f7ad4e9eb8c4933ffa9085d5dbf085c275298a6e04c2d019116ab876982a79

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.3.1 This release

26 files

2.3.0

26 files

2.2.0

20 files

2.1.0

20 files

2.0.3

17 files

2.0.2

17 files

2.0.1

14 files

2.0.0

14 files

1.2.2

14 files

1.2.1

14 files

1.2.0

14 files

1.1.0

14 files

1.0.0

13 files

0.6.1

16 files

0.6.0

8 files

0.5.8

1 file

0.5.7

5 files

0.5.6

3 files

0.5.5

4 files

0.5.4

6 files

0.5.3

6 files

0.5.2

3 files

0.5.1

5 files

0.5.0

8 files

0.4.3

4 files

0.4.2

5 files

0.4.1

3 files

0.4.0

4 files

0.3.1

1 file

0.3.0

1 file

0.2.5

1 file

0.2.4

1 file

0.2.3

1 file

0.2.2

1 file

0.2.1

1 file

0.2

1 file

0.1

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page