Skip to main content
PyPI version Apache 2.0 License Join the Matrix chat

najaeda is a Python package for loading, elaborating, navigating, editing, and analysing hardware designs from simple Verilog netlists to large SystemVerilog RTL cores.

from najaeda import netlist

# Load a gate-level Verilog design with a Liberty standard-cell library
netlist.load_liberty(['NangateOpenCellLibrary.lib'])
top = netlist.load_verilog('my_design.v')

# Navigate the hierarchy
for inst in top.get_child_instances():
    print(f'{inst.get_name()} → {inst.get_model_name()}')

# Flat connectivity across hierarchy boundaries
for iterm in top.get_term('clk').get_equipotential().get_inst_terms():
    print(iterm)

# Edit: rename, reconnect, delete
top.get_net('old_name').set_name('new_name')

What you can do

  • Load Verilog and elaborated SystemVerilog designs, with or without Liberty standard-cell libraries

  • Navigate hierarchy, nets, and ports at any level of detail — instance-by-instance or flat via equipotentials

  • Edit netlists: rename instances and nets, disconnect and reconnect signals, delete logic

  • Analyse designs with the visitor API and export results to pandas for further processing or visualisation

Installation

pip install najaeda

Requires Python 3.10+. Wheels are published for Linux, macOS, and Windows.

Tutorials

Six hands-on notebooks — open any of them in Google Colab with no local install needed:

#

Topic

Colab

1

Getting started — load Verilog, navigate hierarchy, visualize

Open in Colab

2

Liberty primitives — load a synthesised design with standard cells

Open in Colab

3

Editing a netlist — rename, disconnect, reconnect, delete

Open in Colab

4

SystemVerilog elaboration — load and browse an elaborated SV design

Open in Colab

5

ibex RISC-V core — explore a real-world SV core, collect module stats

Open in Colab

6

Fanout analysis — compute fanout for every net, trace drivers, export to pandas

Open in Colab

License

Apache License 2.0. See the LICENSE file for details.

Release files for najaeda 0.7.22

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for najaeda 0.7.22
File Size Uploaded
najaeda-0.7.22.tar.gz 15.4 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for najaeda 0.7.22
File
najaeda-0.7.22-cp315-cp315-win_amd64.whl CPython 3.15 CPython 3.15 Windows x86-64 Details
najaeda-0.7.22-cp315-cp315-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp315-cp315-manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp315-cp315-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
najaeda-0.7.22-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
najaeda-0.7.22-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
najaeda-0.7.22-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
najaeda-0.7.22-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
najaeda-0.7.22-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
najaeda-0.7.22-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
najaeda-0.7.22-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
najaeda-0.7.22-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details

Total release size: 205.5 MB

Release files / najaeda-0.7.22.tar.gz

Download URL najaeda-0.7.22.tar.gz
Size 15.4 MB
Tags Source
SHA-256 checksum
How to use checksums
8c78fca5ccdc9b1a893e2a91d5ae9ba9e90f4e81ab2a1112b96743f3b183413c
BLAKE2b-256 checksum
How to use checksums
8348a6c9422232b1c4c6bb3b4d911ffc3e27d6ce145423c69a686d7785ceae32
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp315-cp315-win_amd64.whl

Download URL najaeda-0.7.22-cp315-cp315-win_amd64.whl
Size 5.8 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
cac11752616a0d3bcfd2e1a8b47be09090b51b55656adfa64ec9846e49756e26
BLAKE2b-256 checksum
How to use checksums
80959f36ba8ae949ee3252f6d914bdb583a87fc8f983e7848e5abe61e2cc53a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp315-cp315-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.15 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
45bbbe90a8cf6950512a4bf389637c45c767e11be72bd028357afc09e86fdf60
BLAKE2b-256 checksum
How to use checksums
e2fa80417c5605978abf0f1afef90cf216ab7524de8d3a23240662d92347a8f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp315-cp315-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.15 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e7ffb8663a9ce73c50ef2db9e1f26ef7d10f8035a4ad81f54201f541ab48d64a
BLAKE2b-256 checksum
How to use checksums
6868e6d76cdb4068abfffbc6a26756a928c24918b1a5b22193c0b3cf45688b16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp315-cp315-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp315-cp315-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
772a8ddcd7d124f9023059b788693e20e58c0b9b50ffd2326bcf6d2df0a0f280
BLAKE2b-256 checksum
How to use checksums
ba29746d4ba011261395ac58775990ffc174352f2f9d69e28905d9963d044d9c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
56ce36298139e7cdb8680182c094ee9443c916b28edb4cae4c72d60c86886d72
BLAKE2b-256 checksum
How to use checksums
f40086399ba25f8c30750ac4b7563105ebcac51bf576a5a95c9f4e5eab1c88cd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314t-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp314-cp314t-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
010a71f70743bb0b1270a4013ef29ed9b07ec9e225ea99d56fa7bfc12717d68b
BLAKE2b-256 checksum
How to use checksums
933d50bb4d6c4bf449f5e1bbec1146f68b9dfb66128294369fbda0f9fe63188f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314-win_amd64.whl

Download URL najaeda-0.7.22-cp314-cp314-win_amd64.whl
Size 5.8 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
1307611557f9331a8852577ed8ea163356d2808ee1d2f3694ea5816155103a68
BLAKE2b-256 checksum
How to use checksums
0c38a641dbfb963a1920a972e405a96ebd6e18026cc54ae2f648f40a1d05bfed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp314-cp314-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
d0f2f2d541bf9e13926b5a9a41800bef896687f41c3d48d6399b8d7c64b7c64d
BLAKE2b-256 checksum
How to use checksums
247cc781cf115f0305e6264a5835e6166099cd9e2971a5c4f151a4a291accc97
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp314-cp314-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
47b6df44abb73433bb20f3d7c67181676e2699c844c223ec274b93071b29a5bd
BLAKE2b-256 checksum
How to use checksums
62ff65994938500a8c3c26109a594c32c671ba3e5b396d34ba43099fea436b7b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp314-cp314-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp314-cp314-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9f21669c587f8aebb7f16fae105dff8edd7cd53c7cdfc0be75db37231732d830
BLAKE2b-256 checksum
How to use checksums
5213dcaff5cb7c1115aee1c9318c28327e9790647aceaf2e167485a25a828c72
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp313-cp313-win_amd64.whl

Download URL najaeda-0.7.22-cp313-cp313-win_amd64.whl
Size 5.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
f5f0391203c47712ade2ebe8f0dcdf71b1d4f4f6cf7142b31ec91c87c795b055
BLAKE2b-256 checksum
How to use checksums
b5c3681d2e0bfba41ef439b55ecaebe86c1c5d166e70663110543a20ee85dd58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp313-cp313-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
45075c976cef3c21c20f7b7b7cd30e8039d806a25f6d366d093c4e377e9df44a
BLAKE2b-256 checksum
How to use checksums
87e6b199ea652cb5e7c76004fb6d018ccb0dfe2a6b0cfa6941a1b3cc7faea888
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp313-cp313-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
51c3991632d269f813d1d8c7936ae731c02ea44a15111c17c2855dabe6432807
BLAKE2b-256 checksum
How to use checksums
3ae70a8785a463e096f091b4b8e9810250c235d7f6cfd5b3992f864eaa37969b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp313-cp313-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp313-cp313-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
07762cd85d142007f7b3a91e0cdd3742b79838df7a50175f264d1af96b199de7
BLAKE2b-256 checksum
How to use checksums
873fdd69c6b609c352fd75f9a7916e515c97525045d1430f2cd01d4b15731698
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp312-cp312-win_amd64.whl

Download URL najaeda-0.7.22-cp312-cp312-win_amd64.whl
Size 5.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
0b422bedf51edd4fedd424802ea34b5920b651afa53bf3253f42ce39bccea7ca
BLAKE2b-256 checksum
How to use checksums
fdefee381d47038ab5a1e3c8ede7b2b7b3c6fa4253058fd4fd29f2cafe3001ff
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp312-cp312-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b599235108b57017cd37cee616d0be34fe42422e54b5f6d92168e5609142f510
BLAKE2b-256 checksum
How to use checksums
f7450c4f5a0a7cc2225e559d0031d040c3759d4601ad5d6bf489f18b2ea0e1a3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp312-cp312-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
cad3abebf6f2624ca494bd0f485ff49f96bf2cb25249495834250beab2531228
BLAKE2b-256 checksum
How to use checksums
173309a53562179b4a7eeeb3279bbdd14e4af02ccae67017a0303fd65e5ae71c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp312-cp312-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp312-cp312-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
3a3cf0ddc0f1aa23ff51cfdfd5576536ec685228637916520c62cf736d9edbee
BLAKE2b-256 checksum
How to use checksums
2e5248e5a2156dad1c92efb1b54ecef2ffa620b214c61f29a2432675306cdb53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp311-cp311-win_amd64.whl

Download URL najaeda-0.7.22-cp311-cp311-win_amd64.whl
Size 5.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
fed99721f10da67837d027d43b448701ed728037e2a41eccd286fcffd381765a
BLAKE2b-256 checksum
How to use checksums
858da5b50f17d16de335444cc9738ae196feb5ccbfe719042c014d7461f8c26f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp311-cp311-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a1281872b898b9bcde7d2e7417588d8e8bb98dcd9bb0f74cc6b3f67422294574
BLAKE2b-256 checksum
How to use checksums
139a33eb96f85d81b5cc582772c34517cce03b7c9d8c84b3a1df0778c01a0d4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp311-cp311-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
936fabd613133dffa5cfd60dbabca9cc7d71c3b22002e97f9404d6040973eede
BLAKE2b-256 checksum
How to use checksums
ff40537ae2c5040ffc6b76a731c2b870af828ef8cf2cf8186590eb82ab0a3c53
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp311-cp311-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp311-cp311-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
48da6489ef478c3bf87c6f15c18ee14670c5ac171b415730195dda8d659f99ae
BLAKE2b-256 checksum
How to use checksums
bfba4b0b37ecd1ec66c2ab54287aeb6e0f6f6c3447173a08b351ccb7e01bbb85
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp310-cp310-win_amd64.whl

Download URL najaeda-0.7.22-cp310-cp310-win_amd64.whl
Size 5.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ce4b7b6d4b83d9326135fa2bb90d8939de9a325c87af7f923c36effa277c8537
BLAKE2b-256 checksum
How to use checksums
ad5862eb5e368033de81f575a3e36b3f70933bd834d7e39e89b07205bd025e6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.22-cp310-cp310-manylinux_2_28_x86_64.whl
Size 9.4 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
6deb4f75c03eb12ac23aae7e8b4c68c0e09c64a1ebf96800290b2d3a00a15b40
BLAKE2b-256 checksum
How to use checksums
8e29a5420403a3437c2da4406e00a3229c81f241727ea4670f575a23ffa879ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.22-cp310-cp310-manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
fc0af1aec10ae186442bfd1a852ad24740309c1e9b0ded4a415b6b6b1aa5497c
BLAKE2b-256 checksum
How to use checksums
72369b164b4ab3f3916e5b8e0df9229e5e18e06b7c561cc473bb4c1160345c33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release files / najaeda-0.7.22-cp310-cp310-macosx_11_0_arm64.whl

Download URL najaeda-0.7.22-cp310-cp310-macosx_11_0_arm64.whl
Size 5.6 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
2cc3771ad0d1f424cac9f23961328773c3e052e0071bee52fadf827de4778201
BLAKE2b-256 checksum
How to use checksums
fb7f625c35913fdaffbd4fa79ae54de5d585e3d5ba308d66a4c426738bfcbef6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.1.0 CPython/3.13.13

Release history Release notifications | RSS feed

This release

0.7.22 This release

27 release files

0.7.8

26 release files

0.7.7

26 release files

0.7.6

26 release files

0.7.5

26 release files

0.7.4

26 release files

0.7.3

26 release files

0.7.2

26 release files

0.7.1

26 release files

0.6.6

26 release files

0.6.5

26 release files

0.6.4

26 release files

0.6.3

26 release files

0.6.0

26 release files

0.5.3

26 release files

0.5.2

26 release files

0.5.1

26 release files

0.5.0

26 release files

0.4.1

26 release files

0.3.6

26 release files

0.3.5

26 release files

0.3.4

26 release files

0.3.2

21 release files

0.2.9

14 release files

0.2.8

14 release files

0.2.7

14 release files

0.2.6

14 release files

0.2.5

14 release files

0.2.4

14 release files

0.2.2

14 release files

0.2.1

14 release files

0.2.0

14 release files

0.1.9

12 release files

0.1.8

12 release files

0.1.6

12 release files

0.1.5

12 release files

0.1.4

12 release files

0.1.3

12 release files

0.1.0

12 release files

0.0.0

12 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page