Skip to main content

najaeda

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.24

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.24
File Size Uploaded
najaeda-0.7.24.tar.gz 15.4 MB Details

Built distributions (wheels)

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

Total release size: 205.6 MB

Release files / najaeda-0.7.24.tar.gz

Download URL najaeda-0.7.24.tar.gz
Size 15.4 MB
Tags Source
SHA-256 checksum
How to use checksums
00145fd267e50031e92637160df3b164e9da5df2f75591ce5bd3f2f786a7abc0
BLAKE2b-256 checksum
How to use checksums
ffc1c11d1fc793330da3e5c97c5a94b998375237690fcfa03a48d6ab0741b4b6
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.24-cp315-cp315-win_amd64.whl

Download URL najaeda-0.7.24-cp315-cp315-win_amd64.whl
Size 5.8 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
975c21409374001c9972a9e1f0bd1f4e36e6b0d2d43daf0975095dd155b77b6c
BLAKE2b-256 checksum
How to use checksums
23d9dc33805e7c4725665f61b7c35b29ac608f1c908535aa2ff808ca163eab3c
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.24-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
14ac2b0e219395006b9cbf7a955c37902ac83b4615b90fc72057a6ef7944570a
BLAKE2b-256 checksum
How to use checksums
937940b4b4ccd96cdd6c4bdcebfeca5d9c456a73640289f0ffa42e148dc6d8ce
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.24-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
e3b65a2e2b2e0caf8e4c3a019a89442b2e4942d572c02c0583678e04bbe14894
BLAKE2b-256 checksum
How to use checksums
621253e5862182b07d313e7cc64f9f907e800eaf3cb9a60528e7d6af7914ff60
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.24-cp315-cp315-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
c11a2bc91eee4d457f7fd7dadec2890aabac386b8b8a3003762b14e1c664134d
BLAKE2b-256 checksum
How to use checksums
74aedc66213d08b904fb01a6687ccb99af9e72005cbe3704664e22268b4b87dd
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.24-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
49a1b23c14663e4a882a6d0630f8fdb1fbbeb6d9bb5a9d3f90d355720f64a06d
BLAKE2b-256 checksum
How to use checksums
953645d3bb54305646fd11c4e46da6e63842e7fbfd6360a238d07f204f828f3e
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.24-cp314-cp314t-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
e0583f7d3ed57145a5f4bfab1ac1bd6df8e820805bcae0982ca1dc9f113ef1fc
BLAKE2b-256 checksum
How to use checksums
da0c179f54d7f390e9b67c47057c6e12f43a5476620a92375ddd9b1fe4aa5ef1
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.24-cp314-cp314-win_amd64.whl

Download URL najaeda-0.7.24-cp314-cp314-win_amd64.whl
Size 5.8 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
2c47b76f7c7076cf26115b48046db8350ab7bec05b8eaa386276e4a45358eb48
BLAKE2b-256 checksum
How to use checksums
4e12129816a872bee48132f3cfa41d6b62f2ccdc234b60e2d6ae780f7be09c3f
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.24-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
53aa56e24e6cbdd0029b38e79a1b16a3b0c7db649c8d761306b52035fb31c7fe
BLAKE2b-256 checksum
How to use checksums
8540fad8db4813bdd4359e2c3a789b8b91ada9783f5135b25744d187ac7c5e1b
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.24-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
1027d06a6a30b5db036416fb98abdf86a35b3386a41499b66847f8d413aa2915
BLAKE2b-256 checksum
How to use checksums
245b4a08259496da5bb39885493e77fc26376a4a28bf20bcd9859fa4dca158d1
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.24-cp314-cp314-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
35edbe18eae92645c9afd335e14c690cfb039c656fc3a26454c9dd2ecfd98404
BLAKE2b-256 checksum
How to use checksums
25d0fd872d0e502a1b0c9d9458c21dc151bdaa1af9c28b5440b40f2720537b34
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.24-cp313-cp313-win_amd64.whl

Download URL najaeda-0.7.24-cp313-cp313-win_amd64.whl
Size 5.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
536105a0266f10766be05755636b8becb416eabcb473a7a88762d36495d4450c
BLAKE2b-256 checksum
How to use checksums
42ae2346251cc55f825842ce3acf18c5848c71befbf297c2e2338377142df69d
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.24-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
35af229c0cc3ad2b3fbfe578972a9da51d34ae9a7731fe04a0f695a5162d716b
BLAKE2b-256 checksum
How to use checksums
7e258c7c584d7daeff4501dcc7c1306f0c328a9092381cd98cc7d9252ce8c493
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.24-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
4b3664005ba1228dd176c27f71e8d53a7369dafe4390966d1f72c78ed1da700c
BLAKE2b-256 checksum
How to use checksums
d2d6dfe5e6aa43edf935dbc381da3c9e36c8d6903c66fa0af62c24c521364899
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.24-cp313-cp313-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
a81d4df2119e47aa3cc1adeee6b3cf97998e18467b15deeb652c6394df5c0b9d
BLAKE2b-256 checksum
How to use checksums
8bf83ef68d88463bcebde5a1cb1de81d3dceca966307eeee46c0e69229ad7e50
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.24-cp312-cp312-win_amd64.whl

Download URL najaeda-0.7.24-cp312-cp312-win_amd64.whl
Size 5.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
d14bde684552e37919d2e325d50d09bdb75b4bb46c1e1a50a39f1f034017f810
BLAKE2b-256 checksum
How to use checksums
40153e564424b62826cf8a0db3b10d5e5cab12f7eaaef83d656b2b8a8a1e6f6c
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.24-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
8dca06fa9759a8c4a8701563eb1fdab7a7dbbc07ec5ed17ef36827513f181dea
BLAKE2b-256 checksum
How to use checksums
1f458c0ce8da53be10a6533a497582dabf1a4753869cae0a12428c57f2b6a1a9
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.24-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
bd64eca40e79538846cf282e53257dfadc6e2870242876739a8cd718ee1c03ce
BLAKE2b-256 checksum
How to use checksums
b4d7724110a21ac49aeaa02654d145371377675375bbc3243d664ac740b02c2b
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.24-cp312-cp312-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
38e315c671e0ebeac0e0de9a17cd7299a244e96d9977cf50476bdb6f98e39f76
BLAKE2b-256 checksum
How to use checksums
608a0726e705f2ff4a0dffa8d0d0536293a74be05744ff2feea62e10850907b3
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.24-cp311-cp311-win_amd64.whl

Download URL najaeda-0.7.24-cp311-cp311-win_amd64.whl
Size 5.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
e7305ce7b7f6fff7d8687b341e1c13dd1bbfa90c192fc036cbebb51e4f9af59b
BLAKE2b-256 checksum
How to use checksums
e72ff77ea5cef4f7c37848159345a0bdaa6192fa96f7a2da4a10830eecab06c8
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.24-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
7fa760ad7a5c958854572f78d0cdb04e8e13df13f26a196700410c8ae55a302b
BLAKE2b-256 checksum
How to use checksums
524567827e0e96ce1b994f27d4d453f865680540e3c765bc7bc3664877edb53e
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.24-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
734bded0ab49c8b303f560103b91d8a7c1798270b6fd0979223f49cb31f9f673
BLAKE2b-256 checksum
How to use checksums
0c334c7525affd1a4ed7a77c51ebb098fb76a27bcbec8c938245d1bf57605416
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.24-cp311-cp311-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
3890161aac2ce1727eac7200675ce8777f940b80d79e525c869d94f910a39fc0
BLAKE2b-256 checksum
How to use checksums
c784cb0832a35b2aaed540295074fd1177a1164a4f9091c10889b2abbe746ec8
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.24-cp310-cp310-win_amd64.whl

Download URL najaeda-0.7.24-cp310-cp310-win_amd64.whl
Size 5.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
2c30c9901cef2af7bd707ee1595bbe6a6d808074b2b521a1283eb0d18e671634
BLAKE2b-256 checksum
How to use checksums
ffc05e7281c03c3f088774b2c1de3d5bde43aaa5a98220204cdede57698c6bab
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.24-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.24-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
054eb6862eefc784601a1bd8848d3387f3eacdb0e713476226125d89c1771fbf
BLAKE2b-256 checksum
How to use checksums
9209ab4533efd30a53e1a3042e3307497e996a21e59562f1372e0309fce95627
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.24-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.24-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
ba3bcb2d2ab6edae64b3883e8d9f6628c64733e85a61b196f16c340c442a63c4
BLAKE2b-256 checksum
How to use checksums
a8583425aaeb5c1f543d43f1fb404dd70d7a872f980af54656a8112323611375
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.24-cp310-cp310-macosx_11_0_arm64.whl

Download URL najaeda-0.7.24-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
996cd34f40d3e114dad57c87cf173f2df8a8ab68ca6cdb1bf087216bc5a6124d
BLAKE2b-256 checksum
How to use checksums
4c24d3d5bafd64ebe39c5c63f28658f9ede598cbe8ade2cff680bdfe3187d853
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.24 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