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 or later. Pre-built wheels are published for:

  • Linux x86_64 and AArch64 (manylinux_2_28; glibc 2.28 or later)

  • macOS Apple Silicon (arm64), macOS 11 or later

  • Windows x86_64

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

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.25
File Size Uploaded
najaeda-0.7.25.tar.gz 15.7 MB Details

Built distributions (wheels)

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

Total release size: 224.4 MB

Release files / najaeda-0.7.25.tar.gz

Download URL najaeda-0.7.25.tar.gz
Size 15.7 MB
Tags Source
SHA-256 checksum
How to use checksums
0d66a9731f313998ebad8d6d77f6dc416c1b1ed9e4e8c2c641653ae765235d97
BLAKE2b-256 checksum
How to use checksums
0e01d090c386e675b26f0c003fb620e7a82abadb0675479f610cb2ca465d8261
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.25-cp315-cp315-win_amd64.whl

Download URL najaeda-0.7.25-cp315-cp315-win_amd64.whl
Size 6.9 MB
Tags CPython 3.15 Windows x86-64
SHA-256 checksum
How to use checksums
b95f1ed7cf4855e15c68bcdb2d287a892279f86ceec1737d9719445847fa43ed
BLAKE2b-256 checksum
How to use checksums
95121b02e9a5495fe548775efc0d7721bf0df5760ff5c466de002db3c9ebdcfd
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.25-cp315-cp315-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp315-cp315-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.15 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e7178e4ba4af41ad2b7e0cfb4612fa36ade689717988e4ea139a2b80b0f8ed5b
BLAKE2b-256 checksum
How to use checksums
8f39877e7ca7e941884bbe6be7b621b1cbd06bef6e98b3a96fbe465a4afb441e
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.25-cp315-cp315-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp315-cp315-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.15 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c22f04730406e1830166e391bf4d04899eb23702cb089e13a12171306fb60d87
BLAKE2b-256 checksum
How to use checksums
9403187c92bb034f0486fb1135caee514b294be4241482001f87df3265459c9f
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.25-cp315-cp315-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp315-cp315-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.15 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a03135ad37e1e9cdd9896250dee0ebbc6e02a32db2f539a444e88d6d00e5a1fc
BLAKE2b-256 checksum
How to use checksums
3c11d2063adb89245283fe927a0afaf9c7666fb5bc8e41bdf3dfbc09252de042
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.25-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7bfc0b63526c94a7d12a24af979c50a69b614dd13657e0768bf33d17d6941cd8
BLAKE2b-256 checksum
How to use checksums
0183336fcda6e3fd0331e01ae95e89ef2d5bc29873b0edfa0c90bd146d749d42
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.25-cp314-cp314t-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp314-cp314t-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
04066a07a039bebe4234cee9500993fb90ab6365cb3dcebdcae07ea15167f1c5
BLAKE2b-256 checksum
How to use checksums
4381e4dc81744d4b7386cc30116e9199c7d175f51eab15e11a5634a8a5541d21
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.25-cp314-cp314-win_amd64.whl

Download URL najaeda-0.7.25-cp314-cp314-win_amd64.whl
Size 6.9 MB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
f4b3630d0d84d8b44120f9da79a7a6fbba249bf7add0c65c398fe317bcfdd923
BLAKE2b-256 checksum
How to use checksums
646ffde2e4eca19d984615020feef1c7113e9ee0b3815d0c6ec37c18d39f9dbd
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.25-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp314-cp314-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
10b05b44bd88afe68e77deaed7553927db875e400eaa68d1ed6c893ad3b3b679
BLAKE2b-256 checksum
How to use checksums
500675e764bc05b051e03c8e785fe1aa5f0b0ccc89a695e2093e88d24e1299ae
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.25-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp314-cp314-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
1919287c68f59b0d224d6b452a31ae52ef6737420a9639b9e159f2c3cc720df9
BLAKE2b-256 checksum
How to use checksums
1609ce89035bf25bbaa85ff4928cac8633fa89fd4a75e9851ee394bd0fc57390
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.25-cp314-cp314-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp314-cp314-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a164dceb4951c1006137c55f8d24e3cf45b5a9aa1d9905fbfa9956a99bb150d2
BLAKE2b-256 checksum
How to use checksums
d3470ecc4e2806603b60abdbafdcee60e4eee7f64dd3916e14309f9c906501c9
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.25-cp313-cp313-win_amd64.whl

Download URL najaeda-0.7.25-cp313-cp313-win_amd64.whl
Size 6.7 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
3589690c710ff6ff0b0e3ce8a1b061e5496a148d7da19eed0a7bc25c41647363
BLAKE2b-256 checksum
How to use checksums
5ae15fd924ca72468e6b9ef142f5a0e9d1378b4ad0e6fa22c2d1234896e101c2
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.25-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp313-cp313-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
0f57e021965d5f9a67515ca21fae0461ef19303024b19ef2a167820d39cd6b94
BLAKE2b-256 checksum
How to use checksums
d72b52dd0596fb6499d32fd10f0ff8da6c15c04d2162e5c8c54b6ffb09ae74e5
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.25-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp313-cp313-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
a93bf1d4e29e4e6234020ab09d07d94abe8a16041489231494ce0e18e261f26e
BLAKE2b-256 checksum
How to use checksums
af926795b4cd7764dc28f234e7186e627b8dbd63be8e4a9b4d2449e82b5ff7b9
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.25-cp313-cp313-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp313-cp313-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1fd5eb160b9375df9f77c4e75e0c14aa055585f3e6b08597afc90063bbf96751
BLAKE2b-256 checksum
How to use checksums
1e083d4ff289ba8cd10693a9bb8994df0fce468e9044861b1c6486d25ca5d7a6
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.25-cp312-cp312-win_amd64.whl

Download URL najaeda-0.7.25-cp312-cp312-win_amd64.whl
Size 6.7 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
96af0b923584477f3deea063d5021c778cecb9eeecae670fd7e9f86bccf8664a
BLAKE2b-256 checksum
How to use checksums
a24658ba70bb6703bf8d23bed47fd2dac359f26784f7128d5b0bd6fbcdc9006f
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.25-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp312-cp312-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1e6c15e42c22133b8f0d13e2b3297e2234b789b7568214de7c3c3f19f3c58867
BLAKE2b-256 checksum
How to use checksums
3be7caa261c46bb990f03b91105bbe1ed7340d946e4ac4ec366d5e6233736f3f
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.25-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp312-cp312-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
0445242ea13c7daa917e2090c706d84c991b3fbece51535eda73138b08b934af
BLAKE2b-256 checksum
How to use checksums
5fb44cb66b49c8bf8c2ddc20eb9a571b2f942b48a4ae648abb118c73c463ffcd
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.25-cp312-cp312-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp312-cp312-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
789728c896e2daed06b6478a0709c3e6de3c552e966dcc63b6de129e90ba2a82
BLAKE2b-256 checksum
How to use checksums
354932d9f5a3a4113e2a1f56502f87050558e74eb563a86c8220150b48622033
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.25-cp311-cp311-win_amd64.whl

Download URL najaeda-0.7.25-cp311-cp311-win_amd64.whl
Size 6.7 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
b13f428b825bfd5670132e7497cd0616a11a62c7cc6ad7c231b3eb5a4ee2adb2
BLAKE2b-256 checksum
How to use checksums
1ab98926292e31bd1a4f890cc07b847a19c61205315e0446ffb7f91e75fc80cd
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.25-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp311-cp311-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
19f87c6dd47ad74d1df3ab7ff484eec00950c8cf9ac4176f9d18671cc5a3fac9
BLAKE2b-256 checksum
How to use checksums
8a50f01c5421dcfe53ff9e49e1bf897cb027f9e5692419d6bea0eb499df452eb
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.25-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp311-cp311-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c7d960966c64976eee24df8cdc40e1ca134cfec549c76b841cfe95aefd947f5b
BLAKE2b-256 checksum
How to use checksums
da283cae4a31703dc19af4cec31ee8dee2aac9694cc10a973e0873a162347a8b
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.25-cp311-cp311-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp311-cp311-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a817d5e040e735d5c1bb0f73fafc08c1baf3e69b563b1e6d9dd5ea99fa911972
BLAKE2b-256 checksum
How to use checksums
21a318355750001c65cf4cd1d03f659f758f35fe64f78d83398e749e4959ba67
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.25-cp310-cp310-win_amd64.whl

Download URL najaeda-0.7.25-cp310-cp310-win_amd64.whl
Size 6.7 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
28e49400728161f7f2290a78851ff7061301a6f987984780e0b4b1dce443dbed
BLAKE2b-256 checksum
How to use checksums
50f6d45b6470e96a022c4574af6fd4ee4610d4e87d77afa048c447ffb117fd2e
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.25-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL najaeda-0.7.25-cp310-cp310-manylinux_2_28_x86_64.whl
Size 10.0 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
42a2a8f57d89ac1b187ef4613c62b0ff43d543d71b6d170d6fad15586fad24fa
BLAKE2b-256 checksum
How to use checksums
cef2c17ca8c5bc2eefcdb0b697023f2ef5e575fe77c326c8c88eda075a547648
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.25-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL najaeda-0.7.25-cp310-cp310-manylinux_2_28_aarch64.whl
Size 9.2 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5e77f477e1974c6a5d41f216195b56575f1edb74e3cc1952e8ea143b7559a216
BLAKE2b-256 checksum
How to use checksums
ef9470ee3d50aba7290820d221da48910f73e0fdd39683c12f29808247e2f6ca
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.25-cp310-cp310-macosx_11_0_arm64.whl

Download URL najaeda-0.7.25-cp310-cp310-macosx_11_0_arm64.whl
Size 6.1 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
5821454274b8f31e1377ed887060b6e30318d1815c9a2a9ad438ea4ec965dfe7
BLAKE2b-256 checksum
How to use checksums
06fedce497fdef182764f85285fec0cb8301f56510d69a18d11b3c986339f99a
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.25 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