Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

basedpython

a python type checker and a python-like language that transpiles to pure python

enum class Shape:
    case Circle(radius: int)
    case Rect(width: int, height: int)

    def area(self) -> int:
        match self:
            case Shape.Circle(r): return 3 * r * r
            case Shape.Rect(w, h): return w * h

extension list[Element: Shape]:
    def first_circle(self) -> Shape.Circle?:
        for shape in self:
            if shape is Shape.Circle:
                return shape
        return None

def stats(shapes: list[Shape]) -> (count: int, total: int):
    return (len(shapes), sum(s.area() for s in shapes))

def main():
    let shapes = [Shape.Circle(1), Shape.Rect(2, 3)]
    let summary = stats(shapes)
    print(f"{summary.count} shapes, {summary.total} total")
    print(shapes.first_circle()?.radius ?? 0)

installation

uv add --dev basedpython
by run main

documentation

kotlinisland.github.io/basedpython

acknowledgements

basedpython is a fork of astral-sh/ruff — it reuses ruff's parser, AST, and fix-application machinery, and the type checker is built on ty. none of this would exist without the work of the astral team and the wider ruff community

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

basedpython-0.0.1a6.tar.gz (9.8 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

basedpython-0.0.1a6-py3-none-win_arm64.whl (25.0 MB view details)

Uploaded Python 3Windows ARM64

basedpython-0.0.1a6-py3-none-win_amd64.whl (26.4 MB view details)

Uploaded Python 3Windows x86-64

basedpython-0.0.1a6-py3-none-win32.whl (24.0 MB view details)

Uploaded Python 3Windows x86

basedpython-0.0.1a6-py3-none-musllinux_1_2_x86_64.whl (26.4 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

basedpython-0.0.1a6-py3-none-musllinux_1_2_i686.whl (26.2 MB view details)

Uploaded Python 3musllinux: musl 1.2+ i686

basedpython-0.0.1a6-py3-none-musllinux_1_2_armv7l.whl (24.1 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARMv7l

basedpython-0.0.1a6-py3-none-musllinux_1_2_aarch64.whl (24.6 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

basedpython-0.0.1a6-py3-none-manylinux_2_31_riscv64.whl (26.4 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ riscv64

basedpython-0.0.1a6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.2 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

basedpython-0.0.1a6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl (25.6 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ s390x

basedpython-0.0.1a6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (28.7 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ppc64le

basedpython-0.0.1a6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl (28.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ i686

basedpython-0.0.1a6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (24.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARMv7l

basedpython-0.0.1a6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (24.9 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

basedpython-0.0.1a6-py3-none-macosx_11_0_arm64.whl (24.0 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

basedpython-0.0.1a6-py3-none-macosx_10_12_x86_64.whl (24.7 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

basedpython-0.0.1a6-py3-none-linux_armv6l.whl (24.4 MB view details)

Uploaded Python 3

File details

Details for the file basedpython-0.0.1a6.tar.gz.

File metadata

  • Download URL: basedpython-0.0.1a6.tar.gz
  • Upload date:
  • Size: 9.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6.tar.gz
Algorithm Hash digest
SHA256 f1007fb5ce78f044ea07b460ca8911bc387eac13ecd8a750639edcc7331c5b13
MD5 95684de80bea94271a0a4809547038c6
BLAKE2b-256 5b284ad3f441e5ffe4931f6cdf90639f6e1930af2dc4bdaf4ee1890e385b3efe

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-win_arm64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-win_arm64.whl
  • Upload date:
  • Size: 25.0 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 c112af3006a768857b5c0202ecd020d293f5f9d2210287c6c2f775560a12852c
MD5 9f91b6c90d0a568a0d426e9eb0b629b9
BLAKE2b-256 b84bd095399f4f94fbd0995d09fc1c742a25e0013d813a80f34f81f4bde999cb

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-win_amd64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-win_amd64.whl
  • Upload date:
  • Size: 26.4 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e670491cd6ec93be6c2445e8cd3c30d99277c9b382c0a5e691c956e1edb49c32
MD5 5801ee0bb2d63516cfb3ad84d6375d47
BLAKE2b-256 6456cc90d2e9a3c3857a246daf8a32321b5404994f608a3caa19b641b44628e8

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-win32.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-win32.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: Python 3, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-win32.whl
Algorithm Hash digest
SHA256 9da551f695c717be68aa503852223a105e62768495654ebe25b6c7527dee1fef
MD5 6386e9cf3ffe8491829fdef78108c004
BLAKE2b-256 34849134c22d6d61aa8cdd5ca6e1df9dedce40572814738b0bda56c23af0507a

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 26.4 MB
  • Tags: Python 3, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74a9994dffe1cf6139a236d66a0386fc4a069ec6199836718b72b06509f51628
MD5 d6a9a7779c46245c8be7fd75e43855b3
BLAKE2b-256 e90b0139d03efde0a0b30d718ce1c60f9361a30f59a94139e4808ff05ccb1931

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-musllinux_1_2_i686.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 26.2 MB
  • Tags: Python 3, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d84eff8d3457b5f231b81310c54fe4a20b0fd78aa1b5bbc53d2643627bc55da
MD5 6d4b5297c63d53efa51c6c5e536aaf80
BLAKE2b-256 4eed30dbbe9fc980e854d2537ff667b68198009af2e75c337e10d75af8c4f723

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-musllinux_1_2_armv7l.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: Python 3, musllinux: musl 1.2+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 89939013ca71f90a4647b52b2e2dfeeffea53e4fe21fe5da757788521828c830
MD5 9df9cbaafd583a3de5374ae067835aad
BLAKE2b-256 20e77a6233723a8eced3f64403b651e4eede797e024914cb02ca095e97657a69

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-musllinux_1_2_aarch64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 24.6 MB
  • Tags: Python 3, musllinux: musl 1.2+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1256fd250732af87aeaeef4519a9e01a88c1ec9f25daba2b442094880d4eb02c
MD5 47e9f64e1589f1b417125bc417a5c77e
BLAKE2b-256 acd45f30660db873d1e5f05df477a72e1b5491527173f3f2185db4f42541cfb4

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_31_riscv64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 26.4 MB
  • Tags: Python 3, manylinux: glibc 2.31+ riscv64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 08565c091301bf802dd02ba1744057046e9b7a0085f345f444e3fa9d77888bc7
MD5 b215e0a5acc74f685c89abd5f64aea89
BLAKE2b-256 c6a4ef907b4c13727a83bb36ea3a95c5a62c1c37025d60c04ac56327bf812e7e

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 26.2 MB
  • Tags: Python 3, manylinux: glibc 2.17+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7801f6974f10051c672dea214436419da903fe046cbfb7804ca1844ed31ef24c
MD5 5d68a56a5d99fa9822b28e275a179235
BLAKE2b-256 9924be63a925435335afb7391e915f93d96845e6bf4fdc008a8bbddb22d41ddf

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 25.6 MB
  • Tags: Python 3, manylinux: glibc 2.17+ s390x
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f37144d8a6fe21b85427f361e41c25787c8d2811cf16ef4fefb325cacdea65f1
MD5 4e8f79da6579dee5b713d05cd3702e6d
BLAKE2b-256 c4282b77469f7dc4acbe1c7d95386eca02671dab698f2b901baf3d02f1731c05

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 28.7 MB
  • Tags: Python 3, manylinux: glibc 2.17+ ppc64le
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c8a35d0f7ea3bd76e2e1093429d4995658913613e4c814729bc68f5387cd15c0
MD5 97bf075df7607178cbb30452af15da11
BLAKE2b-256 0438edcb0ec4d7ef6fa3f2b1259875a254e44dedc66008740691ac9978210f96

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 28.1 MB
  • Tags: Python 3, manylinux: glibc 2.17+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c25ba0ecb690c8a30a8700ef15c57287bcd924805a038db4496907e739b5a087
MD5 2d70d7571c74d58736127b5e0022fa93
BLAKE2b-256 da743be5e9d712ab596aa8d5b88a4935258bf6ee9278edaab600b1d463d0ffc7

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 24.1 MB
  • Tags: Python 3, manylinux: glibc 2.17+ ARMv7l
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2f94256a92db9815779088fe5cbde87d6ed61f9828a134fd6f993ee1a137669c
MD5 405968a24e6030da1c482b966e8495d7
BLAKE2b-256 2edfadc6a3d7b5fe5ae556ac1ce5605bd3271ebfcf33868a9e4cd5ad22ea0a8a

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 24.9 MB
  • Tags: Python 3, manylinux: glibc 2.17+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0657fa1489c2910dc3dd5297862acdca11e32fe11913553cf54601d030ee3f26
MD5 d9d22baaead48ff62e609f0d568149d1
BLAKE2b-256 331869aeb537a5cdbb9902442b7661902ea2e80e5441299c09b060efc5f71dd6

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-macosx_11_0_arm64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 24.0 MB
  • Tags: Python 3, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dbeda1bf19b056257e1e6421d9d9ab8174c86d65601de2b6ecb259624dc74fc
MD5 c429b7a9f6b0c5d19608891e1c580262
BLAKE2b-256 2dac1381a4ab3b727346dbcef54755fa272b5ace328256cf971af061e0368dac

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 24.7 MB
  • Tags: Python 3, macOS 10.12+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f6148cfabd3a4b9f7b489b941a1bc39bcf78b15ff4170a781ec3fe01db4af9da
MD5 faf7d206320b8af91cbe7c0ba1e73c05
BLAKE2b-256 4713d66550b6f88ecffc0982789659abfb6f694d5eccda128e0c6ddd6a4f6b45

See more details on using hashes here.

File details

Details for the file basedpython-0.0.1a6-py3-none-linux_armv6l.whl.

File metadata

  • Download URL: basedpython-0.0.1a6-py3-none-linux_armv6l.whl
  • Upload date:
  • Size: 24.4 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.11.31 {"installer":{"name":"uv","version":"0.11.31","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 basedpython-0.0.1a6-py3-none-linux_armv6l.whl
Algorithm Hash digest
SHA256 318cb50e8d7de335e7e446975a16701da2dcce13e0c8c346a905cf899940af8e
MD5 517bf5f4f59095eeac781a2402a0b585
BLAKE2b-256 0e3603301575e7b330e622b4859a2596f964954c42344873eb28a4e80f3dad74

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