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.40-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

sequenzo-0.1.40-cp314-cp314-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sequenzo-0.1.40-cp314-cp314-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sequenzo-0.1.40-cp313-cp313-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.13Windows x86-64

sequenzo-0.1.40-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

sequenzo-0.1.40-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sequenzo-0.1.40-cp313-cp313-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

sequenzo-0.1.40-cp312-cp312-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.12Windows x86-64

sequenzo-0.1.40-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.6 MB view details)

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

sequenzo-0.1.40-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sequenzo-0.1.40-cp312-cp312-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

sequenzo-0.1.40-cp311-cp311-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.11Windows x86-64

sequenzo-0.1.40-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

sequenzo-0.1.40-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sequenzo-0.1.40-cp311-cp311-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

sequenzo-0.1.40-cp310-cp310-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.10Windows x86-64

sequenzo-0.1.40-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

sequenzo-0.1.40-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sequenzo-0.1.40-cp310-cp310-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

sequenzo-0.1.40-cp39-cp39-win_amd64.whl (2.8 MB view details)

Uploaded CPython 3.9Windows x86-64

sequenzo-0.1.40-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.5 MB view details)

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

sequenzo-0.1.40-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sequenzo-0.1.40-cp39-cp39-macosx_10_15_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 10.15+ x86-64

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4762fa84ef22784cba3338401d4fa683620f5ab0627326a81d565ff7a932bd2f
MD5 f7d2c55877cc4ed8d31c88085510b307
BLAKE2b-256 ed8a4871c876b73a449af642daf9b7aa9693380980503ede863112dd91f676a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 94dd754de65b07a3d3195126a8ee6eb26351706809381d08c3113d2d31d6b4e8
MD5 73940ff184fb9984525c7e2d40d1f88c
BLAKE2b-256 c0460897ab1fa1e7bdd5c529125c5d962e0ab792c01f19ff3ca2a39531afd4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9049f6634b9f68be97b548ac1b88990c5d1d9ca20149cff3e67a3e38895036f0
MD5 4242c2994f7577c4c417d22b27d42971
BLAKE2b-256 6b7938e88aad6f4fe2e291e5d19a4c0d03ced0aee7e43a5f4c068f5d76a2ba7d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.40-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.40-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e788f2d861f3e7f4025d3ad1297acbebf1df23109624d789bd7acc08e2da5009
MD5 ae716555e334fa6dfb80ce7af5f242f3
BLAKE2b-256 519222876ab9be4893f138720006648ac4343739ae8325412bebb4b0baacbdd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 28169acdef82835e5d9512b6f9ac8b5728910b6ebc5738109a7666938c55b05c
MD5 b43a310722683b9bc464c502b5808ebf
BLAKE2b-256 fc861235749ae31767c454eb727a55d18634ad6c857c423e66c4774ae7f89960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a061af1627b091a92a5ae5218f59fc2b69b25f8f9ec5c897bd8c8069d2ef2eb
MD5 8c0044cd22d9fec873ecb6b2ab7afeba
BLAKE2b-256 b1c516692a8de448a6119dbe3bd1cce9ba6c894ee0a7752520970a3f16bae256

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b98165bbd6e9f761f8392273746a74cf168dfa06ee59942fbf13daad0bdf2bf9
MD5 935e1b1b8632df4dc94c1858c296d728
BLAKE2b-256 2d78656e89464af5b7a2b6bd19ee1caf60627490046115a064c2771dfeb9999d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.40-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.40-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8e65105e2783de563236242a32ec61a0ea9d2da2e1be163c35a75690f48128cb
MD5 8744ac5e9fc0fee90b4d60cc6dc4c7c9
BLAKE2b-256 d0342ce6f13642a5cb626a6a830b5308b0d194611f82292d3823cd5aa04e2c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0f23c2cf3347473a0ca0b94d3f48bf899b9564d6b129ebffde414c0174412e7
MD5 b01a9f44ed5c6fbecc34014c7bf7c3df
BLAKE2b-256 cf5c5679b66ff1d94952d59e9737e8643111ae36e8a9523afe694a66f72f99cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ac6471993ebae391aca6f9aaa7b17fd31922d68483d2a9ef17f3cd0136b2e5f
MD5 dc1ce5571af1dfb9a8bab4dcd7867aee
BLAKE2b-256 e9d901b8e26d86434719f81ce9e5bcc5f2d180219166bd33b4cae75743ba6ed5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2903b07138e824fa58c32856691781dd2d42ecb4e0b01b9e33a3c13a43ff3687
MD5 42d805bd60bdfd51a0e4ba35be2a04d8
BLAKE2b-256 1a728519adad4cf076770630f85c53e9b4de1ef81de6c50859708ab913161bb2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.40-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.40-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a80a5b653b837964cb1b37d3fbddb1a048b24f60bf06ceae07eeb7fac6dc53c1
MD5 7a2ab4c8e3a1e42339cfc28b46199e63
BLAKE2b-256 8105bab6489f3bcbfa9ec7e96a750753c9f41448fd104bab30c9a5fb0626cdd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f020f10dde3ad2b93ac1f39f99c3b0f5a79b07047e8dc6592f7de3ffee672534
MD5 381f9a41a0fcb8d9652bdc0dadf3e90d
BLAKE2b-256 0661d90f6e46beaf736199ff67cdf1683fdf5c6d760a90087213badcc8c56216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30ea813e54f390a56f849c5daee3431134e5f8869cb35fea0656f2bf01aa666b
MD5 f627eeb71bc8577b77b0766d26903005
BLAKE2b-256 102d68753b0e020fab905429b8aeb079db5a475c0e61d2cb853fc137d680d7c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 553d6977c37368775b207ea9491286dfe2011b2464a7fb76371e090ae56c07b3
MD5 30891588aa9ccaa5311c369f8de3100f
BLAKE2b-256 8c91b68851192173a30f37017b98f2cb7deb72ff6e25caa7a7298d1a499edb98

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.40-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.40-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 90f8910b2e8120a5f3842bc8f3406c7b2fdf8885eb181b964f91625b54a0687a
MD5 69a94bd4bce197c2ae2e33678a78c7ef
BLAKE2b-256 857f8f15922fc8c6c538a62313a80e9810fadeb159c8ff49c1009d8be6c6d113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddf13da08f34d9bcc5a4e32b6d2953e9bae061a7020504dd6cd3467b7a6b0c4b
MD5 06b8b0affb5336a4bf523e60d905b8d8
BLAKE2b-256 3b9d02b1beaca5dbc013c7a4de745917098d9745d223a273de8104b6e34b65ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb9923bf5fd2dfc43a26d59f921162358cde30f7c73ecf2a7dd8a9c4703f0b2e
MD5 594cb15c2b198acc3b030ed1a60ede83
BLAKE2b-256 c31df4fe677b98290de46266f593021fb30fc4275a0e3103a0cfd6169202cf94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 81b2fa187c19d0f87d14c27dfcb5202ece7abef16793bb3a6368a07be8a2986a
MD5 4f42796a4d146c881d321ec29d297599
BLAKE2b-256 efbacbb1b760bd982fd260d54a987b3c87d0186e50b240f0eefa559a18fa2192

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.40-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.8 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.40-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fea577870f2965b545ed89747f705061cd281aaa739bbf36abab41a5956b036a
MD5 9c14a8dae36c8972e7ec0470bf1034a0
BLAKE2b-256 b256aa28a6dc1da600d42facd99fa73467266cb7ebe49a0fb8a24676081a7acd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f47dc21c5cef13b01eb98167083a69d4ef6bb72001944413388468003e0097bc
MD5 1b39bb678a4b294597c671bca0ff6e53
BLAKE2b-256 07468266653d18a493d5f44de18eb11ed038a4a8205ad5d0d210bb1ce300425d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ffb10813da916889693cb16f7075376625b5c23ec7f7cef56388eb4f2146509
MD5 d867123c9cd047fa6d278d58d02f215e
BLAKE2b-256 05f90b0c228325f4730f7e5844e1d9db16c0284f7b1355965308cd32be177cc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.40-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7fabd2729524ddf93c4e5bb8ffed2978ba6fa44b47319421b3ec41197f4ce026
MD5 a8f1f71d18d0441a2d2aa0334f98572e
BLAKE2b-256 69f180c2ed0239bf42a765507c846aabb0d61e1447e72ce1d3a71877c25fe054

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