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.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (16.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ i686

plotive-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

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

Uploaded CPython 3.14macOS 11.0+ ARM64

plotive-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.13Windows x86-64

plotive-0.1.1-cp313-cp313-win32.whl (12.6 MB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

plotive-0.1.1-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.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

plotive-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (16.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

plotive-0.1.1-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.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (16.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba1ba5948579df9f74b42de77edd42ce8350b923dc726ed76592f6f9615675bb
MD5 a41dc7d7d18bce10f3c6700e196fdb8d
BLAKE2b-256 adf175835e3c96c2ac9f093f8c539631c399ceb8df6ad2c2e122dd7abb554b79

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 bd9a05a33be9380381560655028eab4822cba2ffeb0d26c48ae0ff72bb3af4b2
MD5 bd212ba72581b8148527b2cf822871a7
BLAKE2b-256 b272d12d4dc26fb868808a3a41ca6dd2bdd072133de6ae358d74b35327df21c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 28b4b0470dd013f77a26d1473fb6a86d47ab5542502f819ea1fea76bbc77ff69
MD5 d4556a18ebc9e6cbbb5d4c28049c8a56
BLAKE2b-256 a4b5fcd71db8bee5cbe49a0b85051b9fe8681374c95792810e65229de15699a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 814f927bf16fe23268591e65356a61982e83c7147aebf69099418c469cd1538e
MD5 6c5b0f31d52e681f7bfd6649d0f6ae09
BLAKE2b-256 68d230c35fc9bc991b22a11f4f72624d559f952c072fee54985c9a9b374ba236

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f051460b11ff6eb4d084901e9912eaceef4803dc3437c17392354bd9cfc52ace
MD5 de89aacb465d16a823b38e3bf1fc70c4
BLAKE2b-256 234abfd67c78035db840c3533a334a9cc9ad17b63f5821c3f8cf564d782c6d43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.14, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 46a1ee0bb826d1bf75e7f2e360454c325ea2fc9129dc52a4d4605e3de4fff818
MD5 fd48e7d190feb1c3f65d1b7b2e6059aa
BLAKE2b-256 0529b60c38ebc388eec775651f7533a07ad646d2f4cabcc0b3770b2a59fec6f0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8086356674fbcf05512edadba5d1a48e8e1b6d2976a7b1642514f0e72c50c385
MD5 6daf0cac61c683d648507611bbf55b0e
BLAKE2b-256 2f18b8ce5a3bcfc7588b3c4d2622e48c92e9243a954894fee63abb1e882e205d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8560d7b1cc28003e55a503780e7a466c178d63d2b2e641c82af1d684316e367
MD5 fc70939e33ad83aa06e763fc9e1f7034
BLAKE2b-256 fa6dfb669867bdd4a990d54aaf17d1e71f1c7e1a9beca1ba56474dc807846f2e

See more details on using hashes here.

File details

Details for the file plotive-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9ae84817540a31a282ead633ee41f38eb1988eccf54e7816519c96c5edb9ecf9
MD5 b2c8bdfc61bc8fd3e9d833fafde8b8f8
BLAKE2b-256 e57d06bfa795334e45e09f0f984ae17c4e36bddc5934e4278a081a693db6b563

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 878d1ecc91a5cf628c1777a06d6bfecea3a34108b95f00ddbaad830b177266c0
MD5 d80222e88a015b6dec71507760a2f811
BLAKE2b-256 5bb73f53ec6a9c00fc2a2adfa292c7c0a9d70bc6ffe14cfa295ee92cba9c1089

See more details on using hashes here.

File details

Details for the file plotive-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: plotive-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 12.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 615d50572332166b576e4d874b0146e2c499908cb3701473eaff230812a48ac7
MD5 020e76e627474891d050d9644e02716c
BLAKE2b-256 f4dfc464cbccf40189baa0b455d5c41a050943b84481c4dc2691cd0d131b3cb3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c3148ced3e537fdb0fa0e4d3502970fe5ee92ff274a1838ecb696a85b5ac4cf
MD5 1c83421f9389332fa759e8b5bd562d1c
BLAKE2b-256 94a616dd172f2b2636112caa86f6ef1219d4d70132b0a2c1749ead48d20ec8fa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4eb66d664e695a4fb2210ab9185832b06338fedd4b4ca49bb70d4c3f93dddf23
MD5 35d30c1b4d91ae6a1e7fb7cbb25e6092
BLAKE2b-256 becdb9410abd1e3763ede66cf20fa8eaa563450b5ca205e0e2a59ef2fa7300ae

See more details on using hashes here.

File details

Details for the file plotive-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: plotive-0.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d5e511f3b431ec50eaa6f2cf59dd4da88af865966ae6fee97e4a3aeba23fdb3
MD5 2e5620de7a1085340919c56775c32b6f
BLAKE2b-256 f2844a866e06a4be7c995760de6d75a1146b6eb7ace5929745969afb76bb1072

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a4c81ccc772bb806a911dd580c4d034aa182acdd84edd883f50b4f1ad6a268c7
MD5 f2872a13d3990d9e3c4d24ee8b1beb6c
BLAKE2b-256 ad43563a1daa29f9270f3661b9e3b02204d8133dc4e79fe305b1c5bd3d791fc3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 84dd29cb9e2a147429a5622592ef2ae7374ab8ce546e5d32f4379ad21abc9690
MD5 d87f7684abf693783050d6d844825c5f
BLAKE2b-256 108438938d2c4410276c6e671e0095cf60d2d284fa5bedb262fa61ea62b98aec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d7839402e231c6ef48cafd7f1ef46cfd4007b36fb50ee2eb732caf68a8b1cc3
MD5 cf04801258fd8da21d93808ae5f21f88
BLAKE2b-256 8164d3270630e04c8d5cea0680c5b24865804ef8f92428d8d698688c4f1ef007

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88c9cb89707669cfaaf2bd13a11384a2a6fec16396a6c0c8f6011300ac4a3eb0
MD5 b084c400cd1f38bfbb6830325bbe3eee
BLAKE2b-256 04f20993ee9f7a5c2fd00af53165ae3af3bb6e3e6bd63af6c04e89d7f87340e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 16.6 MB
  • Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 486bec91dd56ab3e4db6d90150b9ded3fa1692da636e3364af0e5caaa163c2a2
MD5 f12ec38d80fa74cebbb63cb93e6b9d8c
BLAKE2b-256 5203197f2f61513cc689ddd4b271bc00af4bfb853e1addb68979c2a8f1cd1047

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c07b3b4988cf69419502164b1b34dbea47d1974f1d1ca0b13122d1eb2a479b17
MD5 1c4491962d2faa2418d496d743bf20c1
BLAKE2b-256 83a746652aa1a351def3b8caf9f82d72300b7ba74857f26aa766781c94b98e81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a6bade89c22467520d6b8e166f410cf1b9decd631631fc0ce281cd7513d11493
MD5 67c14fdc2b2a944ddbc4f4376323e4dd
BLAKE2b-256 ae038f1864a30e73fde41c8328eca2b299d4d4c97f2e5205ba49e22c901d9791

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 751531342faeceeb1cf9ae84ba7bbbd0914e756aeb2b9052a58d8bf2ab0fd6eb
MD5 291eff5792af7898988184879cc79e03
BLAKE2b-256 4b5e3931ded849490fde765a335c702139eb1462181b14edd3842105afcbaac0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9eb8f14f3af65642bca77ee52e12bfd21d16e76e7762a4c63bbd1668a2ffbfae
MD5 cd4eb573d0cabcb7a31329d0d425d103
BLAKE2b-256 91c96391435b2a4198cb496eebba72c4af6b0601df3b2d85a30a3e2a10743192

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83b3de6b675979632fca7355d190959186bf2ddca18ff86e2bf4771afc6567fb
MD5 20b6beabe6e2aa2d8e398b7a44fcb394
BLAKE2b-256 076b4e6c1c6e75e6038892a5b56eb70e02d3e9136d0c08f9cf74c54cd2f6a1c2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 44513b2d1b69ea134501adf6b140a7554ca2b528e638d59c21772a3d265a413b
MD5 dedbfd4f219e8ff46f3637a10dcd80d3
BLAKE2b-256 5934ad2e821addae24040a529c5512165ed5ef84b7da9fb0840b382ff21981fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 13d150437e1516c25ee3076dd5631e223a90f5a70abafd587260e4c59c899c76
MD5 57aa9344acf2179a063e5e78da5490df
BLAKE2b-256 b46ed48602edfd9b3d5d72263daebc83ce3f027a5de5d1f7bfebcc78a4ea7287

See more details on using hashes here.

File details

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

File metadata

  • Download URL: plotive-0.1.1-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.10.5 {"installer":{"name":"uv","version":"0.10.5","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.1.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b2df608eb263e7dfc7c5515349d449ebdfc624f72c4c082816126753d428c09
MD5 d1a32b9a3730b206b8a50c6230ba4231
BLAKE2b-256 151c6413f894c152b9a8e7fd093c9fc49df7183a351fae83afcdd4931ecabf4d

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