Skip to main content

a data plotting library

Project description

Plotive is a data plotting library, versatile and simple to use. The main concept is to enable purely declarative construction of figures, abstracted from the data and from rendering surfaces.

Latest documentation is available on Read The Docs.

plotive-py are the python bindings to the Rust plotive library.

Here is a simple yet complete example:

import plotive as pv
import numpy as np

fig = pv.Figure(
    title="Sine Wave",
    plot=pv.Plot(
        series=[
            pv.series.Line(
                x="x",
                y="y",
                name="sin(x)",
            )
        ],
        x_axis=pv.Axis(title="x", ticks="pimultiple", grid="auto"),
        y_axis=pv.Axis(title="sin(x)", ticks="auto", grid="auto"),
        legend="in-top-right",
    ),
)

x = np.linspace(0, 2 * np.pi, 500)
y = np.sin(x)

fig.show(data_source={"x": x, "y": y})

This example shows the following interactive window:

docs/img/index_sine.png

Supported figure types

  • XY line plots

  • Scatter plots

  • Histograms

  • Bar plots

Modular architecture

  • Declarative design

    • Design of figure is entirely declarative and decoupled from data and drawing primitives.

    • Sensible defaults.

    • Figure units are decorrelated from pixel size for easy scaling

  • Data sources

    • Flexible, column-friendly data source system

    • Compatible with pandas, numpy arrays, lists…

  • Rendering surfaces

    • Rendering backend is decoupled from drawing. You can render onto:

    • pixel grids, PNG

    • SVG

    • GUI window

Automatic Layout

  • All the layout is done consistently and automatically.

    You can add multiple axes, multiple plots etc. Everything will be laid-out consistently, leaving enough space for axis ticks labels, legends etc. Your code never need to calculate size of anything.

Advanced typography

  • Automatic font look-up and text shaping

  • Rich text

  • Automatic right to left layout using unicode-bidirectional algorithm

  • vertical layout

Themes

  • Change the theme of your figure with a single line of code.

  • Buitin themes included

Annotations

  • Annotate your figures, with labels, infinite lines, markers etc.

  • Annotations are placed using data space coordinates

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.

plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

plotive-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ i686

plotive-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

plotive-0.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

plotive-0.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp314-cp314-win_arm64.whl (12.7 MB view details)

Uploaded CPython 3.14Windows ARM64

plotive-0.2.0-cp314-cp314-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.14Windows x86-64

plotive-0.2.0-cp314-cp314-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ i686

plotive-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

plotive-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp314-cp314-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

plotive-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

plotive-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

plotive-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

plotive-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp313-cp313-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.13Windows x86-64

plotive-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

plotive-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

plotive-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp313-cp313-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

plotive-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

plotive-0.2.0-cp312-cp312-win_arm64.whl (12.7 MB view details)

Uploaded CPython 3.12Windows ARM64

plotive-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

plotive-0.2.0-cp312-cp312-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

plotive-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

plotive-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp312-cp312-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

plotive-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

plotive-0.2.0-cp311-cp311-win_amd64.whl (13.0 MB view details)

Uploaded CPython 3.11Windows x86-64

plotive-0.2.0-cp311-cp311-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

plotive-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

plotive-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

plotive-0.2.0-cp311-cp311-macosx_11_0_arm64.whl (12.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

plotive-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

plotive-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

plotive-0.2.0-cp310-cp310-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

plotive-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

plotive-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

plotive-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp39-cp39-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

plotive-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

plotive-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

plotive-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (16.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

plotive-0.2.0-cp38-cp38-musllinux_1_2_i686.whl (16.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

plotive-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl (16.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

plotive-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

plotive-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (16.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

plotive-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.6 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

plotive-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (18.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

plotive-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (17.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

plotive-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

plotive-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (16.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: PyPy, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab9cb1073b9a5c5b482cebfdeec3e27be04c410bc2b944506bf16e978553a431
MD5 fe15bfb90c685a1eb66824cb1a91751d
BLAKE2b-256 eb133e5b0f75a240d44bd2e35cd959df5930c37349ea5ce7d549d4ba3c5b8912

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: PyPy, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63a50c521bf013d7706c2199ea957bc6576b86e9c38f860aeaa636d8256c5d64
MD5 072293c0427aa08529690b0a9d4e2994
BLAKE2b-256 57dc195d5b6124053cf53ec6c39bf03a6401bf69703df376fdcf4717f7b2ce68

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 31bb26e211583465bb7c1250e067de68a2ecd61f75be5154521d105d3e44bd09
MD5 8fd4aae167f2291dae57df7a3ebe3def
BLAKE2b-256 0c7b9e82ea15264e2dc88a2364ea4a618d9d28be99cb0effb06450e2721f74d8

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: PyPy, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6814910d762ff309def0fa9e0d7004c584c3a716bb606c8ddb3c40e66e0e8dc
MD5 910936dac86cd2bb55fa550f524e96f2
BLAKE2b-256 340154b83f0c8f18bdcd4229af745b40be306ed7c62423cbbd40a56316e14d85

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e01d027602df069998715e73894a9903365e678737481d34c84a083879abd7ad
MD5 66ba7a6b3a5a15aaf7a764d0e761bdb5
BLAKE2b-256 09ded76544635cefb1526f1bb7eb3ed75882c72a6d1e7991ab8141e8a1f51b01

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: PyPy, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a61ef184c4686e342b06efac30edf60bcc4b972b6252d3a078cfef9c55c417fe
MD5 9f31c39d911d211acd8413e6f026cb13
BLAKE2b-256 9c1a064f2e5901734c7ff862091f48d4e72229c8edc2517fee1bbf341c619caa

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f3a91d5d01b7f785da60968340b83fe916eefa7545721e4bc686cfc488de3d22
MD5 fe9d5debcb194b5f34d8b39290d1f5c0
BLAKE2b-256 41af4b166dc3c95768f0f2981fe746eb14e54a71d76d778215b5ef207bbac44c

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: PyPy, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 87c1b70ceec2fcee66330fd0cf969d9ed32a321ba303b7e90aacf0642fe1f9cc
MD5 b972ca12b99774429222ce85d57ab1e2
BLAKE2b-256 8542c5a2bc8259e7fee2d2689e54a3da05bb8b24b0782dae3da0bb438cccc686

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04ef2cb10423f35a1635a277c45d9c5c01a99af95053ef8da5367a76cdf518f1
MD5 0d45a314231c15380df73ae76c24407c
BLAKE2b-256 84b0e3dcd8dfb7722b4be3a3ca30d82cb023ca98ff2c0fd385819f9ca56d6709

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 73ff97fcd00904930bb286db41f6a5992fa17488dbfae511bdc73bde7d6637e0
MD5 a069c76fb59b95eb10e5129c66a2a7c1
BLAKE2b-256 f0af49953f880588293bfa0967a0666784be5df68fcfff365fc09e530510d061

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.14t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bf81b6d0c1605284a7b6729764b2650760e422d52459394b6d71a0423c625f99
MD5 1878d733df51f455657e13ab49c98cad
BLAKE2b-256 826394d3ddcccfce343264a3667468bf14b11c831914463c7739a19b3a19a310

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7a0c597b34b8d14cb894bc9cdcff8bbafd56c5ffd0a50ba6deb98885f92ae6d7
MD5 23a9671201bd4e91bbb3e4e37b366e1b
BLAKE2b-256 43b577d2b417d7e4f08325b40176fc529e6bf5c2b39afe302f598f4709733527

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13283b433b98acf700eaffc43bd308f9cc37771ac8e5e06b767d044d46cef512
MD5 bb0abc8119203d86da4efcc5de829928
BLAKE2b-256 ea76eee54f42a64b96d86280c417c55ed8aaa34d6aa0871941c9fd6d6406bfa5

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7d860cca0d9e7584e8650dc314c585ea2eb193dcb66b4319a411cb21ba4f8d3b
MD5 fbc587a62f3e65d8e651ebb7687dae5c
BLAKE2b-256 a916734b04bfe3ed20f38786f97766deed9423937141a9690aef065d5aa9e879

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.14t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 08afc72544ab5d95dc67430c23876d524f87d21819f4655aaf395c93a6b8253b
MD5 d6ea5bc3a87bab12f430214294610218
BLAKE2b-256 d022210cdee96a9828ff4b9186d74cdbd8f5698b7566b0fce483bdf73c7f3069

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.14, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 8ec3d95c57824c08ee7815b3449a5e681597c478b4c3fe86df1559e069cfc199
MD5 2ec129caa523a72b3119ddbacd75b93b
BLAKE2b-256 dea72f2c216674490c8abe6800759a5f615b212a3f9942f1402fe890c85a8358

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 13.0 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7eac4cab56b6a029696b5a53c319f97819d81d2b392920986a8a51c244cebf7d
MD5 01dbee8cac156d6ada18cec9cbda81a5
BLAKE2b-256 aeb6a7621c2db8df1c9a9115879bb7be018d035c97c76efe2f5352bdfa662e7e

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 13bcb54458d8a032895f7ee34dc733311c359a57abf0c89cff9adf81de9e86d2
MD5 e54bb9e8a118f00adbaa65ecaa04629a
BLAKE2b-256 fd21390accc89c00671bbce33deeed9e2b19825a99978edbf58a9960ae453508

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b15f3319e526bd3bdfbb968c87fe093f1a89169a2fc41334561c1516edce8417
MD5 72afd7bee17be2400682a7f9cf07062e
BLAKE2b-256 69ebee656feeff2d108494d7d4678261e4557224a4c3e6b351fe950c5838963a

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.14, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11e4b37cf643a8fdcf039730f9c6b97cd23e23c0953d01454bc55c35b34e495c
MD5 72f0713fac8d0f86388af2f0a144f04f
BLAKE2b-256 63a973f51df44fa11a56320604b7d5e59e256722f80562caadc30e4b2ae1d2f4

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 8bd4320e9110719cadd51219a50a7fefcff1d7f009dfea23b8cc8f49a7d8a829
MD5 3d1cdacedc695c9d079b3d1e34fffe41
BLAKE2b-256 faf1bce1b4bcb74aa0ebefa2a0f2aea7a832f6b140fa32c7abfb0a53ead197bb

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95370e376959b5cf8bbf994bc09b3e4b6dc41f1bab4dc619cdfc48b7a243b0b7
MD5 e9791d1f78a06ec22b868d070d08fb85
BLAKE2b-256 99f53ea2c2f34c56c7ad6499f1e5d6968bd98e32ad7f9d8695784f64c9bcaa6d

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aebbde490dd732632f22ff8374cc82fcac18582833b9dc0f7e992417d1997231
MD5 7f456a4f93fd38404dc35bc63b5bd703
BLAKE2b-256 551543d3f91c6f75d861af6050fe19870e6ae8227246c070480d92931305d4af

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.14, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b606de3fe3b8bc58b54d2d844fb9e1036dd3d1b9d7cfad455fc88162dbd5e57d
MD5 c3d5f28e72e93822bbb7e91d7776ac2b
BLAKE2b-256 e8baeb201ac3d75b8e973f58791c5eca23639aabbdd5f6d7b41ddbf60043ee8f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.14, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7e2ea4e1823edc1f581d743e85ef85c153c175034850c9ed18c03a8e667c34a9
MD5 e0391b46330410d66886f8410b46b7e5
BLAKE2b-256 e628d01718661685fb2f6e345d760792b1d3378f5169d6ffa7b7699b3eb77e12

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 901570675864f43f21cae2b8c2104c42b5f1bc29385e0ce25485cedbc087479a
MD5 768a3a210d1bf3dd57aa97103405d4bb
BLAKE2b-256 4a560841efc90f19cb6de62541eb731805558e8bc9d6137c7846c943086db3f9

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6a5ad483ee9a61560dd318b7e87a59d88d55297a7b63741e0a74e497de4761ca
MD5 4dea199d8e27f2c39500bdcc59d6ba33
BLAKE2b-256 3449f6bc8422f3bb2b8fabe992ce02b3560c6c62ff4dcbbf1a01d889255aa3cf

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8849e54ff078c2485f280a4eb3cc6413a4f83642db4dfe5d87e6a0e671d7797c
MD5 ea8602496674221219029022cc411e38
BLAKE2b-256 48db7f2ce19c3a3291bc874ad1ae226abf3802e61b81ac367262ab1097a93108

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 024360ccafbb9389617a43c521ad4aaf004642db46c2be57c9815829985d3552
MD5 2e5985c78a1e7cac2963e1ccfeac1ce4
BLAKE2b-256 91f5765d72fa4d61217af31a4a719ded30f48a217aea7801bce3272d560c1491

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1d0cd520dc577e1314397826c7aa2e321e0f48fd62dec2221b308d805af3b01e
MD5 d82adc1039dc5fccf8babae0440c8c6e
BLAKE2b-256 d1b63fdeba5660c882e4770ba7a13deb9b4404d3d1da93b549c339c04f2d870d

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d373305d5945fc3825178139898566c7c51941779181f704c2f661d08c2d55a1
MD5 ab756efb9329a01d4fe6c8e3f863b298
BLAKE2b-256 b32063d3ff927b2d1c6b67a0eb860d70b3aabf3d8c78b68fdc5c003063a92d8b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 13.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5f4fa8dc7cef53fc3cf54cbf042e41a611c58bf5c1b69b693006744c4398baa5
MD5 657d62bf0564c67c9d54c04cc7c971d0
BLAKE2b-256 77291383a7ff8b27ad9b3271b9d2e425726d4c1fdf413ae746543b8f9a6ea5a1

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 1b6855dffd1784b59919fcde2635c736b58323498fc1be7d7605203594ab6e05
MD5 24f490a383be1ab606d135950e06a0e7
BLAKE2b-256 11705723513944e5c2fb6e2e8d431b5c3e0fbc1ecfd37c3ba0d815e7e23d3925

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9729d5e832884c28f92ac64d70142f3d696f43b9be4b6a6d008a27e8d835cb2d
MD5 ef64c3273141bde53510b24b44582aa2
BLAKE2b-256 8ca7da9fb1304d652573f2586fc1285f703ea1fae04b1c2b8c25e56f8aa6d3a7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 041ed9f07cea74a426a7dc9fe24bf15c50e3138a7d70e957cbac341bc1a8ce65
MD5 62d0b2d676fa01ab47da7bd4862a074d
BLAKE2b-256 6cc59124dcec5a02d594a8c6c088d50ba5e87fe7bb5acfc99cb0809545b9ab12

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 663dd2814d49fbc47a11cffa5e9f58c7dd2cd93c7e83fa2ac89982520423201b
MD5 546b7f106d838557985eca46f75af313
BLAKE2b-256 808b3d0b2b7e2690eba19d7ebb2b2759b135516d4bf21de763ab0c9bbbc836ce

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a529a2ca5a12b162eb3832e171f7dc9bf24292518316ba9681f775305bd56a6d
MD5 e3e7750a6a111c71a340d814b7594215
BLAKE2b-256 cf9ff006c2d20d540c6c74a7e9db36956e257892ea5ce6c0ce3b507503c88be1

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 18288d99a66a513d93f32e8e206a3ddc943ced46294d561b803ebba26880763b
MD5 5345d39a2da81ee8c583ddf2f53e5a4d
BLAKE2b-256 6ab17d8b94e59e7a4523a34ffeee55b9cf4ab01fa649faced41939cc07598e57

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.13, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72bfb4989e07b993fffc738bb41978054d64668995fec6c0af5fc2fe761a4889
MD5 1c76b1ae588b46397175256b40a5a091
BLAKE2b-256 79e93f4c84c27c45e8029f268c5b4ddeb7a9077cfc91fb62845d414a9ddafb4a

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.13, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 abf7b10547814d201e3b71dc8437c34b161eb9dcf24f49c3449f9ee07efb7c78
MD5 ba3d12a2ff72a490b7e09b60e8cb011c
BLAKE2b-256 d2cad199a0be6fb06cda1c325cfea643905e06e5e75d1cf266ce6889a133c10d

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 12.7 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0098c9e2eb28a78c1aec701c000d9e56e4cb18e33500d8af0c6f37b84ffe49b6
MD5 2cc0e4befab588effb516879a36c7930
BLAKE2b-256 c37e6fcb08e4a87a65392292bc657f39a03d05c627c6f81bc810a1fe122ccd0a

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 667404af0ce9805f0d85bd42bdd210384a0805eef14f8203fa9c44fbfb923b8e
MD5 9aab0b417cd3c20bd07226732ed42b61
BLAKE2b-256 fc5d14c3bb36b81ded419d1ee1d7ba22cd0c20f4e7cdddd248478c81512ba602

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de7b3ba9332a5a9de23b9de6c10344e70ba09e448e455f9c5c19077d2842e62f
MD5 5b9a14777e5f0ac8aba78e0148a25301
BLAKE2b-256 8ac8d97926db9ea3378a9a35731efb15d8be390adf8cd72223148af7f6eebc23

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 273ed6be55e7152bda2dbe5608c2619cea25f206884a1fb27df81cd75b3a64fb
MD5 5a4a363abb3dd191720e8395ae455527
BLAKE2b-256 b071e62f86ca81fe43646ed1af372e4b79b19543e2f017dd2f06cb8e6cf970ba

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0d28432046633c1bd1e69ae8e56d2304c5a327a738cb137fb2425b12ea73298
MD5 fe9c420a3c1d3ba34d7f6b185c203236
BLAKE2b-256 7931f13ad88070d98a5462e3d23439f9359eb3cee727761c13baba1df1c92460

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0c9ab0e05923879c0a20f138502dc3952e96ef16589b349386bec8daa90254e
MD5 48feca7a68096d5acba4c49dda31eefe
BLAKE2b-256 68fb3d5d6dd0d72234c213bbfc0d79846119525399e8c6c50f941147c1c3927f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d6ce27fb3a8385178e132c2d24779e1f6ae6ad8cd5a7a204e54bbe7d8654cf0
MD5 75e8c2a41ba5839555cef41fa1824e0c
BLAKE2b-256 08ee7f74aa6fa6b09ac9c27e3ba5d56b7d69a0a8c765e7923b7591ee53ed8947

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e624e4dc91f57cafa9d089a5b94651ae0ebe3ac27d97d8cbecab735dcace890
MD5 293b1ac0565da8424054f6099d297a5f
BLAKE2b-256 e7186a8161dba0b0782bc8848f37ace6f82ecd7274152e9ea7349655818a8054

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.12, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37b579aff541cf612fef654c5ae51e6850824beeee018767d3ee36736d052626
MD5 038672b77b0a107b0f1cfb66a90b57d9
BLAKE2b-256 0925a5d9227b4cedf3176a4afa1dca3400e53bdf251179be4d60c04d8dd99119

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.12, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5ccb7e47443a0342444cfc2f932f01c2bf9ab6599f1477b45e615b9a7cbfc328
MD5 7d51e4e3f50bd25a3e7b9378d98e97b2
BLAKE2b-256 ea47e3fa67a2ba8f8076321b70634264c958762854ef4a4622c545a7a08af023

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 13.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 445f450b84ea2a7fbd427e71c97c9330350b8cb7bbabdebd4004c31cb5f8c343
MD5 fbfd5ee0af7b61727d4d520af9f63eea
BLAKE2b-256 0b2a50180eea07a7f77ec8c95b60b9e51fa411dc9191e6e0d69c976837d2e6d8

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3bd543ad097f59e456321b69fea3f110201637e9955d0ed4ecfd50527703f37c
MD5 314767321ad07dc97852adbf4ddc9a72
BLAKE2b-256 c1025d2af34d5a34772ced3bd0f8170063db86b157570c914ff10f32cc5dc85f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 664e90fb949718fc5d17d56f76b0c48ff2d164aca91602a05ed3349821f7aac0
MD5 61c04bc294e977b8d93e7b9692df2e45
BLAKE2b-256 a69e3e3c2a716120ee37055b2836c1d8d2fe16168e7d0e02e9060c1188d4994f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab768269baa3de503da093c9b5617616bfa06112eeeca804d43f8c6ecb31c719
MD5 3a06ca3bf2422d6fdeb43111643f36bb
BLAKE2b-256 8226e5012564758406a7df45c7c4b2e2f82a163447ae8e5db3ffd5c659c65a31

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16988c2ea7d4885e66e98d607ce46860fcc8025ef1ff50d06af0b0f7de469eb5
MD5 bafab15276d0ef9d63a5374f6b59cb17
BLAKE2b-256 f3b233c894c65f534da013e552eac09c5322cca7f61c04ec762a2d32481809f7

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9fcaa8a416b41aaf3d3322f371832e926fe79acb16b55746d64e39bd54ffb44a
MD5 efdf8cafe7babacf139b342bb2291a89
BLAKE2b-256 97672594015c287b1b2495f948c7d1de7cc9eff923483f6dec55740be70997cb

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 843869c29df374555a16a1d38d0fa7c3d96e244a1736c78a12e17f6d593027db
MD5 cab01fb4bf9ceaa59867e122bc185701
BLAKE2b-256 43b1d5fb52962681e5c4c11ea7741672bb6eed13c7cb97e76f192e1b361cd887

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74cf6d800ab1f73941b42c6d534a0913d6613d5f240e41e6a79a4b525741129c
MD5 d9f3fd82851e6c761856aed240a75808
BLAKE2b-256 513e05e7601852a7a831cd4094bdbbaf19c331d72278676ed1c6db9fc1321d90

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 12.8 MB
  • Tags: CPython 3.11, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ac80e9dec679d43d8b6cecd2d896c7c24a49a3de895890191c22fc01ea632a25
MD5 796ea395d17a61e74fc14fbf3bb0b53f
BLAKE2b-256 92163880535c568b21db1a86895e14f11ea4be904c9c4af14ab88c522ef4603a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 12.9 MB
  • Tags: CPython 3.11, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fe1f082a80597045538c87161ccd68d6f5819560e7f1dd2625ae205311af43d7
MD5 0d69cb41a21156034eb65bb1cab91607
BLAKE2b-256 ea37696fac1264d8c4d4e127936b6573b5e9fa4baafc8840b0b3fb793aad34f2

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61c79db34732cc194b93d915050df74379bf4c68b89223770f62820811e257c5
MD5 226979d776bb43fbc25727ebaf6b611e
BLAKE2b-256 8b9beb978c9acc590bbb15b7b5007304af3d4f80cb36ddd64523db4b3cda95ea

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 049a6fdc1a5bb0e2635b8b7d6e9a250e158e70974d2bf85eddc6f89077210987
MD5 a8bc316e40c5d60c8409eb30cffd41a2
BLAKE2b-256 d6e8dfedd15eea7d7d2507d419478e81ae270a500617ffa6cbb26cc802df9b12

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0de376feee648ca307d3d1f522fedd2bfb0e16bf6602d3de5b7f27567262c869
MD5 373b159771ceb1236d928a4df91ab18d
BLAKE2b-256 685cd2afc93535fec7965058568aad2da31e26b751e3a57dd7c21bb732a312b6

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 35437ae2dc5457073ecc21ae8468de5122af31bcf486475b7cf46f264ba73603
MD5 4fc97b0b2ffb734e18c97dd29f481e13
BLAKE2b-256 3dcdfbc1f77e56aceeb5436140072daed8964148fe9f8c50052203c5b303ace7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3b4e8bf74efe9ec6083c4c2d9e54aba7ad3fba8e113808ff2f7121eae4c4555d
MD5 edaf7fcda3270164c8c59bf9eab02c3f
BLAKE2b-256 ad1b2dc8b756911057c5619d5106d8798e54f6175c679a7fd6f28bec3138cb35

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fb6b75917d264f1bd7891522923420e9419dbc292a90f229ba4ee360509d7984
MD5 6d6b06614f099e7612b95ef50973fb27
BLAKE2b-256 15cc656cbbf0aa144359496c9c7dfacdc6cd72fcf024204b7b7c0d3395ee688b

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5699e2d600fa2d98820e9cd859720afd402a9c139226c64855eb69d999f790c5
MD5 5495ed769d2ff7dbfb22bcf1bd9eceb9
BLAKE2b-256 15761ce681a6a0b06c56f0b2402ac556fabed743b27bd716fa62a804b6b8e227

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7b432b9a78b18fc65922f92eaaeff6bea66bd6ba5b62061f38d7ae42aaf3645b
MD5 24879499f8ac2a76b202b9ab37775100
BLAKE2b-256 62bad4b384021b91fa12492f698d15d4d0fd48f6962a13577f7d4203d078ec66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9e40020299e553f41b736828a13a7e38f567473ed20d4468bdccb51b6279f22
MD5 c194c69790fb8b33913e616179a5f160
BLAKE2b-256 fe57969686a5c9c064c7529206159c620ec068178e25ee35a2aa51f229be47f5

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 30d0c64cb4e172c3534b3c0c0866263467016918e871ecaa1a37444bb3c42755
MD5 d8b521153c85c727f0c32be8e8336f4d
BLAKE2b-256 d316a110c24cbf05e0c9f4f8a5f1369c35bfb817835b18ff6d7153273a4c4142

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 105901e8726f42e915fabf5ca182a78a56225d108791ca184f9eccf60a445713
MD5 793c5635f7ec09aec1c0c14186e61dfc
BLAKE2b-256 671ca0ff2591ee5df9b9d5a11c6ec5428a885403b870b6cf4dd71fcbeddeb68b

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7c9e4bab97bcc0fc946e9ca1fae00328d2a8eb6a2f7360983485c5b3653cc8c2
MD5 6da997cb476128b7a10fe9fac534796c
BLAKE2b-256 73f3fa306d1e6910dca402c5d454a235b9008337d6a9cd25de525925bd52826f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 247971fcd8cda74333c37c2863559ae00340ec4e753afe4f84bf91086598a71a
MD5 d0fdef7f5ccebc42113ae776680d16bb
BLAKE2b-256 c8def9e4d240bf9ae7e8aa60cb0f5048e9d5370d435a32038316d31a94a02486

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 875a30cf241dda62b10416ea699d033100565f1f5e8da0a4fd5c592b5fa88f6a
MD5 317d46a7f7f0800aee559c5a6d5cd17a
BLAKE2b-256 cdb4185125dbcb73221b8c73981a5b6ea1dd99a43ed8e97388a9f1557ca30167

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 94be193f179b15ff17df7670c6844599fa6d832419eed94a146db0e9e0ba14bd
MD5 41f5c7a8ba601e83e9e6cbade3eb4daa
BLAKE2b-256 c2fc849bbad3cb572a99b36f45c08ac9e40d3bc592e3bcbfa379e21f76cf562a

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 375530ab86299ce9609eea1313ce54db896530d0f26bbdb9fcaa42d6fed8121e
MD5 6c90dbdda86246712054509a2a55ffa3
BLAKE2b-256 f99dc47c9759f454ea9870199d3028c823815238537c2d99f76931fc75d84786

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 16.8 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd231ccba6709f222787abb7052b9853dcff8f568bec610d415ef3445dbefd2a
MD5 305284080e930ab5613857ad86efd716
BLAKE2b-256 59c25a3b14ce0d6d066e8bc9cef504bb6ec0f663c7d2ba20f0480f6074868ba7

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 16.9 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7ef2331967ac5849d195b74e18e87d1d56dadd1057696b0ada11a9a3d2597c54
MD5 17b71b98964a7b0e94e4311a6d6ac1ae
BLAKE2b-256 8ad9f75608aa6c4f15d96a0e7d6849dc9c927539fb66ae513601a08fc397d31f

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 93dbff1fe502f270808da9cf911e0dacad2c1bffae6c1a14523d9b6545a128b0
MD5 209a918e035478c760b4b7eefb697cd1
BLAKE2b-256 ec38b6003bcf9af65ef369344cd008c3107c1beaceb22a266308f88e610f5976

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 16.7 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6b183260a93b19bde7ec3253f5870b56f3627d7baa13871a05b36c7f277d68a
MD5 6b298da6517c0a9cc0b046a794f23d18
BLAKE2b-256 75413b3328052abf5e123dd90ad679a86f27b8f40d4abdfb8dcaa49bc5d1107b

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e5880bf29b51c93ed1a7f9a00350313a9985916f05f57a75a6dfcd08bd8ddf29
MD5 a2d71dbf78811f7b90f93cb08b68f5f3
BLAKE2b-256 b86ef9761a8698b9f2ffc17ad9ad9ea9259770223db857f9fa207d2de3eb780a

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ecb9e3a9f31b23b8314a55da3335474db5006eb77b760196586ee263d4fa42e5
MD5 28321fe4c12d0df79243b3ea2d18ccea
BLAKE2b-256 569bac061ef354156643b2f8ca8d26bcfd3c9787d7cead2fbde9aae15d8ba9c0

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 18.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f2df3ff3a080748daa92757710b1e38a878fd22f1c024a544a9d2b74a1e7ff07
MD5 436753549744c36a3b54e5aa584d4fa7
BLAKE2b-256 60ee02bec137da5976e38e761bf84133e676372804866897edff5ab7ece0f114

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 17.2 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5bce872f741ff6fbe11abff971e53edcdefe7388e66a5c9cad959e4d9e87524e
MD5 c9c2420ffad79ce943eb8acbd611b4a3
BLAKE2b-256 c80d54e0b6d31c442b3bf11f5e5f765ebbdac8bfd342edc8d99b5f085892609c

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 446304dc3176e69bd51a7febb7aff867e92c16fb8c92a868d182e3bf17b76c9c
MD5 10c721d5e238af2d8a72241e81b3fb8a
BLAKE2b-256 790285befd297b3b64dc591c113fbe94c7a3257e8e4b05eedb1cf36020133dd6

See more details on using hashes here.

File details

Details for the file plotive-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: plotive-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.6 {"installer":{"name":"uv","version":"0.11.6","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for plotive-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b459cdb96ce7371585723f02c0374d3d944879a4ab8cc4a1ffb0a9fda4fe0156
MD5 bb35bcbf80df4807e97ff4e21add9e11
BLAKE2b-256 78a3823e292c12de5c0ad52aae333ab093b62a47d9811cb25f9a79320f41be83

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