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.1a8.tar.gz (10.2 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.1a8-py3-none-win_arm64.whl (26.3 MB view details)

Uploaded Python 3Windows ARM64

basedpython-0.0.1a8-py3-none-win_amd64.whl (27.7 MB view details)

Uploaded Python 3Windows x86-64

basedpython-0.0.1a8-py3-none-win32.whl (25.3 MB view details)

Uploaded Python 3Windows x86

basedpython-0.0.1a8-py3-none-musllinux_1_2_x86_64.whl (27.8 MB view details)

Uploaded Python 3musllinux: musl 1.2+ x86-64

basedpython-0.0.1a8-py3-none-musllinux_1_2_i686.whl (27.8 MB view details)

Uploaded Python 3musllinux: musl 1.2+ i686

basedpython-0.0.1a8-py3-none-musllinux_1_2_armv7l.whl (25.3 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARMv7l

basedpython-0.0.1a8-py3-none-musllinux_1_2_aarch64.whl (25.9 MB view details)

Uploaded Python 3musllinux: musl 1.2+ ARM64

basedpython-0.0.1a8-py3-none-manylinux_2_31_riscv64.whl (27.7 MB view details)

Uploaded Python 3manylinux: glibc 2.31+ riscv64

basedpython-0.0.1a8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.5 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ x86-64

basedpython-0.0.1a8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl (26.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ s390x

basedpython-0.0.1a8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (30.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ppc64le

basedpython-0.0.1a8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl (29.8 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ i686

basedpython-0.0.1a8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (25.4 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARMv7l

basedpython-0.0.1a8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (26.1 MB view details)

Uploaded Python 3manylinux: glibc 2.17+ ARM64

basedpython-0.0.1a8-py3-none-macosx_11_0_arm64.whl (25.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

basedpython-0.0.1a8-py3-none-macosx_10_12_x86_64.whl (25.9 MB view details)

Uploaded Python 3macOS 10.12+ x86-64

basedpython-0.0.1a8-py3-none-linux_armv6l.whl (25.7 MB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8.tar.gz
  • Upload date:
  • Size: 10.2 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.1a8.tar.gz
Algorithm Hash digest
SHA256 b84ec700e770e6aa1323db9fa8d77d4c89aae7432fa8e954a4d5f235d745ee67
MD5 8043b8e0072430015c2996add9484974
BLAKE2b-256 ce1f34ffb544175e7443ab7bbdff8756610a710f648414c2e3006fdd2e3d121c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-win_arm64.whl
  • Upload date:
  • Size: 26.3 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.1a8-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 787565beb97ed34fdf11f06d53eaa4728f3074145ab78ecfa490fe515ef5faea
MD5 4d897bbf3de976ea7cca10ab93d02f42
BLAKE2b-256 c93b632507e202f480a7b3047805050afcbcda0b2076b6a778d08510429b0e21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-win_amd64.whl
  • Upload date:
  • Size: 27.7 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.1a8-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 583744dc0ef115debce5199c6666bef8ed1bd268f8609d5ea7789850a4f44a6b
MD5 a33e9e8c07ca67f7f65791ec518aa539
BLAKE2b-256 5cb7e71e27785d208bf2792ed3c6fbf390c7a4baa8adb2913901ef81f46aebd9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-win32.whl
  • Upload date:
  • Size: 25.3 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.1a8-py3-none-win32.whl
Algorithm Hash digest
SHA256 3b2b7af7c9105c82d405bc5a03c9446467b23a7a87497186f9db2b0e128ca5fc
MD5 34641b583f2d6d6b6b82231082d7020a
BLAKE2b-256 41ae5ce37dfab87b857f7431b3e8c90389c88cf89412bad351910325ef8ed104

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 27.8 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.1a8-py3-none-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5a66056f905975c97d39bc5d2bd53ca7f627d9a15f4292b3e6ea9a33fe97af3f
MD5 358978a034cf9ce570a70e2ac1da453d
BLAKE2b-256 1ba421c918c04143ba24ca5c9303ed35cb8ce5d10f902ee8751f94000de12d41

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 27.8 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.1a8-py3-none-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7f365a790dfa4901b3a91282efa0104a5b27393717315563bc690bb3c8415457
MD5 1634c8a2240b703beb36bbc8dd98373a
BLAKE2b-256 2b4943454c7343912aca2b46f3a7ba7f4995544e73315c6a758cb87f0d2ae55f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-musllinux_1_2_armv7l.whl
  • Upload date:
  • Size: 25.3 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.1a8-py3-none-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f4cae9bd3aac3fed4b966fd534ce2f33fa35d53dce2ee1091653a7919f6fa65e
MD5 6fd0261ef96250215cd0c014a133e51d
BLAKE2b-256 38ae32a805c571a32cf3f3d862700766fc1bc8aadd21742dbc712b9d57be1a99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-musllinux_1_2_aarch64.whl
  • Upload date:
  • Size: 25.9 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.1a8-py3-none-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d3f010ed86cee181f519f450da7596169df4271348f6c159c44c98828e07cdbc
MD5 08e9a891fb07464d80a4c57ef97c1638
BLAKE2b-256 e410cf9e1df62c803d9c03c66366e09814d99806ae530d8caabd5a9dbe51cfbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_31_riscv64.whl
  • Upload date:
  • Size: 27.7 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.1a8-py3-none-manylinux_2_31_riscv64.whl
Algorithm Hash digest
SHA256 36eac095e88258620333b205c190feaa4181004a0e531732dea6d321d357fb22
MD5 c9968f74160cf633fa9e1aaf318fd15f
BLAKE2b-256 c0b0b76b11b1e063633a407cfe3b0a0d7e74923d0dada542c3e3f13d77cef9bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 27.5 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.1a8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 728ef28dfac409d236edde44b514f8ce72dae64eb08965f0cbcbca5acb187116
MD5 30ddfba4067baeb34e3d2a5197980761
BLAKE2b-256 f46ace1c524bbb1f2b699e61288650bd7abab91719faf8e10018bf1788018160

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl
  • Upload date:
  • Size: 26.8 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.1a8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a10dbfd39931113ad3ab1666e62234af5b0ff2bf9512f6f8950c3634d469dd71
MD5 52a710f5a316da6549a55127f8255b1e
BLAKE2b-256 8fb6f41d752d88305c4a1b71963919aea617b043b3174d8d4cde0d3ab9a0bcd0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
  • Upload date:
  • Size: 30.1 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.1a8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 32724780e40c3b1e44130c3a695edc9291c552ae95ec321f43a2e936bb624e27
MD5 5896645fec91284a0ca732afe67c25c8
BLAKE2b-256 42f1c890f85de972b6bb05c82c84d04eb9189c5011ab8c7fa659df11f7a72dad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl
  • Upload date:
  • Size: 29.8 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.1a8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0256782023f8326118d6c8f22abbcc082b4915a5e5c02401f289ed566befae9e
MD5 29daf34545eb042f558f64bc6cf4cd99
BLAKE2b-256 9a31b816b040eb7b3951e17949bf076b28dd610f3e50a4d64cfe82470436c8e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
  • Upload date:
  • Size: 25.4 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.1a8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 75397572490c4bb73ef0bf49b2d96b12937330009e5b1f95071cd2a89a7abef1
MD5 73213bbf88fedd639d458d02f4be6d56
BLAKE2b-256 13aedccb3bc536f68243b8311f216d5ba08d51233945fd597b3fa772890b72cc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 26.1 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.1a8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d469b9226165b8522c91e6e910e90de96a9adf52682dd6776680002cb295a65f
MD5 62d375d9923ae53bc94965da03938385
BLAKE2b-256 1b25d46b814b1a3a3d08ebfa4296bee2ee9695d4a515844e1b079663df884b77

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 25.2 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.1a8-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b832f99065cec27a5ce31ff4241726074e744471a48225f4f8d73954d6dac4f0
MD5 5b7297605b6aff4b0ead66e3048b4c71
BLAKE2b-256 57a97c2f75261530b128620fda92c3da89dac736dac0bdbb5c1ac5c711776c0f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 25.9 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.1a8-py3-none-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9819a49fccc639fd02b1a51cd05eabae844a3edfd05562c88a3d49117066da8e
MD5 0d0f1efaeaeed1d5031f5ec7466e7298
BLAKE2b-256 cacd2ecad5b58d9d315746966f18f860687c13701ecd0c932e5b98e9da69c3a2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: basedpython-0.0.1a8-py3-none-linux_armv6l.whl
  • Upload date:
  • Size: 25.7 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.1a8-py3-none-linux_armv6l.whl
Algorithm Hash digest
SHA256 8f7c3c949d55335b65ace97ef250c75ed0198e3c6863ffb248287d714bdfee41
MD5 0dbbd85d16ef2f5603718f69785bc840
BLAKE2b-256 8ec6d8a1aa1ab35430dbdb082dff177c62dbddfc1f6c80339a08f3bea8ef4e75

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