Skip to main content

A Rust-based sequence alignment library for Python.

Project description

seq-smith

seq-smith

A Rust-based sequence alignment library for Python.

Installation

You can install seq-smith using pip:

pip install seq-smith

Usage

seq-smith provides several alignment functions and helper functions to make sequence alignment easy. Here's a basic example of how to perform a global alignment:

from seq_smith import global_align, make_score_matrix, encode

# Define your alphabet
alphabet = "ACGT"

# Create a scoring matrix
score_matrix = make_score_matrix(alphabet, match_score=1, mismatch_score=-1)

# Encode sequences
seqa = encode("ACGT", alphabet)
seqb = encode("AGCT", alphabet)

# Define gap penalties
gap_open = -2
gap_extend = -1

# Perform the alignment
alignment = global_align(seqa, seqb, score_matrix, gap_open, gap_extend)

# Print the alignment score
print(f"Alignment score: {alignment.score}")

# Print the alignment fragments
for frag in alignment.fragments:
    print(frag)

Alignment Types

seq-smith supports the following alignment strategies:

  • Global Alignment (global_align): Uses the Needleman-Wunsch algorithm to align every residue in both sequences.
  • Local Alignment (local_align): Uses the Smith-Waterman algorithm to find the best-scoring local region of similarity.
  • Local-Global Alignment (local_global_align): Finds the best local alignment of the first sequence within the second, requiring the second sequence to be aligned globally.
  • Overlap Alignment (overlap_align): Does not penalize gaps at the start or end of either sequence, making it ideal for finding overlaps between sequences (e.g., in sequence assembly).

full documentation.

Project details


Download files

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

Source Distribution

seq_smith-0.2.0.tar.gz (130.8 kB view details)

Uploaded Source

Built Distributions

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

seq_smith-0.2.0-cp313-cp313-win_amd64.whl (172.0 kB view details)

Uploaded CPython 3.13Windows x86-64

seq_smith-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

seq_smith-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

seq_smith-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (282.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

seq_smith-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl (290.5 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

seq_smith-0.2.0-cp312-cp312-win_amd64.whl (171.9 kB view details)

Uploaded CPython 3.12Windows x86-64

seq_smith-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (332.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

seq_smith-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (313.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

seq_smith-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (281.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

seq_smith-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl (290.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

seq_smith-0.2.0-cp311-cp311-win_amd64.whl (173.0 kB view details)

Uploaded CPython 3.11Windows x86-64

seq_smith-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

seq_smith-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (314.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

seq_smith-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (283.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

seq_smith-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

seq_smith-0.2.0-cp310-cp310-win_amd64.whl (173.0 kB view details)

Uploaded CPython 3.10Windows x86-64

seq_smith-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (335.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

seq_smith-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (315.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

seq_smith-0.2.0-cp310-cp310-macosx_11_0_arm64.whl (283.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

seq_smith-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl (291.7 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

File details

Details for the file seq_smith-0.2.0.tar.gz.

File metadata

  • Download URL: seq_smith-0.2.0.tar.gz
  • Upload date:
  • Size: 130.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seq_smith-0.2.0.tar.gz
Algorithm Hash digest
SHA256 e967afeff152f54219be3a63a7186030fbc91f760ee1c61222320c8571df0263
MD5 1a84499478fe766336e524a68f275909
BLAKE2b-256 93e894132499dcc777b2cfc40291fa5e819489df167daa2a68a064bb1c03028e

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0.tar.gz:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: seq_smith-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 172.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seq_smith-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39347e57e16fbeaa672ca70c8dccfc77b397baa36ac7a8f3693219f810dfd928
MD5 4b3742dd76dfd2574c6591a22aaf92f3
BLAKE2b-256 c070696e52757ce686e5021945b5ee0c5ae05430e0af04e9ed81b298b785d12f

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fdebb0263ae89384a670cedea94dbeee2f235c72fdff59df9b13eeb11f3cbba
MD5 96cfbc99db51e785e62325071c294d73
BLAKE2b-256 d2a171f5dbc00295c5bb3d48b87483cdb63ff98df1acefe929adb2e03261e5e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13c60552d8c8af622b288f2e6d1710756d356fc39448f5d05a1764a3790f1f1a
MD5 05e0495f94bd2013a9a852f0ebe97a88
BLAKE2b-256 47d4ba75ff7f749cbf1ed137907fbee2de6e515854ac2eb65f28893f757dafb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4e969aecbcb8c159c6ead7d4817f684bb42bce17f771cbe4109fbfd1231f051
MD5 c970471ff3ea1e846563e3d9a049080d
BLAKE2b-256 d44516d41f1141fed842ebb0b2ce5e1e3a5b7660c1cbe5c0332b75b2da74f8fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8d13f69c088c62cfe73da3da0f12934b6fd177b127d5b51d1ac639993313ca9c
MD5 939f63878f3e36e9ba89f331540f2392
BLAKE2b-256 719e06c456accc45fe283adcaef7e81607e6131aa2f806f48eae611113c1942d

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: seq_smith-0.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 171.9 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seq_smith-0.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 69da6ee33c02d54b731ecfe9622059217f368c6e7b2047b0d3a4185a3bf4bbba
MD5 10a59c50d1dabfafed275321b925616c
BLAKE2b-256 daf0a019fe38508c86958f537f3924261711a0ca81232d523add67a8b2684035

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 830033f641ec0b701ce624cf7da3032bfb0be728bb8d07751f599bf399a18e0f
MD5 19340172a5e56775775c89f74d04bdfb
BLAKE2b-256 c34d1d2571983bd9b9aba44649eaf928f0e1b1713b498e8bc9317ce6ee181122

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4fb341fc6b7f947bc03640cc575fb493ce9b1743738ef345ce1a2c7873e6de6c
MD5 2cd74f85e4bea75be0548dbce13f0a06
BLAKE2b-256 a14b277c3453e7fe260b7d293c28111cddb84dab3d2d9b40d34ffa5ab6f5d5f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c0b87dbf3be9ae35aedda1758120bc95e80f083f514e35780fa4a39afd40d16
MD5 1a87bde5000e13c37ab4b67508b5a77d
BLAKE2b-256 8d578b7692ac4712598d95cbb8eb7bce09c71687382d32ad8514beec94114609

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bf3f2513395b4969be37e3311f415f95962d8b0014eeeeac45f50fcf9e0fd407
MD5 80fa7bc24b32e553ced37d5af47eaadf
BLAKE2b-256 24312d0f2668096e91112059e30b2f7e1a68b5a989b6c66bc4b626cab0b46956

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: seq_smith-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 173.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seq_smith-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe83e6f8d523427181eaf700b6455cdbd3bb80cff030c17081f3313c62437a4c
MD5 861fd6c95216451df78085e57a1ce085
BLAKE2b-256 c4ec3c10c3b9e7f9b7a828ca25ac6eedeb8f115f468f4beef1594c37162957b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9bdc7465a9cc0228f3fee66e519cfb48be6864a49ebf3cf34da71af5440be10c
MD5 52a2e8ed612119dd118d7622e903226e
BLAKE2b-256 5a275f1bd344ff632217faa9d793a4f6f3c8193bc6af3dcc6c6ba9cbc5ef1732

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4d87a66700dfa7267a821c5d809fac34b2c6d14cfbd0b385ea26cee37d4d1d9
MD5 1a0327d83dd3be9a514c1409c351780d
BLAKE2b-256 44225c44441f328b3ba2062f6a887d5210ba51a7adceda6f33fb424c67903338

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 535a677bbcd69f75c6d28907826b5e132c0aedfb81eccde4db30465f2d1cfe69
MD5 02e62d5f920660277dd1a28666250b10
BLAKE2b-256 0d57fafc1b2fc7b6bbd1a38dd4b77020aad83a1559499f875d1a5edec9331be5

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 926887c95bc49aff1efb57fd80dc9d575cb27b4011c5aa9cf38b09a11b4089c7
MD5 edd4940a9e2dd626ff0f0c26a5bf1b96
BLAKE2b-256 dc61c19e856dd664bc77b2bc04234f56f9f32dd4debae9b4db81723d8e56b1bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: seq_smith-0.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 173.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for seq_smith-0.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8606bf2c44f9ec7cda22f0671aa1d08e24bb5452c73e96d2309e5ed97711a587
MD5 3d9a3393c335897794d91acea769e257
BLAKE2b-256 4ad9cef98e0604dc13d7cd616510cf1af499d66a15dcc0a75fc89c4066395d76

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp310-cp310-win_amd64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a8f1d53ac589719c74bd5d85e9d535331f8e90cbc50903d064cc6078e58fbe3
MD5 ee5e0b9d8cb2c6baaa58defdbb3938e3
BLAKE2b-256 3c12e92f54ec6fddf3f7c38f7697cd95bdd97b8d6421c0f2bf2fa4ee90d7ba45

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f1cd94dba5472d35d232576bd221b9d8c84809a6ac8eb560b38c35f6518f313c
MD5 0733925d5f59a6465a5092ba818bbc22
BLAKE2b-256 0e6796e52e2e47dab34221b79082a36f2052bf567fc0f1b7c00c170c70fe9ff4

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb72e55f3ff75274673d635f6ba54d786c6c478580cead4df7a2697e5aafb493
MD5 68327c0a7c453eea6f2fc9ee628f7cce
BLAKE2b-256 2413235cea6d822d4075fd0d9007de7da3e32834e38f18917ea1e6a3a4807e28

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file seq_smith-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for seq_smith-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8369aa84db316476e35e80abdc0e4805cfe834ab1193573680300bf72104f36c
MD5 53b3d119f5049fd2fb322ceefdc5a159
BLAKE2b-256 d322d9e710d1d4fd464538d9900a520c8a6ef87fdce4d18a603dd191b84ed54f

See more details on using hashes here.

Provenance

The following attestation bundles were made for seq_smith-0.2.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yaml on folded/seq-smith

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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