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

Release files for primer3-py 2.3.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for primer3-py 2.3.1
File Size Uploaded
primer3_py-2.3.1.tar.gz 703.1 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for primer3-py 2.3.1
File
primer3_py-2.3.1-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
primer3_py-2.3.1-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
primer3_py-2.3.1-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.14+ x86-64 Details
primer3_py-2.3.1-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.14+ x86-64 Details
primer3_py-2.3.1-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.14+ x86-64 Details
primer3_py-2.3.1-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.14+ x86-64 Details
primer3_py-2.3.1-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64, Linux glibc 2.17+ x86-64 Details
primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.14+ x86-64 Details
primer3_py-2.3.1-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64, Linux glibc 2.28+ x86-64 Details
primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.14+ x86-64 Details

Total release size: 50.7 MB

Release files / primer3_py-2.3.1.tar.gz

Download URL primer3_py-2.3.1.tar.gz
Size 703.1 kB
Tags Source
SHA-256 checksum
How to use checksums
ec8de40371ece267228a4811b41acddff9771a921147888794917035c9d80eb5
BLAKE2b-256 checksum
How to use checksums
22e31e4755f9a10c4bce08ed634a378f0e5d3b28dc099354c33f317bbbe7e8cf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314t-win_amd64.whl

Download URL primer3_py-2.3.1-cp314-cp314t-win_amd64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
b2baeab3febd95dc517ead19325e88f083ee73555aadf14c90a34425e3967c52
BLAKE2b-256 checksum
How to use checksums
3620c7e1fe587d8d1d814e72d81c46184d835e2455e8cc7771666b14716f3ac9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.2 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3e30c28a9c8b24c104ab4a80e236ba94eb77ec4964c5157b9146ac08302d1cd5
BLAKE2b-256 checksum
How to use checksums
0c818c28feadd1ba18bb16209f5452b1f443fb4dcba5a37a8ec22cd3d8a75ecf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL primer3_py-2.3.1-cp314-cp314t-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
fe87fd783802aff6c366c60a7b556e7afbcf125769aafb1ea48506b23dad1c52
BLAKE2b-256 checksum
How to use checksums
44546d812fd324e68a21bf0e52315f1c767228e96f9dbc305642d53100c5c834
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314-win_amd64.whl

Download URL primer3_py-2.3.1-cp314-cp314-win_amd64.whl
Size 1.6 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
60c1efd996161eda89261e21d16b6589e9507884c43e073afd8755569a257a2e
BLAKE2b-256 checksum
How to use checksums
505b3a8947d4557f62795a38789d6f917dd1cf493d049c492e757935c18b7b3a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
faee80c8e34967bc067e6974785de8011ef4f226f5f8b737ac73d8b282fff00d
BLAKE2b-256 checksum
How to use checksums
e2e5adeaf2fce245256394b672cbba83a663291fe0f2d99a032c1debc10b525e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl

Download URL primer3_py-2.3.1-cp314-cp314-macosx_10_15_x86_64.whl
Size 1.4 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
e10c4190dc19be4d659d07527da740221cc597a29df998f1aefba8429434dac2
BLAKE2b-256 checksum
How to use checksums
7da71da6cde5e7332d2f36b7842ea0f67432ad9e452e736b0a4b01a6ab1fc79d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp313-cp313-win_amd64.whl

Download URL primer3_py-2.3.1-cp313-cp313-win_amd64.whl
Size 1.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
81bd1994ae44764bbc0da17fdda54aad9d157f58199c89a45ccff821298e4a56
BLAKE2b-256 checksum
How to use checksums
8d0f3c202b0a0f7c89846fc344f915e65994194af4b8e35bc6879205adc12fe5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4891e0cfb0f3df6a3e1307def5cf8522218213ad3218cc2c13501c92a0e24fa3
BLAKE2b-256 checksum
How to use checksums
e3e022a355d61d0f4cd8e24296cccf85b1a93b5278693e8766c894a99be82b53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp313-cp313-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
09538b200297d2532de6b02669034870a29f2710a1af4193032f00ece49d730a
BLAKE2b-256 checksum
How to use checksums
5910620f2cc13577cc5e7bfce0e3a0a1329303162cddf221f2c09994661a14ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp312-cp312-win_amd64.whl

Download URL primer3_py-2.3.1-cp312-cp312-win_amd64.whl
Size 1.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
8abfd705ac62d722b309be4d262110e0e50a534d4f5acbbc9a705d43656a73e0
BLAKE2b-256 checksum
How to use checksums
a48ca1979c27e773d7893a2c729ab732b522b2221f3ccc53611fcfaf5a96099b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
63dcf3ff4c083ae0048491295b7df34bcd1a28fbba65d0089d16981b0745b2a8
BLAKE2b-256 checksum
How to use checksums
50b664af7455ec6fa3ca7702804fd35465cd35a94643f153fa73923e0d8c4765
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp312-cp312-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
8afbe26acae0b6be2ab60489446feb1e6ec19d4acf0c1c4ec6a8887cd634345e
BLAKE2b-256 checksum
How to use checksums
30a073c7d3eced37973add35a36af13add9cf812110c5152b2ae0871531db5ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp311-cp311-win_amd64.whl

Download URL primer3_py-2.3.1-cp311-cp311-win_amd64.whl
Size 1.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
58255d766cf7e23947ec13e02815b63a3089425375a1340e7c1038077dce0cff
BLAKE2b-256 checksum
How to use checksums
f4ab31bcb62b8d7bf7b8c19f429ddfec3495ee428f69bc87b93ee899f32b3fec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6ad1cbd7d00a0ceb15749cd27e10660dcd079597079a543b0f38a23a7633e6f7
BLAKE2b-256 checksum
How to use checksums
3871719f303aac2544f1d94d830f795fd2e545bb4ba0016b90073de13ebdcb44
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp311-cp311-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
792b5dd1269ffcefb85d8106188d0cbeb12f2dc7a68b718fce6a49d811b61501
BLAKE2b-256 checksum
How to use checksums
5b1f66ce4b9bd60d5883e6ecfd3e262ce03d82eecc1b2c320f8da288c15080b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp310-cp310-win_amd64.whl

Download URL primer3_py-2.3.1-cp310-cp310-win_amd64.whl
Size 1.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
703b37a2fe88be02b3aba2f49bbff96bd43c9c4807801fb629eec72bcf74ad98
BLAKE2b-256 checksum
How to use checksums
410555a6a235853588a4e8022885d15154eb1fe89380713c265cd82a55f25800
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
010d72c45d2b1b954368af95f8b6e1371746c2cf14caac148e1553729fae9d3d
BLAKE2b-256 checksum
How to use checksums
c472da40b7be9543f4eefcd8a6e34589c94b9683c511af19c268aa60d4a0f33c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp310-cp310-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
d0b2dec0550cbe1a0f9d9a20f4269e1574684de5b7c03a1cc7c846c5b178e05b
BLAKE2b-256 checksum
How to use checksums
60c532f89fa84db566bf973e0a84d4a92b01bd9b3a4756837afef3fb655d2bec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp39-cp39-win_amd64.whl

Download URL primer3_py-2.3.1-cp39-cp39-win_amd64.whl
Size 1.6 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
eddc1c50e4af32dd258cc4582455dc2dc651a2d96d075fb65fc46f04adf169ce
BLAKE2b-256 checksum
How to use checksums
776246561d271ad2934976aef5ee7721331b2ad65aedb9744711c1d000f93a5e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
71f815ab7a62d2e539c3db480d5ca34a9d02180631fac0dcd86e6623a7061f89
BLAKE2b-256 checksum
How to use checksums
afd62d586e04adba7c790ec51686e8536485d68a6629c65cb1f796faaa198d24
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl

Download URL primer3_py-2.3.1-cp39-cp39-macosx_11_0_arm64.whl
Size 1.3 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c5ba83f1b2057c19bb9ef97c1d914d20cc6c2327382cb7b230709e241265af67
BLAKE2b-256 checksum
How to use checksums
4f1afd767ac93044d7a7e9fbaed64d6d3bb52a8d21908498407f90023d79f696
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp39-cp39-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
58d37585542bceda89dab8eabd0b3f8236e064a5c94281b83c65493f3a566dac
BLAKE2b-256 checksum
How to use checksums
f9c2fe3904b83960cd2e073b35d55f42f4f7252de51e74c41222d1b5274ed40c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp38-cp38-win_amd64.whl

Download URL primer3_py-2.3.1-cp38-cp38-win_amd64.whl
Size 1.6 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
6cf6896fc29a7a75bca9cb09630362af6cbae5c0d769f8c32d7508c3ff9382f1
BLAKE2b-256 checksum
How to use checksums
be23d79619a4b08a44a90e6d6dc712d2d2978723186e0ae954eab3260a836f4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl

Download URL primer3_py-2.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Size 3.1 MB
Tags CPython 3.8 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d742054473ac879630381603745bfade3ee2771975def05352e3e91a7a78a53d
BLAKE2b-256 checksum
How to use checksums
05b166d8cec00e682e42cef7800d560bd4c1166f46772bf3be4cfab956e75483
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release files / primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl

Download URL primer3_py-2.3.1-cp38-cp38-macosx_10_14_x86_64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 10.14+ x86-64
SHA-256 checksum
How to use checksums
70a4bf18b4f9b10d87b46940e46426a681a94cd8528ea1554a742aa1da7a1453
BLAKE2b-256 checksum
How to use checksums
c5f7ad4e9eb8c4933ffa9085d5dbf085c275298a6e04c2d019116ab876982a79
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.7

Release history Release notifications | RSS feed

This release

2.3.1 This release

26 release files

2.2.0

20 release files

2.1.0

20 release files

2.0.3

17 release files

2.0.1

14 release files

2.0.0

14 release files

1.2.2

14 release files

1.2.1

14 release files

1.2.0

14 release files

1.0.0

13 release files

0.6.1

16 release files

0.6.0

8 release files

0.5.8

1 release file

0.5.7

5 release files

0.5.6

3 release files

0.5.5

4 release files

0.5.4

6 release files

0.5.3

6 release files

0.5.2

3 release files

0.5.1

5 release files

0.5.0

8 release files

0.4.3

4 release files

0.4.2

5 release files

0.4.1

3 release files

0.4.0

4 release files

0.3.1

1 release file

0.3.0

1 release file

0.2.5

1 release file

0.2.4

1 release file

0.2.3

1 release file

0.2.2

1 release file

0.2.1

1 release file

0.2

1 release file

0.1

1 release 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