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 Architecture Python Versions Status
macOS Intel && Apple Silicon (64-bit) 3.9, 3.10, 3.11, 3.12 ✅ Pre-built wheel
Windows AMD64(64-bit) 3.9, 3.10, 3.11, 3.12 ✅ Pre-built wheel
Linux (glibc) x86_64 (standard Linux) 3.9, 3.10, 3.11, 3.12 ✅ Pre-built wheel
Linux (musl) x86_64 (Alpine Linux) 3.9, 3.10, 3.11, 3.12 ✅ Pre-built wheel

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

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

sequenzo-0.1.39-cp314-cp314-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sequenzo-0.1.39-cp314-cp314-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14macOS 10.9+ x86-64

sequenzo-0.1.39-cp313-cp313-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows x86-64

sequenzo-0.1.39-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

sequenzo-0.1.39-cp313-cp313-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sequenzo-0.1.39-cp313-cp313-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13macOS 10.9+ x86-64

sequenzo-0.1.39-cp312-cp312-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows x86-64

sequenzo-0.1.39-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.4 MB view details)

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

sequenzo-0.1.39-cp312-cp312-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sequenzo-0.1.39-cp312-cp312-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

sequenzo-0.1.39-cp311-cp311-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows x86-64

sequenzo-0.1.39-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

sequenzo-0.1.39-cp311-cp311-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sequenzo-0.1.39-cp311-cp311-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sequenzo-0.1.39-cp310-cp310-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows x86-64

sequenzo-0.1.39-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

sequenzo-0.1.39-cp310-cp310-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sequenzo-0.1.39-cp310-cp310-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

sequenzo-0.1.39-cp39-cp39-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.9Windows x86-64

sequenzo-0.1.39-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (3.3 MB view details)

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

sequenzo-0.1.39-cp39-cp39-macosx_11_0_arm64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

sequenzo-0.1.39-cp39-cp39-macosx_10_9_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b5083a50e0342e9fe23f436d4812c62cf7b09a1ab3306f62545a9b779dcf1ae
MD5 9862e222a529aa0323318a1878f1c6f5
BLAKE2b-256 d132c7f6c7ff0449496d47f8959f77a234e0829cf4caf76ad72551697acc06f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 82853ea3ce96c82b9889dbf613ed4aa33039da13449e59620ac270a1f3c0a0a5
MD5 4903368a1d858ee2371be4897b05b26a
BLAKE2b-256 488fff2fd9a657b30bbdf84fd7556a3931158c3b15ac89c9a997f336456f3a48

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp314-cp314-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp314-cp314-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a2e7df5ef399f2ebf65b7f248d41204dbf7e88707dc8bb322d3e94f22e281ca6
MD5 e2ff541a96ded3e4222a6521ee4497ba
BLAKE2b-256 8ebecfa9e70a9ceca3e8cc035c45cf962e738a816f5285ada652e86cbbd877af

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.39-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.39-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b471376a2852bd21dc0bb55e0f5e0fbffda48040eec1fc6fef2ee8ebc9b93e1c
MD5 42d0b50e284ee720c8690527a127cb6a
BLAKE2b-256 8da41adfc117b5f32d529e5de94dd7b1f1bd489262cb59546e443411aa70ddd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3235f8eb95ffd7a0963cbbfa79df28d4a73ca0ae66f600c5029394074c84bf6
MD5 6b12b1ff049fd1f92b25c6d743a72ba0
BLAKE2b-256 f3bb62406d3dfc273e1c04706a9f0efc60806b8beafd5251170f05aa1d936c39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc4818e9746c23494712839fd9c92000b7615542fe5e18f4f732c6d2a0b25f25
MD5 67ea571bc25485e422781acdf9ddf6c1
BLAKE2b-256 6eb3bcca30289559202572dd0c403d5cd9b076199d7b4fcf89e31c8d7750e8b0

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp313-cp313-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp313-cp313-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 129f0059e4a92b738895f66f95198c8fd05c1db68f9587ed2c660bcfefb42d5e
MD5 af696ebe7483e0b29722aaf45caab7c3
BLAKE2b-256 8f2e205557307b876ca4185a8636b0a733cb9675a2cbc7412b01c4a653d33889

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.39-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.39-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9d3e3af50a945c198db2c2c37bd9a1392646595b3ba70720aaea947e0f0dfaa4
MD5 e65f902bcf85b09c0ddb6dd4497a272c
BLAKE2b-256 b71706874d5d999c7e264b84eec8b054db510c300fc737d0358716ed803b0306

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5fcbad90c8242b3679fd6b7943c12a00d6a18ae15668031bc0d37f5fc524b94
MD5 315b2c565903ef3f17cb8701d00d0140
BLAKE2b-256 3be03d32aa9783c6725e5928c4cc30707d424b2239103c48c7a751cefa9ad3f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce7bc70b74a182f08c43eb81a464e86e7e416b035b750ea37ea987de28dde545
MD5 9cd8c39e8421be0c2ab4d5f07eda9cf5
BLAKE2b-256 cfe2b5908836ac0d86cce53a4fb9371faf0b6497ea3bd7042a87a86f943fe642

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2ece6df52ee2642a76ff867dbfe272df805a952a09253a068c9c47024cd1f5ca
MD5 89c57411baf37cd517d88ed722f53d77
BLAKE2b-256 eac7f3a25e2393369b2543de4b1ea6c61629d8e85823fe0d72f6f5f668f7e793

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.39-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.39-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 633b16ad1328df54e56fd0b006518e313a10046129f7e7d215f27f20cb5f8394
MD5 55516983b515c1d651ffa02e7d847627
BLAKE2b-256 00ee5a32a73679bfcb989726c400c8f6cb3449cd77a391fbc6e7846291e1f461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 118341ad56a47e57dcdf31b5abb1fe20015609263638d6e822a1e2521f0abc47
MD5 eeada2c4d8cf0018869049bf032366af
BLAKE2b-256 13405b11044907919ad6cb96195e90bbfc25c378ac9d2513befdc6fae050ebc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3fecd45e24720c58c0b3b58b42ef92c8b84b2f9613b09190bfc0c875f6eee23
MD5 07904f480ee78dbf8219bab30f94f2ff
BLAKE2b-256 f45749d2df2b373bb1cf7cbc28a0187d8c3dfb3aa0e341a32df37eb7c92b8fa7

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 777985e0e5c7b763b24787d1bbfce08e7f6f17d7fd6572be104cdbc2c23133ac
MD5 f3736900216f11e2d9a3994dee17b9ff
BLAKE2b-256 5678af4f84ceed2f008df052c4ca1759c63b8e7a7b6f8be207a2733e859c4c57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.39-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.39-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 71d523d135d268da848da69d041fba9d9c798b9badb019b9295483ee61475e80
MD5 17b9e3eb575a130bdced62e507a641d5
BLAKE2b-256 85ac3aaf47103208d6756d3d726a5bdc67a6d02c1353516b29dbb395054c6266

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d4ef0bf22dc7ba8b70682606eb83641ea57af5615bfad55108555174b42d1a15
MD5 7e483ebc71e91bd3d52fed0d30b6588c
BLAKE2b-256 a5880df4b8ff09536fda642f7fc2f21ea30f0b01fb9221029d907a5aeea11fa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5450cd024bc551f4fdc4b2b5362b2762f6a9e6f191cca8ac32cb84d6070641fb
MD5 74a030a76c77a29bb8a9281c08723af0
BLAKE2b-256 6d8dc571b9e762bcdc5cf4b0a853f55feaaf343972904b1b0ec0d00e92d54a37

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 796777b30f8191cfd17f9e03124e67f32048c08a7ccb708cef8252112dd585ee
MD5 d537a6dcaad8598be16dd00a12b7ef33
BLAKE2b-256 9d87db637b236d733ebe13c1aec3ed6d2dff034cbd0d156a7048c5bd8e20625f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sequenzo-0.1.39-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.1 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.39-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 45e55112d3232b67ec1fb6a6bf420a2ac328e25151df4e554e09de27f42667a6
MD5 e833a279118d8f5f31a32169d0421edc
BLAKE2b-256 7b71765e16e7d5195e014c1a74aab6bf2c8d3bd066f4665f3b52003aa5ba9aa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 19962fdb4532fcfe0eaea0c52fa344584aa814f9b734fb35f173601e1da4a1b3
MD5 d092affe5266ee26951bbd18a9665bc3
BLAKE2b-256 35159685df352836308d0ab0a989151d0207de3652e8689339a70d902a6bb231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4a8cf617eee8e879a14d3688710061a0cfccdb3c3b93f6637a6d787e7bcfe19d
MD5 ba62f9a2800e66b6628977c119a634b5
BLAKE2b-256 becdf3c06ab6cd72315c42c5d526d778d85808fd371e9845721a62794efbb150

See more details on using hashes here.

File details

Details for the file sequenzo-0.1.39-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sequenzo-0.1.39-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 318947743dc8deb00e51269c95c90d0811a319aadbf9b3ecebe7042bc5868b62
MD5 623675ceb6bbda38480cbe16070adaba
BLAKE2b-256 a144b0b93f693eff5e4b12cd0c1e7a85d47ec2b2a74adcc8fe8e1d4bb8d8dddd

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