Skip to main content

A fast, scalable and intuitive Python package for social sequence analysis.

Project description

Sequenzo Logo

PyPI - Version Downloads License

Sequenzo: Fast, scalable, and intuitive social sequence analysis in Python

Sequenzo is a high-performance Python package designed for social sequence analysis.

Its methodological foundations build upon prior work in the R ecosystem, especially the TraMineR (Gabadinho et al. 2011) R package, which established many of the core concepts, representations, and analytical tools in sequence analysis, as well as subsequent methodological extensions developed within TraMineRextras (Gabadinho et al. 2021).

Sequenzo also draws inspiration from WeightedCluster (Studer, 2013) for typology construction, seqHMM (Helske & Helske, 2019) for probabilistic modeling using hidden Markov models, and ggseqplot (Raab, 2022) for the design of relative frequency sequence visualizations (Fasang & Liao, 2013).

We gratefully acknowledge these pioneering contributions and the broader community in social sequence analysis whose work enables everything we do. Sequenzo seeks to expand the social sequence analysis ecosystem by connecting long-standing methodological traditions with the computational practices of the Python data science community, particularly in machine learning and deep learning.


Sequenzo is built to analyze any sequence of categorical events, from individual career paths and migration patterns to corporate growth and urban development. Whether you are working with people, places, or policies, Sequenzo helps uncover meaningful patterns efficiently.

Sequenzo outperforms traditional R-based tools in social sequence analysis, delivering faster processing and superior efficiency, especially for large-scale datasets. No big data? No problem. You don’t need big data to benefit as Sequenzo is designed to enhance sequence analysis at any scale, making complex methods accessible to everyone.

🚀 Explore the official documentation at sequenzo.yuqi-liang.tech
with tutorials, practical examples, and API references to help you get started quickly.

📖 Available in English and Chinese, our docs are written to be approachable, practical, and easy to follow.

✍️ Regarding how to cite us, please see here.

✨ Be part of the Sequenzo community

Join our Discord channel to iscuss ideas, get help, and hear about upcoming Sequenzo versions, tutorials, and workshops first.

➡️ https://discord.gg/RHfDuu4ETz

Target Users

Sequenzo is designed for:

  • Quantitative researchers in sociology, demography, political science, economics, management, etc.
  • Data scientists, data analysts, and business analysts working on trajectory/time-series clustering
  • Educators teaching courses involving social sequence data
  • Users familiar with R packages such as TraMineR who want a Python-native alternative

Why Choose Sequenzo?

🚀 High Performance

Leverages Python’s computational power to achieve 8× faster processing than traditional R-based tools like TraMineR.

🎯 Easy-to-Use API

Designed with simplicity in mind: intuitive functions streamline complex sequence analysis without compromising flexibility. As a naming convention for beginners, Sequenzo follows four prefixes: get_* (analysis), build_* (constructors/workflows), plot_* (visualization), and test_* (hypothesis/testing utilities).

🌍 Flexible for Any Scenario

Perfect for research, policy, and business, enabling seamless analysis of categorical data and its evolution over time.

Platform Compatibility

Sequenzo provides pre-built Python wheels for maximum compatibility — no need to compile from source.

Platform Python Versions
macOS 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
Windows 3.9, 3.10, 3.11, 3.12, 3.13
Linux (glibc) 3.9, 3.10, 3.11, 3.12, 3.13, 3.14
Linux (musl) 3.9, 3.10, 3.11, 3.12, 3.13, 3.14

What do these terms mean?

  • macosx_arm64 (macOS): One wheel supports Apple Silicon Macs.
  • macosx_x86_64 (macOS): One wheel supports Intel Macs.
  • manylinux2014_x86_64 (glibc-based Linux): Compatible with most mainstream Linux distributions (e.g., Ubuntu, Debian, CentOS).
  • musllinux_1_2 (musl-based Linux): For lightweight Alpine Linux environments, common in Docker containers.
  • AMD64 (Windows): Standard 64-bit Windows system architecture.

All of these wheels are pre-built and available on PyPI — so pip install sequenzo should work on supported platforms, without needing a compiler.

Windows (win32) and Linux (i686) are dropped due to:

  • Extremely low usage in modern systems (post-2020)
  • Memory limitations (≤ 4GB) unsuitable for scientific computing workloads
  • Increasing incompatibility with packages such as numpy, scipy, and pybind11
  • Frequent build failures and maintenance overhead in CI/CD pipelines

Installation

If you haven't installed Python, please follow Yuqi's tutorial about how to set up Python and your virtual environment.

Once Python is installed, we highly recommend using PyCharm as your IDE (Integrated Development Environment — the place where you open your folder and files to work with Python), rather than Visual Studio. PyCharm has excellent built-in support for managing virtual environments, making your workflow much easier and more reliable.

In PyCharm, please make sure to select a virtual environment using Python 3.9, 3.10, or 3.11 as these versions are fully supported by sequenzo.

Then, you can open the built-in terminal by clicking the Terminal icon terminal icon in the left sidebar (usually near the bottom). It looks like a small command-line window icon.

Once it’s open, type the following to install sequenzo:

pip install sequenzo

If you have some issues with the installation, it might because you have both Python 2 and Python 3 installed on your computer. In this case, you can try to use pip3 instead of pip to install the package.

pip3 install sequenzo

Documentation

Explore the full Sequenzo documentation here. Even though the documentation website is still under construction, you can already find some useful information there.

Where to start on the documentation website?

  • New to Sequenzo or social sequence analysis? Begin with "About Sequenzo" → "Quickstart Guide" for a smooth introduction.
  • Got your own data? After going through "About Sequenzo" and "Quickstart Guide", you are ready to dive in and start analyzing.
  • Looking for more? Check out our example datasets and tutorials to deepen your understanding.

For Chinese users, additional tutorials are available on Yuqi's video tutorials on Bilibili.

Join the Community

💬 Have a question or found a bug?

Please submit an issue on GitHub Issues by following this instruction.

  • We will respond as quickly as possible.
  • For requests that are not too large, we aim to fix or implement the feature within one week from our response time.
  • Timeline may vary depending on how many requests we receive.

🌟 Enjoying Sequenzo?

Support the project by starring ⭐ the GitHub repo and spreading the word!

🛠 Interested in contributing?

Check out our contribution guide for more details (work in progress).

  • Write code? Submit a pull request to enhance Sequenzo.
  • Testing? Try Sequenzo and share your feedback. Every suggestion counts!

If you're contributing or debugging, use:

pip install -r requirements/requirements-3.10.txt  # Or matching your Python version

For standard installation, use:

pip install .  # Uses pyproject.toml

Team

Paper Authors

Package Contributors

Coding contributors:

Documentation contributors:

Others

  • With special thanks to our initial testers (alphabetically ordered): Joji Chia, Kass Gonzalez, Sinyee Lu, Sohee Shin
  • Website and related technical support: Mactavish
  • Sequence data sources compilation - History: Jingrui Chen
  • Visual design consultant: Changyu Yi
  • Assistance with early-stage performance testing of Sequenzo: Qian Wang, Ruxin Xue, Min Zhao, Tia (Qi Dai)

Acknowledgements

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

sequenzo-0.1.41-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.7 MB view details)

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

sequenzo-0.1.41-cp314-cp314-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sequenzo-0.1.41-cp314-cp314-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sequenzo-0.1.41-cp313-cp313-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.13Windows x86-64

sequenzo-0.1.41-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.7 MB view details)

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

sequenzo-0.1.41-cp313-cp313-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sequenzo-0.1.41-cp313-cp313-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

sequenzo-0.1.41-cp312-cp312-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.12Windows x86-64

sequenzo-0.1.41-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.7 MB view details)

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

sequenzo-0.1.41-cp312-cp312-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sequenzo-0.1.41-cp312-cp312-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

sequenzo-0.1.41-cp311-cp311-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.11Windows x86-64

sequenzo-0.1.41-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

sequenzo-0.1.41-cp311-cp311-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sequenzo-0.1.41-cp311-cp311-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

sequenzo-0.1.41-cp310-cp310-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.10Windows x86-64

sequenzo-0.1.41-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

sequenzo-0.1.41-cp310-cp310-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sequenzo-0.1.41-cp310-cp310-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

sequenzo-0.1.41-cp39-cp39-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.9Windows x86-64

sequenzo-0.1.41-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

sequenzo-0.1.41-cp39-cp39-macosx_11_0_arm64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sequenzo-0.1.41-cp39-cp39-macosx_10_15_x86_64.whl (2.9 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

Details for the file sequenzo-0.1.41-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d2accf7c6da655b4c3760df453f735ae39f7ab2db47fa864faf7c8fbf819d3f
MD5 7418d0c45d869a67b3e28b2e1c720710
BLAKE2b-256 86de15e5fae075c275c4ea292b0aad44aadc5c0ec69c9d5e1c90806dd0eaec97

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a7ea0dbdc2939cc953d2c6b3d59a6b271e59350f8769a44c880a090a30a3321
MD5 c74d810c952d2cd9ca9b4c333af0708a
BLAKE2b-256 eaca56dceafaae61b8dfc34f5fc131cbcb6efd08101a8da7878a48ef3697531e

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c070acdf1a9a0d1da8f15ce818c0fc4f650972b3a50f933548c3da7bfe707bf7
MD5 a19ba26f445dd94637cc5a960598bf08
BLAKE2b-256 dc495057348ee69e357129f22f14695aca442135bf5d6993f1732407bc807bea

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: sequenzo-0.1.41-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for sequenzo-0.1.41-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d6341f0842a3ed6306787c252451d24d44cf128ae16d053301a33e388bfe5195
MD5 16e0bad08162e0b214f4bd8702b9f2ef
BLAKE2b-256 286a7937d62845b2cc216d16c9eb024b7eaf6397f9bb7cedded395da96d43977

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 620e914d51d862e14cbb839c2899e70529714a31838ef35f17a190456b642ac2
MD5 ac17c6a72d306b7a6fc3ebead1a0a0fc
BLAKE2b-256 382d5dfc86a68ed800d3d9861bf5d4e1720f971f6544742f0e9aa0ffde2c02c5

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2d0bd8ce0e41410097d951484d78e7cd222f07fc5bb9a3cb515a29e106ad4170
MD5 dbbc76a669ce48cb906aed2812eaf9c4
BLAKE2b-256 f53f5ecf6aa7065cd94f62ff77d3a46b947fb7ea8ac338937b0f77197706fb7d

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 328ce126f103c77e393841dd4c07334ae8e10eea71c90dfa9b3114dba10eb411
MD5 61399f0aafb8ca6107bb8dc0ab57b8c0
BLAKE2b-256 81013b1d37fadf7539ec370043aa2578a313152e80797d14dab7ef93e97068c8

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: sequenzo-0.1.41-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for sequenzo-0.1.41-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a176752a15365dff566b6b3f0c1a674afe8df617c428b1c8ca38d2d078a5aaad
MD5 c5a8f850f09d41ba49997adbf06f98b3
BLAKE2b-256 eaeabb49f78c774f3d3145aa539b3f28dbe82c97c195004b227bb360b64264ef

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a65789ac352580d5da73cd8266a440a5f7ad2639e8710885e61c9c24faa02470
MD5 4bffc2a75e3383b497cf8fa2982b9b6b
BLAKE2b-256 767594ac6fe34c2b0e0f5cf31c4bc2e680f1c0c3a9552e0aa22b6644e4cb9d03

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dd0691c7f36335287d1a9f59fc6f0f0e5499e9778b84a9293d155babac01269
MD5 79a31b9e88fb3e4a86d19ce4abdea445
BLAKE2b-256 95eab270a071e4f1b624d7d8065349fc906073f3df19efc7be1be7ccb23d7628

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 851f3a17ddaeb34a07fda4c470305898f644872f09db66497b9b83f4ebc63560
MD5 6f75163dc3645e69f6255140ae541127
BLAKE2b-256 bc0e2999402db86e0e02a664406e5971b3ba577094ceb790079316557c3be03c

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: sequenzo-0.1.41-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for sequenzo-0.1.41-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67147bd90615d1a3d4a3b0ccbc2096ea6904474890a347e572bec5aba1660272
MD5 93ebd175d34baeb0961b728df088b259
BLAKE2b-256 f546b80bf86f830c7de859c4a2469a4644eefb18e430c4d6eb94914cb42dcdc0

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 082dab36104577e8349672cc1163377ce210d67338b59368d6899d847fa25ad3
MD5 fa265e6a0972560c405b6c336e59b2c4
BLAKE2b-256 2b958a68430a72f882694bda7d5f4feb5b7911513a1090117b40975980537771

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b7e7fc71f1006609fb8da0db4b52e21eaf940b45c59cd34fe369fd0b6f772a1
MD5 a7982e19cce87973a05ecec5d291637c
BLAKE2b-256 cd530d29a6cb9fd070187eb06f98533a344d03fdf0a5985444c958ac3075a0ed

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d4793c47f7308b8bdccb0ec606bf75198564d46de287423314a421481f5ba63e
MD5 4770ed8a0a96899054b0d70213a7f694
BLAKE2b-256 d560aeb7de9f254dcc0b610c6baa276d63a73c26dd529e58dcd2edfda95a4a6e

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: sequenzo-0.1.41-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for sequenzo-0.1.41-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d9cf130fd836cf4d1361c3d9901fdf81348cd0bbfce94a8424c7c0dffce3a549
MD5 03680900f9962c9aa37fac0f1c146cfc
BLAKE2b-256 ae59c0f6e776605b133396c1a655e4f021495cdbca2973f2c67094cd8ecc09a2

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 911ed49c974b09dec9d16c5196c0f31c566ca0bcadd122c3012d77b1472daa58
MD5 b86d6c7bf841ceb01ce7b74db624be54
BLAKE2b-256 ccd3d3157c44529206a4dc37b3ac8e5dbb3aa9cf2ac48205393ccef74c0d777e

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2c19b5addd5e03087e5e4e69f801105dabf8f19f0e0a267dbc2eb6e98a5ecf3
MD5 9123cac7de8197c96b00a3764377f480
BLAKE2b-256 ec4ddb5b71a05dd1b8726f5871a2292ba855aa4f07b85b3254921092ddb2ee53

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 20ac0811269f329f6a1d83aa3a1b5ec3f449e60e9379bf3ba2607e5d897bfe68
MD5 b18830f9ca0ff60ff6aeffe861aa3d23
BLAKE2b-256 1090abad682a6dc289a1a8cd8ec92463aaf9532cabb24bcd0ca30f74555a2ae0

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: sequenzo-0.1.41-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.14

File hashes

Hashes for sequenzo-0.1.41-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 37225fc00092a932d37908bc79e750f9f6efa3ff09bf2804033aac89f695bb46
MD5 eb442c9fbaa189b0e44ebfc0328ad151
BLAKE2b-256 b81f85cbff8c4befadc513894c69be35b84f22f131a6953237938f9470882fb6

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5974dbd8be0711ed6615c126b0d4b576b820edef87507a9067949a3e7502554
MD5 3f80b0df8094368cb7c9a355b7844550
BLAKE2b-256 56dba83758efa4985c2bdc72e5ae1812539c5f0cafe63e38cc62fcd221d21bcc

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f82531e715e0045ff53077a7ca7adadb5c6072ea7e64684bd6bf58efb831dab
MD5 f12d89394cbcfe554aa3cca07ede59b7
BLAKE2b-256 734826e23d252dd4bc059fc2ed5871e74b6175c8b1ddeb7319c5b11237429cff

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.41-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.41-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fa45b3aa82fe56ae65b77f34d3d5c82d2d08ac8882b71cd6f7c46d6422b0e3e8
MD5 68a34341fbe609507d75012a0c3309aa
BLAKE2b-256 4afe90e5e4647e2b67ae1eca0fe8dd74cbf62e82623c3b503cc9d43383b2cd75

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