Skip to main content

Simple yet powerful Chilean and other tools written in Rust and Python.

Project description

Welcome to CL Forge!

banner

Simple yet powerful Chilean tools written in Rust and Python.

PyPI - Version GitHub Release PyPI - Python Version GH Pages - Docs

PyPI - Status PyPI - Types GitHub License

GitHub Actions Workflow Status GitHub Actions Workflow Status pages-build-deployment

cl-forge provides a collection of high-performance utilities for common Chilean data formats and API integrations. The core logic is implemented in Rust for maximum speed, with a clean and easy-to-use Python interface.

Features

  • High Performance: Core logic written in Rust.
  • Verify: Efficiently validate Chilean RUT/RUN and PPU (License Plates).
  • API Integrations: Simple clients to interact with the CMF and Public Market APIs.
  • Type Safety: Full type hints and .pyi stubs for excellent IDE support.

Examples

Validate

You can validate if a verifier digit is correct for a given numeric part of a RUT/RUN.

from cl_forge import verify

is_valid = verify.validate_rut(8750720, "3")

print(f"RUT is valid: {is_valid}")
# RUT is valid: True

... Or you can calculate the verifier digit yourself.

from cl_forge import verify

dv = verify.calculate_verifier(8750720)

print(f"Verifier digit: {dv}")
# Verifier digit: 3

Generate

Need to generate a bunch of random, unique and valid RUTs? No problem! And you can even specify a random seed, so you can reproduce the same results every time.

from cl_forge import verify

ruts = verify.generate(
   n=100,
   min=1_000_000,
   max=20_000_000,
   seed=42
)

print(ruts)
# [{'correlative': 8750720, 'verifier': '3'}, ...]

API Clients

The CMF API client allows you to easily interact with the CMF API.

from cl_forge.cmf import CmfClient

client = CmfClient(api_key="your-api-key")

# Get latest IPC data
ipc_data = client.get(path="/ipc")

print(ipc_data)
# {'IPCs': [{'Valor': '-0,2', 'Fecha': '2025-12-01'}]}

[!IMPORTANT] To use the CMF API, you need an API key. You can request one at Contact CMF.

See the API Reference for endpoint-specific clients, and the CMF API documentation for details about all the available endpoints.

The Public Market API client also allows you to easily interact with the Mercado Público API.

from cl_forge.market import MarketClient

client = MarketClient(ticket='your-api-ticket')

tenders_data = client.get(path="/licitaciones")

print(tenders_data)
#{'Cantidad': 463,
# 'FechaCreacion': '2026-02-12T16:07:58.813315Z',
# 'Version': 'v1',
# 'Listado': [{'CodigoExterno': '1057049-30-B226',
#   'Nombre': 'CSP- SERVICIO DE INMUNOHISTOQUÍMICA Y CISH',
#   'CodigoEstado': 5,
#   'FechaCierre': '2026-02-23T15:30:00'},
#  {'CodigoExterno': '1057374-8-L126',
# ...}

[!IMPORTANT] To use the Mercado Público API, you need an API ticket. You can request one at Contact Mercado Público. To request this API ticket, you will also have to request and activate your ClaveÚnica.

See the Mercado Público API documentation for details about all the available endpoints. Endpoint-specific clients coming soon in future updates.

Contributing

Pull requests are welcome. For changes and reporting bugs, please open an issue first to discuss it. Read our Contributing Guide for more details.

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Project details


Download files

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

Source Distribution

cl_forge-1.0.2.tar.gz (48.0 kB view details)

Uploaded Source

Built Distributions

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

cl_forge-1.0.2-cp314-cp314-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.14Windows ARM64

cl_forge-1.0.2-cp314-cp314-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.14Windows x86-64

cl_forge-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

cl_forge-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

cl_forge-1.0.2-cp314-cp314-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cl_forge-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

cl_forge-1.0.2-cp313-cp313-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13Windows ARM64

cl_forge-1.0.2-cp313-cp313-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.13Windows x86-64

cl_forge-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cl_forge-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cl_forge-1.0.2-cp313-cp313-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cl_forge-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cl_forge-1.0.2-cp312-cp312-win_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12Windows ARM64

cl_forge-1.0.2-cp312-cp312-win_amd64.whl (2.5 MB view details)

Uploaded CPython 3.12Windows x86-64

cl_forge-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cl_forge-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cl_forge-1.0.2-cp312-cp312-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cl_forge-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file cl_forge-1.0.2.tar.gz.

File metadata

  • Download URL: cl_forge-1.0.2.tar.gz
  • Upload date:
  • Size: 48.0 kB
  • Tags: Source
  • 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 cl_forge-1.0.2.tar.gz
Algorithm Hash digest
SHA256 4d6421ad13aae5dedae5eef0e590d01267380b12dfe0b3a8654e490b19bfbf90
MD5 e4bee506dee00035fe7e0a7f87e24283
BLAKE2b-256 664cd93007c5424f94b9b054a95887e85f86c62828f123b8c6618c83ca938a76

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-win_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-win_arm64.whl
  • Upload date:
  • Size: 2.6 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 cl_forge-1.0.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 bcf5a26cb225ac771b12119a39414541b8100043ed7dea7e8be83921675c0204
MD5 5ddc7222011c80e2f079a46c80b4bc26
BLAKE2b-256 92f7882563605338f11eac8fcf2438fe731f08d7916f2635cb499edbddf1d59c

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.5 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 cl_forge-1.0.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6c31158f2ca3fa20e40a84a9b0168432a1fdd63ff8f2744fb2a4d3c560eb708e
MD5 cfcdef7f20ad73df6ada57a910e3c701
BLAKE2b-256 d85e550c0dde862752da5e7513cd1d09bc55ca51f2c2fae10f83a2ae94c0b2f1

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.14, 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 cl_forge-1.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 375b5aacfa4f614f59252bf20609e7e832854653be16b65640b6bfebddd320ee
MD5 929ddffadfe58528dd84af6ddd274c4b
BLAKE2b-256 6a3b2c369b4ac73cee621e7cb629a8e35f3969aa309721a7f3ad195aa8d35073

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.1 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 cl_forge-1.0.2-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e85a203acdb27e82d1a0a06ebe46dc7568a5bdf2e50ef91de59f4e8875f29582
MD5 b31903fd9e5c8bb331a36886f9a93e08
BLAKE2b-256 c4e8ff823a136cff425b860fae5e118437d001ae17a294fb07784f1e3385dd6c

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.0 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 cl_forge-1.0.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed467195596edbc23572351183c82eb9ac48e2fbd24dec61d218b93fc6a5bd2e
MD5 d029feea48c2376f401cbf8f3038e295
BLAKE2b-256 73740a13f231ff6439bc838e15049d475dea9c1b60b7fd34cfffefc295cbd180

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 3.1 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 cl_forge-1.0.2-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5ac19f86be398689e79070af4e3d0399bc0691d4eb83087ac9369a392821d278
MD5 1ed573b7b30b7b7a8b98d028768ced9c
BLAKE2b-256 a972663570a7237afd5e6fed3f3a91a2b724058584fdfaae32e77ca6dfd35159

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: CPython 3.13, 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 cl_forge-1.0.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7436edca37278b4a926588af76b402a17ac4579a3379791e1a6fd1ba3e998284
MD5 a8deb2253f0c0d40d5ccd18b87596b2e
BLAKE2b-256 82bfc7ef184b5b3ed0acf51dcf4057944d7964378267f6798b6543ec06bff2b7

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.5 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 cl_forge-1.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8c75671ffad5b085d74a13de5950a8740f4dd39f28b3801fddc2234b1b843157
MD5 d3d0ebfce6e5b29de63b7109ccaf6753
BLAKE2b-256 5ae46a0a287b16dd6369e74aedda5feaa86fca9ef53f9c4ba2908c7751fcf2f7

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.2 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 cl_forge-1.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9c0879d2b2b03dae0b82ac64e4390bb0520487785880c1ab42fd11a6924d9c4d
MD5 99817633def2bbcd4b56353708225183
BLAKE2b-256 cd1ad18fdab7de18793e615ada271bc54e4ddb95e7d0634ba2babc094c122bb1

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.1 MB
  • Tags: CPython 3.13, 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 cl_forge-1.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 333eb6a758436b6f5eefbcf3da2b96562a766ab6a0faa31e71cd44670db4bac4
MD5 04f8fa1a6aed564cf325728b86c26aed
BLAKE2b-256 736373db119a7c41c898c6c9c41b875db37827cb9ae27a136b1636b220bc02cc

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.0 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 cl_forge-1.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f57bcfc787f72cc593deeb49aa53a113cffb410f0f0307d18f703e1bffb37811
MD5 4e44b1635a2c8772dd913cc97700b59d
BLAKE2b-256 873d5fda5635a3b7e72f95ca1654c82fff5795665f00f406c1caad51b6d05640

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 3.1 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 cl_forge-1.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0b096e492ffbabc4434d725761942b3539782b8056fa4b4683a0aa66df6a7467
MD5 84be6d06f89dd08c193366331936ea9d
BLAKE2b-256 a95f05944192144032da50c9fe413764149c0bd43d7a5b6ea2531d9a4f0be551

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.6 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 cl_forge-1.0.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 37c3df21a6b3176208517f66fb53489a4f4371a56cafbab942f0399d2d7e353a
MD5 839f43bec912598535561f154c07a426
BLAKE2b-256 d6694d3ed30ee9ccde0b5bb6360bb69e273fbf3d8de4eacd84186aa48237cad1

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: CPython 3.12, 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 cl_forge-1.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9b7da1589ed12509c7723607156efe1530920f6290734861f5a21a8d20862e1c
MD5 13eced77b50107da8b3465e65e4f0e5c
BLAKE2b-256 13476480ddef69726e1f6b0eda3690f81213ce08c9013534450a335f1465067e

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • Upload date:
  • Size: 3.2 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 cl_forge-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02fd68d586ceb1666523eb0ed24bec1ead6105fe105f31fec74622bfc22932ef
MD5 5b2f6e17da58dac01b86628010d03f4a
BLAKE2b-256 2419a7d41374157bca592bef91f8b23c7aef8832cdd46260e15d7c444e0d5979

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • Upload date:
  • Size: 3.1 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 cl_forge-1.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2d4a65e236cb4580c8a4c677903a12b425d946cf680295007559b7567f262482
MD5 2ba06f98a085dba5b8fbfafab9164274
BLAKE2b-256 156723b5c4620cee403ad7a69237e9105ad47754cb1a1832cd19fb8834228ca2

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 3.0 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 cl_forge-1.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d2e2958d382085fdcfebed1c912bb6421fa324ec9508acaa33bc74d9d62a1d22
MD5 e9b25a955adb7e845b4bbd1bf84a78da
BLAKE2b-256 56efed76394961058a47134e1402d2e71bc96901172903fdfbb1f6ef1dce1dcc

See more details on using hashes here.

File details

Details for the file cl_forge-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

  • Download URL: cl_forge-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
  • Upload date:
  • Size: 3.1 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 cl_forge-1.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bce9d46c54ce546369591c270525ef7834b364f54fb08d20800f057b481d2a7c
MD5 13ff3f691f19ccb0c702074a3d8b358a
BLAKE2b-256 8c383c1aeb6a9e78f7f9a278d8aaf8d023310ce1631d5fc5775fe10ce8fd98dc

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