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

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

Built distributions (wheels)

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

Total release size: 204.7 MB

Release files / najaeda-0.7.21.tar.gz

Download URL najaeda-0.7.21.tar.gz
Size 15.4 MB
Tags Source
SHA-256 checksum
How to use checksums
4f5780061fc6d738a606f5240eab91ae98af62268aa8c24fd48e5bb93bf74ece
BLAKE2b-256 checksum
How to use checksums
3fbf553ad26748aa540e2de45ef19262931a450fe7444b012a9220bf352a2a86
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.21-cp315-cp315-win_amd64.whl

Download URL najaeda-0.7.21-cp315-cp315-win_amd64.whl
Size 5.7 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
292277b5adba08a837053b7378f065191e24284a5beef2ce11c3bf9539c1f84e
BLAKE2b-256 checksum
How to use checksums
acd20fec7339e3b3f05c5eeaf41d22e59c5e18bd51a08404c874e7458a1986f7
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.21-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp315-cp315-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.15 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4d59c51dae623790a2817164c1853892089ec1990777d6e98d11db7e0680abac
BLAKE2b-256 checksum
How to use checksums
b2d78087789ffbc4144864c6f9b1c418fea037ced61366de42c9d184b50affbc
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.21-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
530f09c916c1e9cfd0019bcd0fc26c554d02ea900ae37da7d611ef46e08ff062
BLAKE2b-256 checksum
How to use checksums
1bf68e152901cf2440ab55ef5d3aa887994563534cacbea944629a7cfe0bcde4
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.21-cp315-cp315-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
7351efbbab09e7d6a8fbce4b56da7854927c0825bb3372f78647f0f04e65da85
BLAKE2b-256 checksum
How to use checksums
521e77569cbc9b0e72751f12af1127ecd18b24f1945b36d05614aee29bfb1583
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.21-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4c34accdee2c9fe57d62399499ce41c0d612baf2e232e79212d7bf3c16982e73
BLAKE2b-256 checksum
How to use checksums
f83fd34edff69594bfb553e1265d0e783b1281e58f422e29b0f258463a14f9dd
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.21-cp314-cp314t-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
7101dd48005d73a71c3bad9f89d25437b3e52ec4ffaccb037d3cda02b9e84bec
BLAKE2b-256 checksum
How to use checksums
5cf83eab82e5f65de8e7373570efca49d718435ad7ee96da318f54ab515dae4b
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.21-cp314-cp314-win_amd64.whl

Download URL najaeda-0.7.21-cp314-cp314-win_amd64.whl
Size 5.7 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
0a4916cccf52c7bf04de63f6ab822788c579deccdd88c7641110e265c381d5bb
BLAKE2b-256 checksum
How to use checksums
85d057e2b50a4147d43341995123f69fadab1b09cc07155e95fc3d2f8e9df9b3
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.21-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp314-cp314-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0fe6ba2fcfcf6bceddba1274b0f854c753122403c585facd3d70abf1c2414d19
BLAKE2b-256 checksum
How to use checksums
a2edf9f038244305a27a344ccf282151b7288dc1092292c1ebe2e6f225b72c92
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.21-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
16bffbf904af6812df6823342655c9e383a099c3bfc37795ff6ceb486c4e805c
BLAKE2b-256 checksum
How to use checksums
c89d2b68aff28393bb43d9bd4d5701385d9ec6f5c512c4d5328539c4b58814ec
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.21-cp314-cp314-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
11aed9e2faa9401d2c2eb7498eecd2afaf36efd4f7b627e8dca98bd564aa6f22
BLAKE2b-256 checksum
How to use checksums
faa9e9bc5a6b59e694c85674442bf7f7a066e36acd22af77ff83a3272c969d1d
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.21-cp313-cp313-win_amd64.whl

Download URL najaeda-0.7.21-cp313-cp313-win_amd64.whl
Size 5.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
b599fea429e67975edb0794ec37bade446fc8baaae49c0250143721d79ed7db9
BLAKE2b-256 checksum
How to use checksums
534e7aead462d9c8e3d98e0522c3c44df5f7b837c33e6a441aef3e7300fe9908
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.21-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp313-cp313-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
57559a79965b3f110fe4d343f00b88133b6bfdccb18bb200e3a2357bb028ddf1
BLAKE2b-256 checksum
How to use checksums
7b243566283caf1d3c8646d69ac89fa0b32b093cdce9457e0ae3863946267818
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.21-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
1cd3c23294fab731695b6be98259c55f923a8bf55bf201a0bd5abb49ff83aa33
BLAKE2b-256 checksum
How to use checksums
4cda75cbd5c4e2c81b912754ff2c7bcd4a89af417c3fa728dc4ecec25f11ede2
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.21-cp313-cp313-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
079057fe4dabe7999702455bffde52b9dbe9e039a7364a17f9d131d115022fbc
BLAKE2b-256 checksum
How to use checksums
50e2334651ec3b779c77e918fa96e1f84b100691a294e766cfd1eda0d6bc2df4
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.21-cp312-cp312-win_amd64.whl

Download URL najaeda-0.7.21-cp312-cp312-win_amd64.whl
Size 5.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
5685ff77dac0b420631249bd41ccd08dc8a3f18bda1f5f71f6ffc252327713be
BLAKE2b-256 checksum
How to use checksums
ae6bc334cce9ffeb65d32fd754c7112774e7fa7f5d7afbe491b56d35598fdecf
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.21-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp312-cp312-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
23fc2ec621f46bbfb77ed0659e48a42ea37b0309067b46aafc730f4b82a57803
BLAKE2b-256 checksum
How to use checksums
607c2e63bec8b7cc5c1ac8f192be370168dfcc889d818d2998c5acaf05809190
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.21-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
48ee0d7523a559a73b5764c84e8085b50e9eac4888f7a74d0b058eff378fa27c
BLAKE2b-256 checksum
How to use checksums
a3f9cf987911d8f6c4c7669892133fc553994e6a99598eae6c09f413bf195b3c
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.21-cp312-cp312-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
5cbb31393248b637bed0f478f5eded96bbc67d1e0eca90128094d9c00f4aa35b
BLAKE2b-256 checksum
How to use checksums
58a3f63bac75b7c41ceaa4fe93ad33674f984c373481f2d55ee71fd0d9c400f8
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.21-cp311-cp311-win_amd64.whl

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

Download URL najaeda-0.7.21-cp311-cp311-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
562e4cf9255836fdde92ac0114780f29219c45f1cef16df112e7e631dd419ba1
BLAKE2b-256 checksum
How to use checksums
3bf09d0dfcb8430b56c14f24c5030f0dbbc2ca1bfb070198ff38556b0d16dfe6
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.21-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
34909107ba07b4dc078618c6e07197d3bca50e7a8eaa20ec25e8455c4220c9f2
BLAKE2b-256 checksum
How to use checksums
a91ff2486c66ee59652a5718e0a74d1613da7e4cbead5bb5afac7663d9c6b4ad
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.21-cp311-cp311-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
569503d5306f904a765f8de0e2476377007d97c03521ad14b628c20fb7d53725
BLAKE2b-256 checksum
How to use checksums
473b83000b1c5bdd485c98185137ef8d7a75aa350e03066adeb352797c8cf897
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.21-cp310-cp310-win_amd64.whl

Download URL najaeda-0.7.21-cp310-cp310-win_amd64.whl
Size 5.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
d6a374a74bbd0d71e3d3dd08a7f1f07d6560f925057fee60beb8f7d4bc77eedc
BLAKE2b-256 checksum
How to use checksums
a30b1a17584614698ae7b072fd3d0ff9622364294701972e59e74de261cba7ec
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.21-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.21-cp310-cp310-manylinux_2_28_x86_64.whl
Size 9.3 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
9c32d015e2bc3f15898b05dfeb12f4086d07d328fe4a4901847de5a07de4ddef
BLAKE2b-256 checksum
How to use checksums
b288a7a1e4e90817db8431c9715dbc3773d4b4157d915d699be098aeabab9de7
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.21-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.21-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
980249f564449de4d9943dc275a8e9289bcd84b04079b02e3a48e75add1a26a5
BLAKE2b-256 checksum
How to use checksums
86b3c13b07bec0a0740432fb4b71810aef5d90bd1498474fade8a53a4d11ccd7
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.21-cp310-cp310-macosx_11_0_arm64.whl

Download URL najaeda-0.7.21-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
b187704033074e1d76f1fc9cdc9b84bb1701930c11c6bbedd57622f3386e5f08
BLAKE2b-256 checksum
How to use checksums
8d35b64943c89c2340fd8e0583fd89eff125e086900b96560069a2f116e80056
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.21 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