High-performance, Rust-powered drop-in replacement for Python's logging module
Project description
LogXide
High-Performance Rust-Powered Logging for Python
LogXide is a drop-in replacement for Python's standard logging module, delivering exceptional performance through its async Rust implementation.
Key Features
- High Performance: Rust-powered async logging with exceptional throughput
- Drop-in Replacement: Full compatibility with Python's logging module API
- Thread-Safe: Complete support for multi-threaded applications
- Async Processing: Non-blocking log message processing with Tokio runtime
- Rich Formatting: All Python logging format specifiers with advanced features
- Level Filtering: Hierarchical logger levels with inheritance
- Sentry Integration: Automatic error tracking with Sentry (optional)
Quick Start
# Simple and automatic - no setup needed!
from logxide import logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)
logger = logging.getLogger('myapp')
logger.info('Hello from LogXide!')
That's it! LogXide automatically installs itself when imported. No manual setup required.
Installation
# Basic installation
pip install logxide
# With Sentry integration
pip install logxide[sentry]
# Development dependencies
pip install logxide[dev]
Documentation
- Usage Guide - Complete usage examples and API guide
- Integration Guide - Flask, Django, and FastAPI integration
- Sentry Integration - Automatic error tracking with Sentry
- Performance Benchmarks - Comprehensive performance analysis
- Architecture - Technical architecture and design
- Installation - Installation and setup guide
- Development - Contributing and development guide
- API Reference - Complete API documentation
Sentry Integration
LogXide includes optional Sentry integration for automatic error tracking:
# Configure Sentry first
import sentry_sdk
sentry_sdk.init(dsn="your-sentry-dsn")
# Import LogXide - Sentry integration is automatic!
from logxide import logging
logger = logging.getLogger(__name__)
logger.warning("This will appear in Sentry")
logger.error("This error will be tracked")
Features:
- Automatic detection of Sentry configuration
- Level filtering (WARNING and above sent to Sentry)
- Rich context including stack traces and custom data
- Zero configuration required
Performance
LogXide delivers exceptional performance through its Rust-powered async architecture. See our comprehensive benchmarks for detailed performance analysis.
Key highlights:
- 10-50x faster than other libraries in I/O-heavy scenarios
- Async architecture prevents blocking on log operations
- Concurrent handler execution for maximum throughput
Compatibility
- Python: 3.12+ (3.13+ recommended)
- Platforms: macOS, Linux, Windows
- API: 100% compatible with Python's
loggingmodule - Dependencies: None (Rust compiled into native extension)
Contributing
We welcome contributions! See our development guide for details.
# Quick development setup
git clone https://github.com/Indosaram/logxide
cd logxide
pip install maturin
maturin develop
pytest tests/
License
[Add your license information here]
LogXide delivers the performance you need without sacrificing the Python logging API you know.
Built with Rust for high-performance Python applications.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logxide-0.1.1.tar.gz.
File metadata
- Download URL: logxide-0.1.1.tar.gz
- Upload date:
- Size: 222.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ec7d0a067a247fe5f52935d5bb9184dfc6a6ef13b05375a921d07273346487
|
|
| MD5 |
41867aec17a24666c4b5b551e4fe9041
|
|
| BLAKE2b-256 |
0c0d60291f28a0b6c31c210d7d9b83a928df2e88c18a0b1d189029abe0da64bb
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 582.6 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b85977c4e6fca02737c503bb7a55efe8929d06649506a7ecdcfa33486e32a1b4
|
|
| MD5 |
b6cec274ebea3382c7b8696f6b20d3ac
|
|
| BLAKE2b-256 |
24c49aeaeaf621a60cbcb4d8e8cad32ff3e7904a973c57dabc6d1dacd1d61211
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 613.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be9b7691d45dbbcf4fa4a8f206702e4bb2a218e1885b4cb70d6837f39282f345
|
|
| MD5 |
78d7c51302176ee8c874020bad97469c
|
|
| BLAKE2b-256 |
3005dfb76fd4ca8c13f44d5232fc33e7bb30efbefbafb0281261978bc4c35d46
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 745.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
368b247843977f268ca2916b83540753c4dae09ac427c320cd21335d890d68aa
|
|
| MD5 |
4e77f71b8605f83936abd8499f70ccaf
|
|
| BLAKE2b-256 |
8ccc9c61db283307830b73c13e7cd2591950c2f5e5386e71249efb778eb9cfc1
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 630.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
352755aabd772313edf24459262a27b03b77e3bfce4f3aa6d0f11fdf1e5ec453
|
|
| MD5 |
20c56f001cab479e3df229f1a85f1b6e
|
|
| BLAKE2b-256 |
deddf8fe6ad66e85f8f580d022c3cbc48e947fb837ae12957cfa07c6bd1712a8
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 590.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26eac299461fdb39ba4fdd4d5c3517bb1d6e0907ef35134f537e11d6ce2c879f
|
|
| MD5 |
1492bc36cec81de3232ef4749e8f89d8
|
|
| BLAKE2b-256 |
bb48865a4f2ee09d833a60e6db876ead82858fb810b5a06c940a7e88ea9b65c3
|
File details
Details for the file logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 582.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5f5b371bd3b5f47254c4f2d6dcdd836d5b7cb682a10298006d88268a0cbe273
|
|
| MD5 |
65fcd66d53d8a0732b9dd52e1063361a
|
|
| BLAKE2b-256 |
3bbbae0cf92146ffb7ee95a757ba33d89e3aa6e18374d07590a4e1f7b31b8dd1
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 582.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
730d384510215569ea288a86e6bf6731fcc5962006015e2f9fbe4755a5d47324
|
|
| MD5 |
c10bdb8f54f1d0831d9d4e44375fc0f4
|
|
| BLAKE2b-256 |
f8e647e4991bb5b70aed0e13eae9bddceb776c70d7526ba5e12ff563847781c5
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 613.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
267777356cc8d08e9e97ecc76a12d560bbe0ec8aafdbe51be6b8eca4844bfa0d
|
|
| MD5 |
30e612ffd396aefe952ca0101627425d
|
|
| BLAKE2b-256 |
d642298b8c97c653e6f4b1ec122dd793a16c6accae63543f2f3b06b64b2962e9
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 744.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c4f72a4af9a83a631989ac8b6dd2a10c3d77f2a481d6b3dbcc898475ffe41a9
|
|
| MD5 |
905d1ccf1ce923f8c05822f151895fde
|
|
| BLAKE2b-256 |
9077d12b32a922b21e3c4ee7ed35a3fa2945d1468ceee7821e95409423e59b87
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 630.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f550cb4bbed4f1ef8a0e6624357af6466cd503c6236174847d2da59994deafc3
|
|
| MD5 |
97e7564af7d231c3d148688e4159585a
|
|
| BLAKE2b-256 |
fbc46d97c4849464ff8ba393f0860589b9753ba155fa8fc23cd33f7bebceacc9
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 591.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e88c0ada6bb1844de6be893e64590cd2d15224ce9021bf2f0dd0718ea83ae086
|
|
| MD5 |
0676b3d611d268868be80a88bac605a1
|
|
| BLAKE2b-256 |
5dbee6d68eee6d28c346b72ae8547005742a8e26a8019bc4eba060aca5468a66
|
File details
Details for the file logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 583.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce8ba2a1d644b98852f1f0dc82b23f962665d4daecd5071de96d8572ec81cbc1
|
|
| MD5 |
32952300f357fe6fc149832fb530a01f
|
|
| BLAKE2b-256 |
e9e1a857bbb170e7c9c1792633c27464a7e0cd914f24c5f3ce2a4897e2dbf76b
|
File details
Details for the file logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 615.3 kB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a341d0fdf7ac97d31bc60a3eb0b764b1897e4b2b68f3891f38c758961308a50
|
|
| MD5 |
254547cea503ad6beb6c7c48b3073bbf
|
|
| BLAKE2b-256 |
60072472302a5ca980180a5d27d6d893d7aff2682ff30e0e56d62ca37831871b
|
File details
Details for the file logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 745.8 kB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c27402ad1901eccb02e12b5018718abeadb6b669f5325551f593253d773e9ad
|
|
| MD5 |
9fd892cf4ac496796a67b21122a98865
|
|
| BLAKE2b-256 |
555843d5a1ff75a40d78ea09c8071c51b873c0a79717b2218f7f4481d4720310
|
File details
Details for the file logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 591.2 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc8d71b93c72d5de4ed50735bcdcbc6dcf50cc541e547ef6f654adefe318adc9
|
|
| MD5 |
2ab4d3982117e8dbbb2c3562173dddb1
|
|
| BLAKE2b-256 |
a4ac89042a063f53ad095f7612a36acfe79940c44bbedaa7378d32d6c176abc3
|
File details
Details for the file logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 584.1 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e87aeeba5f3551b844f814baa3eef099f7c514bc8a15efa48b98c36b7c801efc
|
|
| MD5 |
98dfe26df276b69d75c64eb939c0f74f
|
|
| BLAKE2b-256 |
078a06bea9586b499928162ad79bdeb39ac14406773e98592245ed0edc9c9f7a
|
File details
Details for the file logxide-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 614.6 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d2bc83480bdf0c7239ab641b8df681c5a1b029f8679ce9ab19de22f2268dfe0
|
|
| MD5 |
5f502d4e0f484457de6f3f42f3a46a2b
|
|
| BLAKE2b-256 |
875b2b1fc7af8bbcc2ee2f0134746e3675bf7a83f31daa13a92cc263e47a0471
|
File details
Details for the file logxide-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 743.4 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4675724605857a0c9a3d1b6bd5eb53c7698d9137617cb4180efb916dc9bccb24
|
|
| MD5 |
5e49413644bb2bc0f82f11e5eceeb5f3
|
|
| BLAKE2b-256 |
2813c64ce7f8f43115f22ec72fa8c780687e8cdbb4c38500d7bf78d6cbc085c8
|
File details
Details for the file logxide-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 588.7 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
039de8bef33bdd862c9045c457ef24935733884d06e28b327f39dfb254f491e4
|
|
| MD5 |
e1ad786a6d8f3993726939f296aa544c
|
|
| BLAKE2b-256 |
57430726678f9c20b5c9e73fe5fe143f6fb91d0d1eeae8fa456c1659b7bbd4d6
|
File details
Details for the file logxide-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 581.1 kB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d6e430f104310e39f1e21f375048df28f58c938b9cb7d4d272141a338fc50a2
|
|
| MD5 |
f906ca1ab2b951b139a7991b649a0d89
|
|
| BLAKE2b-256 |
7f4c05234f8214397a410b4d11aa59d8befb0090c4cff4d1eb2c11f0a7498bab
|
File details
Details for the file logxide-0.1.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 357.4 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5955e9846b741b824dca1f012147a5d3757ca57cce951cf1dbb24d377bd2077e
|
|
| MD5 |
d04f1390e3dbc1724bd938b79d1f284a
|
|
| BLAKE2b-256 |
8bf965500cd0815d3951fa9084379d8a9fe88e1e9aff5a7bc3cdcfe127b42802
|
File details
Details for the file logxide-0.1.1-cp313-cp313-win32.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-win32.whl
- Upload date:
- Size: 341.4 kB
- Tags: CPython 3.13, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19f7ae8725e643f85efd1fb5c5b4a2c4be4a7a9c72c43232373d74f4dca90803
|
|
| MD5 |
023dd013323f9d9cd326f85dd534fafc
|
|
| BLAKE2b-256 |
31e86f56f33c89175c8f5ad76d22c97673bab5eacd224321f5703b9d89a971e6
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 581.7 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb7daeb6475f362a0e0d134edd1e2a77a949bf4c7d7c713e965c9db10f9038f3
|
|
| MD5 |
a01461312b492404ec1587667fbc9c61
|
|
| BLAKE2b-256 |
e8e886d26de673a2ae054a5f5bb71ee6c5ce5490028dc10ddd3d4903d11ba350
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 615.4 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14f73971a85efaebf0c0a88f74a25dad41aa37969e21514517b2f3a989d8dc3f
|
|
| MD5 |
b51e829105c34faa3601219703262adb
|
|
| BLAKE2b-256 |
3f22e44740b1a4579c7667a07389a1ed058ac621a4f61c57a298c9edd88319c3
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 744.8 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5aa2fefafb4b11ff63b36842915b40cb7fc2065ae22da86d7aa88ccda98f8991
|
|
| MD5 |
df1f7f60ae0a7fe4df5353bc36ada701
|
|
| BLAKE2b-256 |
64530e1bc71efd66d6818be2ea1ef932be241d3fbac2345b103b778a8c63b199
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 627.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04e30824bdd02c463ac8ec5eb9fa704c6b1a5c2c923e42b42898fd5b48a36f3f
|
|
| MD5 |
983683c9a511c3c593a6a008b1c21f2f
|
|
| BLAKE2b-256 |
bbc25ea4900281d3c6a6ca263b299c20bf8ddbbd14858274ae8b5945d07528bd
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 589.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3af6a61fce242d430f18a213bb3cac65bf82a3ee2af3a356a97a3707b0ddb015
|
|
| MD5 |
cddb63c84c8914fc949ef524a7e91f0b
|
|
| BLAKE2b-256 |
e59af500382aac6344f610844b856deec4598c6763d68d620846fe05a137d345
|
File details
Details for the file logxide-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 582.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e10b79daa1612f70c6e8ebd5cd295cddb45466935cce08dd72d159da55a7c609
|
|
| MD5 |
983643c07a1605e45bd32f9b41d85954
|
|
| BLAKE2b-256 |
229768063856fb1df74607b7427f82681c7f755142e61c209b3649dba7807d1d
|
File details
Details for the file logxide-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 516.4 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c32c2e528e45fd5e20223b6b158b530d99afd35921a17023433325d3d62e7db
|
|
| MD5 |
4a7750bc42cbd86750c6fba13a12be17
|
|
| BLAKE2b-256 |
a7385eaeec4e22f073ec35b0679cda99023364f4350895495d519414c5162c6c
|
File details
Details for the file logxide-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 528.6 kB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c0c21c73e49e85ed093baee29cf76fe784137e491e6e4fa8d3586699bc5c8ee
|
|
| MD5 |
44d532f4d3a60b3f2f914b930288f4fd
|
|
| BLAKE2b-256 |
8047d0e45c00a93fb13664bdbc42503aca81e96ccda6e2f34cb291b7b44dc55f
|
File details
Details for the file logxide-0.1.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 358.4 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
914d8acc1245a9ba4840cbb39168244d8978c5219b2cad248bb55f48e16268a1
|
|
| MD5 |
c5d3f058ae862a48c605bf73f3810f7e
|
|
| BLAKE2b-256 |
8230dc3c8a6a48ad2b08033cb25ecd478de1dc7e3d26dc76022775b3e95eedf9
|
File details
Details for the file logxide-0.1.1-cp312-cp312-win32.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-win32.whl
- Upload date:
- Size: 341.8 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1dfc7cdf60e26e0cdd34bb06b7ac3e8cd2833e2f8ab038f9c1b2e6118fb2199
|
|
| MD5 |
9b0da263eaa974cd0970d4d5078670c2
|
|
| BLAKE2b-256 |
44bb191f2091d71d968be80a151841321fd689acdf1202649fa6a3feee3886f0
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 582.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1400600f53e71ab88ece1bbcd67da9316313606c06b9fbd51d10748f5eb54cf1
|
|
| MD5 |
2d420f2c08b366ff24870376fe41f02f
|
|
| BLAKE2b-256 |
dd6fab9ace9cc5593e0d087b8ee45f6e7c112c8da2faad96e3af8f87def18cf6
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 616.1 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40fd6bcde474cc018a6acca773ffd00884df776470465ae66b9535efa526763e
|
|
| MD5 |
308c876acc4aded56e76691d8b26d27b
|
|
| BLAKE2b-256 |
cb3f86f0741d554431cb34843cbf251b9df42f66bfa4611df76ebf56e011c2c1
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 744.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
362e6491e444f325a9dc799d16d7de41e1d35322405a8710234577fb116ffd99
|
|
| MD5 |
0b4e6f229fb8b52c0003e7f2f4d6e75a
|
|
| BLAKE2b-256 |
ebe492763650edc1a74335855411d55d2ea6465f989d680df783c764c6076824
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 628.5 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dc4825b9cee6e112e27d5b8be57f720df0b600b7212fb1c8a9a1d5227fa8674
|
|
| MD5 |
d2c9be3a7c1b250b85f90e8df79727a9
|
|
| BLAKE2b-256 |
276ffd5ac094173b04b0c92444a7e90f6e27e6e4a9e7982a6fa943ccff0157ab
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 590.4 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
006d29a27ccf1852d67bd019575d73f97b6b13c369270423bc74e3e376fa901d
|
|
| MD5 |
ec852859eef3afb54b3eef96d2299e94
|
|
| BLAKE2b-256 |
31d13be5b4339946d6ae6a7e0a00585fd3c2e0a6fda59b913e810e1d11ad7cc8
|
File details
Details for the file logxide-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 582.9 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2639d834fca67ce9123bf9cf2bddbde094b407fb6af023c5d4449e9be383a737
|
|
| MD5 |
7cc1b342e4c4610d8a98df8b98323b42
|
|
| BLAKE2b-256 |
14f4a5c0a19926788d5a97428ca02d21a1d2fd8028049a1df597c77f0b539631
|
File details
Details for the file logxide-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 516.6 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a59ae5a04c4cb09a7054fb1c4332be623fb68523b102ab2d4caedc5780eda5e5
|
|
| MD5 |
897d9e7385b8f2ac692a849119206d69
|
|
| BLAKE2b-256 |
4941f5595b9a5cbcaf1f66a95d1d7448b714478e3bcb2d254de5832ba21f48d7
|
File details
Details for the file logxide-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 528.9 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9096712da906584505a447fe99032ccd1617a05644966ab346916978935274e
|
|
| MD5 |
d0568b467ef3ef5451330a915e5f06fc
|
|
| BLAKE2b-256 |
75990c8a0866b7fb2ec9a4dc1727a9dc3d33c8edfe9f4a86bd24e4fb2eed5d53
|
File details
Details for the file logxide-0.1.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 356.9 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90a36b61fe5ded0bb9a678d5c97e27a996feb38a8ca133d55f51a11f5168e42e
|
|
| MD5 |
a47616e9415940c4c894b6e686735958
|
|
| BLAKE2b-256 |
3bf7eaa873a90af7d402909d5252e8915e7dec3c8e7cb356924933d48f2af233
|
File details
Details for the file logxide-0.1.1-cp311-cp311-win32.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-win32.whl
- Upload date:
- Size: 340.9 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96119c7330e906d2ef82cf349fa6bb10ad69c3f1a9acb00f9a0294f4ef715fea
|
|
| MD5 |
d4443e5f33a3cecaeffd932dc829b86e
|
|
| BLAKE2b-256 |
8b049f9c364d125f03a6df2fc77c12f9767bf5e43b53bcfb89bf17676004a66b
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 580.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d1189a00b1e7b74f95a3e4d63e535ec9a3ab804e095a858642f27e5846132bb
|
|
| MD5 |
4c6ce3581897cf67678cc59cba525d90
|
|
| BLAKE2b-256 |
19a65f8220910d0ece50b14a3126983a1e42ca149d7996d34863ff9cc9d1341e
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 613.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9971ea27cdc5f16216c7f533b44d958f5f37103e1d9059c016aa5bb4bc8fbe
|
|
| MD5 |
73b26bf899987c650aef1e9e182fd554
|
|
| BLAKE2b-256 |
d6a28b73a70595dd2521377e3e934bf0e34f2983726b6b60ef74cd3e8f916eb9
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 743.6 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9974a8ec7728cdcd4019c9f93e1abf9cdc37feb88293b787b071f49086ae248b
|
|
| MD5 |
6b963a6e637ea43d570f693ced9b6999
|
|
| BLAKE2b-256 |
00748f4f742d827d9c843c47fe867e46217817ec8220982276cf8efa10ea874f
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 627.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59fe277d73598823bf8d571ca94e760e814a04027ea42fedbae423617ab9a614
|
|
| MD5 |
64a9ded9accc1bb38eb5672bb7393e07
|
|
| BLAKE2b-256 |
dd70a158545cfd58cb61e12939e7a9a575482bb60ce0d92789714d75f035edc5
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 589.4 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca384e2d7b550cc40bb3535be6694d1af31d69217e286c5f8b13d3d3973b35fa
|
|
| MD5 |
8c7d62350dc9c6b5edd5ffc284d1c51e
|
|
| BLAKE2b-256 |
24ad44bbeacc47702baf942b8d0805eb88805d157384cf801693f0b78a7a2815
|
File details
Details for the file logxide-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 581.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50ed1260f8771b043023bb65cc2791f2406b6230daab84aac548ab384a9bb8b5
|
|
| MD5 |
a982cafc2f6e803457685194c2619d4e
|
|
| BLAKE2b-256 |
9cc5458bacc1b2b0a3ed7b1bc1286751d5aa7f295d5bb27a03a1878a419eed53
|
File details
Details for the file logxide-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 521.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
109e3da95e5280c7840cdca8000a637929994523f53ff2a19f3a237d8d968d54
|
|
| MD5 |
dddd936e268aefb0fc8b4727b8dd10bc
|
|
| BLAKE2b-256 |
6b3e1a0de25ed309f26b7e9d59ba38dae477d96b4235262b3be341176b4c4f89
|
File details
Details for the file logxide-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 532.0 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a7584fd51dfced9b56af7b769073fb66ac750a7e5552996d89e0e68a13fae3f
|
|
| MD5 |
7553ef69650178add59c975e4fe00238
|
|
| BLAKE2b-256 |
ad93920d667c8a05882ac48e9391221d3d5c6fd902854da45428ca186f8cc9d2
|
File details
Details for the file logxide-0.1.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 356.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54669426c93be458b55eea4016915727f867e91bc2555f5023327cce8b962139
|
|
| MD5 |
e343fafc747d7f1caf492228b479e2e1
|
|
| BLAKE2b-256 |
238cae30a7af7e6841154d42039d59f7804e965f4a75b71faa5858e109f9ea5d
|
File details
Details for the file logxide-0.1.1-cp310-cp310-win32.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-win32.whl
- Upload date:
- Size: 340.8 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98521aee4c5bcb535611e6093930ffb2d61cd6e2e3d7ad7a1ef7cac3921eac15
|
|
| MD5 |
96d3a6347f9324c2bdb64457cfaad1a9
|
|
| BLAKE2b-256 |
06fe32bba61c457cd30005fafb5ab131c0ab9b61f5d98203b11aa2d6d00aa171
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 581.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c843cb495eae58d2de9829fbd7238d34d7a95ab9a13d3688f9f6e7bbc68f1548
|
|
| MD5 |
aeac0991347d683daf14338dfbbb68bb
|
|
| BLAKE2b-256 |
d261dadc52a97bc0bcf21edf383cc5edea0a793a27d6bdca558208683847aca6
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 613.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
857c2c9fd542665649e92f324225774a80f87ab6c70dfc696e41502861532966
|
|
| MD5 |
d46cf5b08465be63e6b9f60f0668eeb6
|
|
| BLAKE2b-256 |
6b799f88127150358e12e0a6c7addbbaf3cc1569fd49e53dbdc777ddbda3d415
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 742.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b970e8b19152451b41f2833fc168b16898f93c8b459fc0d28a820cd33777464c
|
|
| MD5 |
3b4fdb4b7d8afb62337a0a68ec95039b
|
|
| BLAKE2b-256 |
65b389c13fcef24c69ad665d48ac66fe65198658b6b0d1af6931f59163505612
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 627.9 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9cbf04bfb624d8a6116ff574d5c611e641085276c0359f16f16f5a7903b69cd
|
|
| MD5 |
526a4eff1d2a683567fc9f34b697f383
|
|
| BLAKE2b-256 |
e80a8f78deae095b49c7a85a5007575306f456cddbea4b82c92f6f8ea04f5267
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 589.4 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d6613b099a8f22e8aafc8a4c342e2e85630c49216d6c787fe4727ce24b5e342
|
|
| MD5 |
649722ea02ebfe4fa66d60b62b43f672
|
|
| BLAKE2b-256 |
a0f2b7fd37fbbdfdc31de6c08df18761d401be2edbe2d69c1975d66f2528d2e5
|
File details
Details for the file logxide-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 581.3 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
645f1d3aa5ba0b2c741f41a65734b64725dc12c8ebf704daf6c1b228a56f613f
|
|
| MD5 |
9038e9af062363b23e64fb2fb89d0655
|
|
| BLAKE2b-256 |
3de5aacfaeb40f583df648d5c2a5c987d676ee1062772c92c5fd8120cbc1e151
|
File details
Details for the file logxide-0.1.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 357.0 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c205272fcd0c1a69718694f757786c6295efff8de6d78815e6f8f4fa659a1b82
|
|
| MD5 |
661507e95a6811ef54945d722fb7701b
|
|
| BLAKE2b-256 |
b376bfc851d1fbfb13bc2e01224212306b4ffb65a61dd6603bcdea8fee1590d6
|
File details
Details for the file logxide-0.1.1-cp39-cp39-win32.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-win32.whl
- Upload date:
- Size: 341.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c91cf86e57725467eb033f40ca0f63107346853283af15f3cec977d33d69dea
|
|
| MD5 |
2b9c64824b8204293fa27f11c8108510
|
|
| BLAKE2b-256 |
26e4ac68dfedf71d881b878a1a5ec46942c874f954eaa215e18427a0cc852f93
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 582.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
baca6bf46952fc220eec816a14f9d58ca12ef9ee2ddd3ae81ec590c7266c2e03
|
|
| MD5 |
954d04fcbbffb61c537daadd3514a103
|
|
| BLAKE2b-256 |
505888a461d36b1220b0f8df02896e2ffc7709f7021273042f9e86264c94d537
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 614.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9116f494b89d142d17a809e21865d2a82b1f665f0e3cd9df3ae2bc7499992023
|
|
| MD5 |
80dde176e9c88f45449970a1717b9d98
|
|
| BLAKE2b-256 |
2e4bf19bc7b042d444c3c9b952412307bc051449e8b431eab76b0d83f614ff58
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 743.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14a0d875803cc467cafe93101c41dbe392124260a72a353a0c868e99b019619f
|
|
| MD5 |
1feeb5869de7256abcd8359480e6cf74
|
|
| BLAKE2b-256 |
fe56a3b87d0ff0b34a794fd4232688e74d69249723b797bc36243e42e2bed42b
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 628.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae20342334e0e370d548aa2924d74bc2d61bc0c161db7c8975c15250e9f67e28
|
|
| MD5 |
78c6b054cd84a90c41c7b7c0b5ff19b1
|
|
| BLAKE2b-256 |
0dac8b55ba4d5b888479ac7de537d5afa704f1a5094ce8aa5d3258e0a333c472
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 590.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ba0e5b7f4f91a236342caa9222608e116f19dd20c56bd8d563537713a08ca4e
|
|
| MD5 |
dc4653a294d676bafdc2f7f1f48996d8
|
|
| BLAKE2b-256 |
571b4462bc4bb88169dd72b175bb39915600c4ca4417681601cc873d467b5e59
|
File details
Details for the file logxide-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: logxide-0.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 582.4 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d981a364552cd399c6051284aceff824d383972ed89ed08ecb7d7b7a2f86e4
|
|
| MD5 |
02ea0a3832a3fd1b56e9d8ff49a2011c
|
|
| BLAKE2b-256 |
b855ca51e3dd1d8fbb0e6a5555b792ca781f1e7ceae522d5c34ebf442bf6acdc
|