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

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

Built distributions (wheels)

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

Download URL najaeda-0.7.23.tar.gz
Size 15.4 MB
Tags Source
SHA-256 checksum
How to use checksums
124b34a824b9f688b7721878e11226da4935da94bd2c837af3199b47bf2a0343
BLAKE2b-256 checksum
How to use checksums
e01a27b3ae8892a32eccf0e4f65847a4207a10122eddb5817fc03ba0964f70ec
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.23-cp315-cp315-win_amd64.whl

Download URL najaeda-0.7.23-cp315-cp315-win_amd64.whl
Size 5.8 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
30b22229e103c66f978c698734d8b2cd319fbf713d8fb8c582b6f83826993711
BLAKE2b-256 checksum
How to use checksums
5d1a5dd9b887c9d61c127c221af6167e0b27dacfdafdbe32fb7d46fc443faaf9
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.23-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
d7017fa309bc971290cea3cf7e66073b2e5d2aed5ec402faf16dac0f6ce02124
BLAKE2b-256 checksum
How to use checksums
7f6778ebe87ab411a0f01030857ec408804146def32bed0f6ded998882566b39
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.23-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
8bf3c5c12d9634ea50c2737c87b152171c73327aaf3b473ed45796b4824ff689
BLAKE2b-256 checksum
How to use checksums
e08b90a7928e52099ed17ca6aad75491ba8bf994752646d069a6d4c860f33074
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.23-cp315-cp315-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
4ef411056679165e0b86d96433398db7f9cf2e10ea57c557cd88cc96e61c487b
BLAKE2b-256 checksum
How to use checksums
1ccc34920120da14a725e54f51c876d84391cf9e81ebdb2c2ef586e25738d970
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.23-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
b8872bee4ca14cc335d3c3e90c89d0802b2b6edeeea3b8d053e9478cf175068f
BLAKE2b-256 checksum
How to use checksums
68acd8307083cd2ecf289da23f6097e68317664faccb02f6876d664734de69f3
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.23-cp314-cp314t-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
e3b7d10ce49fe897c2b7c348a2b065e90094a5dcf24782a4c4838352ec6a4ed0
BLAKE2b-256 checksum
How to use checksums
0b7114f9e99a28e78e2bf464a01c301d7794adee10fb9e99edc462020f0a88db
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.23-cp314-cp314-win_amd64.whl

Download URL najaeda-0.7.23-cp314-cp314-win_amd64.whl
Size 5.8 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
f0478a4988ae2a068f1604e6f53d0e84313158ebdc21cd660039ac9e61982549
BLAKE2b-256 checksum
How to use checksums
e9ef758575886302c20c30e81aff7cce0097b9f1597bebf0106e3479cac58093
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.23-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
bbe0406397efbf5eac0593e9d6c249f9adfc4e7142f35f5c94d17d5038544370
BLAKE2b-256 checksum
How to use checksums
227896c522be7e59f2412001cbfb13f5d40d362b06dddf853f3ed41ac721ff01
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.23-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
d0fa31bb4bcc45f9b87c02e90df77b750202fbf5df9dbbf8db856e9679a219b7
BLAKE2b-256 checksum
How to use checksums
6b4f9bd0ce73d0a78da673d2b333bec7acf6c9b2285230101d62fc8a3dea1c5b
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.23-cp314-cp314-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
b25717ab840873eef9b2dd9cf7eea47ae753e0e6b0554239cf885315ec9149bf
BLAKE2b-256 checksum
How to use checksums
8a2eccce0e5b0c6a36197d4037ecdb4608d0849069ec0d82f5970b93a9b63a80
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.23-cp313-cp313-win_amd64.whl

Download URL najaeda-0.7.23-cp313-cp313-win_amd64.whl
Size 5.6 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
4f2afba6adebca2e7257de11782a708642babbe7042a87416e945ce37fef8dbd
BLAKE2b-256 checksum
How to use checksums
58827306277d73bc48640eaa51c8f919c137b5c5cc1404f11174e3110495de85
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.23-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
5fb2375acabc7367f3bdcf3678463a91d3e1a34c332a7b5d015aa7d23a41e181
BLAKE2b-256 checksum
How to use checksums
aea4646701a66b59e539825942c01ca7e88ed30544dc9fb9d9c798f8748f06e7
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.23-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
d047bad30e3a44a7dbfb86599c20f42bac4005b13738446bb274a0c5564efe98
BLAKE2b-256 checksum
How to use checksums
d501296756780bcc6d76aa7c4443ca74d0f0332a6e1458f7c0874ec40f8aead9
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.23-cp313-cp313-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
bd2ba7b51f237e1625d7044f794dbc3da594c3da294e9b2a90816c106a31eecb
BLAKE2b-256 checksum
How to use checksums
431d7c6f7e9cb5c19f6f529ab217bfcbaf1a1c9ae248ee07613be1e5b46c502a
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.23-cp312-cp312-win_amd64.whl

Download URL najaeda-0.7.23-cp312-cp312-win_amd64.whl
Size 5.6 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
83816150429da73f969d1b32d436e563d73af964104a9eaebca0c669fc1a3e09
BLAKE2b-256 checksum
How to use checksums
d101a10ffbb145923272bddbb9fb0cb2dbc262586e79e940b84bfc27cdd853e1
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.23-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
7f12b457f3e080b37c66146b869d525cc2b5ea379cad7d15747ea38ec900ac03
BLAKE2b-256 checksum
How to use checksums
451a2cd43337f75519a8705beb188aeba2557ab72878d609dbda47e6e4caaa8b
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.23-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
9c73702b700a91971585bab66ddc0323e3aa67fd96fe714c39988f1008936af9
BLAKE2b-256 checksum
How to use checksums
5db6847fbe524a4f5d4ca8a9f7545b07e51d82def6ccf5e728a40b22526afb68
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.23-cp312-cp312-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
695c525535efd1f2444a928f3eeb7f10795f73bbf4c1223a51f205d0f2da49c8
BLAKE2b-256 checksum
How to use checksums
75b9e9c79813fd1e27316f6d8b38f4d6ad2bfba67bfc22555c1910319ac96e86
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.23-cp311-cp311-win_amd64.whl

Download URL najaeda-0.7.23-cp311-cp311-win_amd64.whl
Size 5.6 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
f169dbb4afd0bda98ef312ca12ecf7a618ceca115af9112b5751ee6a2fc804be
BLAKE2b-256 checksum
How to use checksums
9c89e0c62a3f76373f1bb5f193674ef0c3ce7c6083483fed34b089a1d145f045
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.23-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
55f7f6220b04e4b9a872cb7eea4f2c521fcc8ba6642631d87b8a169edd061d70
BLAKE2b-256 checksum
How to use checksums
2742c538fd9b21a98d8e0745d79367b2f4390b7cbe76403191561a1e57fd0354
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.23-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
918101516cd68caa0d34395aa1ec0eefb623968efe3810bce3c4ed756c2ebb6f
BLAKE2b-256 checksum
How to use checksums
ab2adbc980de65c733b2bf2a26d3776896342fb384be2b239b51c185753b8263
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.23-cp311-cp311-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
f1943697094af5a4c5c622f3c3686a623adce1391943ec8464dcaa959f1f4d8b
BLAKE2b-256 checksum
How to use checksums
58f9a0cde77dd5ceae052d7870494630d96b7321e80dfefe727dd68e5672e9a1
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.23-cp310-cp310-win_amd64.whl

Download URL najaeda-0.7.23-cp310-cp310-win_amd64.whl
Size 5.6 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
167d66008c862dc417ac3c42cff213ee37f092f8e95d49e440e3232be0616a14
BLAKE2b-256 checksum
How to use checksums
70efae25ac30ab7e61191e39f713fe91f48094bb54b6b316294b0ac4ce0d5bc4
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.23-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.23-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
ae7025b19f95699e019ae75f385ea1cd6fe908e848c971d9924d2274c20e4a1e
BLAKE2b-256 checksum
How to use checksums
bacd00199301660015cf88a39c2691098f1ea6a07a950e09473c63dad3943bcd
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.23-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.23-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
52554ac72947f42e2934f0b8277f60995c5526b53f350fecf9b2e2a44ab402b6
BLAKE2b-256 checksum
How to use checksums
62259de783d70044583ff90e590efc11cb29643360b62cf71a56db414fd6e7d9
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.23-cp310-cp310-macosx_11_0_arm64.whl

Download URL najaeda-0.7.23-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
2372f7e02a0cb98631fd3bba2826aeb6b4648dcb4963c98d83c55d5e3fb7d6c6
BLAKE2b-256 checksum
How to use checksums
b07cada64442034ef816e44684f7a5dc3927dc7d0fe59c0726b1281aa7a295e7
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.23 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