Skip to main content

napf - nanoflann wrappers for python and maybe fortran

main PyPI version

python

As nanoflann offers template classes, separate classes are implemented in napf for each {datatype, distance metric}. All the search functions are equipped with multi-thread execution. Uses numpy.ndarray for data input and output. Currently, the combinations of following options are supported:

  • data type: {double, float, int, long} (corresponds to {np.float64, np.float32, np.int32, np.int64})
  • distance metric: {L1, L2} Note that functions return squared distances, when you use the L2 metric.

quick start

install with pip:

pip install --upgrade pip
pip install napf

Note: in case your system requires a dynamic build, you need a c++11 compatible c++ compiler. To make sure a correct compiler is chosen, set export CC=<your-c-compiler> CXX=<your-c++-compiler>

import napf
import numpy as np

data = <data in 2D array>
queries = <query points in 2D array>

kdt = napf.KDT(tree_data=data, metric=1)

distances, indices = kdt.knn_search(
    queries=queries,
    kneighbors=3,
    nthread=4,
)
...

fortran

If you need fortran bindings, please let us know by creating an issue.

Documentation

This package uses a sphinx based documentation. An online version of the documentation can be found at napf - documentation.

If you want to build the documentation yourself use the following commands in the package root directory.

pip install -r ./docs/requirements.txt
sphinx-build -W -b html docs/source docs/build

You will find the documentation in the docs/build folder.

Release files for napf 0.1.0

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

Source distribution (sdist)

Source distribution for napf 0.1.0
File Size Uploaded
napf-0.1.0.tar.gz 594.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for napf 0.1.0
File
napf-0.1.0-cp312-cp312-win_arm64.whl CPython 3.12 CPython 3.12 Windows ARM64 Details
napf-0.1.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
napf-0.1.0-cp312-cp312-win32.whl CPython 3.12 CPython 3.12 Windows x86-32 Details
napf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
napf-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.9+ x86-64 Details
napf-0.1.0-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
napf-0.1.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
napf-0.1.0-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
napf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
napf-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
napf-0.1.0-cp310-cp310-win_arm64.whl CPython 3.10 CPython 3.10 Windows ARM64 Details
napf-0.1.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
napf-0.1.0-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
napf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
napf-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
napf-0.1.0-cp39-cp39-win_arm64.whl CPython 3.9 CPython 3.9 Windows ARM64 Details
napf-0.1.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
napf-0.1.0-cp39-cp39-win32.whl CPython 3.9 CPython 3.9 Windows x86-32 Details
napf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
napf-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
napf-0.1.0-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
napf-0.1.0-cp38-cp38-win32.whl CPython 3.8 CPython 3.8 Windows x86-32 Details
napf-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.8 CPython 3.8 Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
napf-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details
napf-0.1.0-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
napf-0.1.0-cp37-cp37m-win32.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-32 Details
napf-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64 Details
napf-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le Details
napf-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64 Details
napf-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64 Details

Total release size: 18.5 MB

Release files / napf-0.1.0.tar.gz

Download URL napf-0.1.0.tar.gz
Size 594.9 kB
Tags Source
SHA-256 checksum
How to use checksums
4223e0d3498bee976ded836e07f54a7e82ebc919380ebcbaa2d4bc05cb246dd6
BLAKE2b-256 checksum
How to use checksums
c64b4d23c4acf34ffe4f17a5beddb8d3f5d6ae227e6319930b4327e5e76721ea
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-win_arm64.whl

Download URL napf-0.1.0-cp312-cp312-win_arm64.whl
Size 286.6 kB
Tags CPython 3.12 Windows ARM64
SHA-256 checksum
How to use checksums
1eec876ce603a989595cde695a435f278846b6197bc8a067659670216a0fd410
BLAKE2b-256 checksum
How to use checksums
5a615625d05690db3330661bb5f1fcf093f79cdd9d31633397f4d4fdf5a89bbc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-win_amd64.whl

Download URL napf-0.1.0-cp312-cp312-win_amd64.whl
Size 293.8 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
c7a91fc990f1ceeb7fef58440a692e666b82279374c78a5852a20574876de7a4
BLAKE2b-256 checksum
How to use checksums
0fd2072343ac765a8e54c1a11cefeb2c2221ce5a74f25f8f8231df39b7a35e82
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-win32.whl

Download URL napf-0.1.0-cp312-cp312-win32.whl
Size 243.9 kB
Tags CPython 3.12 Windows x86-32
SHA-256 checksum
How to use checksums
233965260ad6b5d9df8eb2652e28166da9d34aa37bb676b1fb1ac27fad19e3c4
BLAKE2b-256 checksum
How to use checksums
1b8884c1810ef5c836df6d8494e0d6c6ffeabf86f73f5ba896bbeb86b1d3f24a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 489.4 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
897266cdeb8151f44001270fa532bb77ac46bb21ddb4f4d345ad519d8b4b1a39
BLAKE2b-256 checksum
How to use checksums
dec0b229d4b4d4c96314366dc1b4a86d9ba8ab3bd36386d5140f6758bdee241c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 541.2 kB
Tags CPython 3.12 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
812653abd4d7572cd859c5805da349a11ef61a960bfe2ea2486f20b2204200cd
BLAKE2b-256 checksum
How to use checksums
0ee37ee7e65510ef46c98459f773010eef2a55e94f5d9cb84f31c10e226db021
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 460.5 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
58c41103aa89a53d2809935b572519a0659c3249067d2bafe020dba6154b0298
BLAKE2b-256 checksum
How to use checksums
9e9dd7700eb60a9bf0dd8c819d77a12e0c4091aeafe09c5e6ee27a478d950bfb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL napf-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Size 393.8 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
e255319a53fe6565cfc856ec122071a7ecf0a9ec69adebbc4614183f6933d5f2
BLAKE2b-256 checksum
How to use checksums
1ef903a6578ca5fb87fd037ee917ee1436a23db37048bdc53b8a8256c37ee417
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp312-cp312-macosx_10_9_x86_64.whl
Size 440.1 kB
Tags CPython 3.12 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
76f46b59373973b932c68e8abae2c67d0ee09077d0e785bc850c835e28e38aa7
BLAKE2b-256 checksum
How to use checksums
216012dcdb267d40124fe447119fc98b49515892aa95bf05bfe394a622a80934
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-win_arm64.whl

Download URL napf-0.1.0-cp311-cp311-win_arm64.whl
Size 286.2 kB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
6d087b5dc5dff57d34df2393b97d85314ca8a249adf117bbaa3d77788829937e
BLAKE2b-256 checksum
How to use checksums
7f9b4776f433f72327f63ce268ff8f9d0d564b2a5cf8941ee4b58aa15c6755cc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-win_amd64.whl

Download URL napf-0.1.0-cp311-cp311-win_amd64.whl
Size 294.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
48564614cbf65328887dda3f4f31655150fa2794d2eddaf31c5090cbc9758e99
BLAKE2b-256 checksum
How to use checksums
0ee734e3ffe94607b58adec109b237300d79790f4bcec04160c9ca925b9f9752
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-win32.whl

Download URL napf-0.1.0-cp311-cp311-win32.whl
Size 242.1 kB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
132ef78eacd0a0171f78ff1f3ee6ce7748a2bee27ce6cb91152457e9f2ae07e9
BLAKE2b-256 checksum
How to use checksums
0fd069c21181f6e0180b0667fe9cb8bd50313031766b1735b75b454842e92b0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 491.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
3c49f07150000a2a07ab5d009b4ac862b174e8fd6262b22ddb67dd9313092d82
BLAKE2b-256 checksum
How to use checksums
2965d263d29fbf1bcdc69c60e8eb090b141e017447369657493a1637b8387c4f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 542.3 kB
Tags CPython 3.11 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
a58d77dbd73de91f0c18a88194571b5c0bf87862a730e54ba446ca8642082290
BLAKE2b-256 checksum
How to use checksums
47cb527221ff628c83b713ac63ca9af46df9163094e90f08f32afdfd0ca9e2d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 463.7 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
02a4235aca235b20e952753f00c9625ce8f61b1971d3e2779c9e752414fc55d1
BLAKE2b-256 checksum
How to use checksums
71dcde933206020bcace604218ef0172d0215c01077d587684d1dba84289fe20
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL napf-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Size 391.4 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7d841950f563ee3d42d96d1ea38acc3c5bc2e2ac065661de6f83b141ef7a7872
BLAKE2b-256 checksum
How to use checksums
6e3a59b47f4ad7877145680af72831f79e0d3c842f54484f2c896ad0cce93947
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 436.9 kB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
205280cf73f23e85b7c8da7c4a6d114c7b6206cd8e1e7e827e434c2b8bae70b5
BLAKE2b-256 checksum
How to use checksums
ee191ba40fa9a354ba23a49ec36841ebfd4d98aca078ac6c7820dc308feeed57
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-win_arm64.whl

Download URL napf-0.1.0-cp310-cp310-win_arm64.whl
Size 285.2 kB
Tags CPython 3.10 Windows ARM64
SHA-256 checksum
How to use checksums
91043e51db9481d79d71e34d5c8b7b799490241f423301e9672eae1710f728af
BLAKE2b-256 checksum
How to use checksums
a940308376430a14fe800d623a1a3ae9533864d64823c9b2d22675b6e95abed2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-win_amd64.whl

Download URL napf-0.1.0-cp310-cp310-win_amd64.whl
Size 292.7 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a3885026973b8f2b4bcbeb2e538a2814a82bb3bfb868c98d70b27e6c810fd399
BLAKE2b-256 checksum
How to use checksums
ff5e6f3f2947eb5521c0819b234cede285ed404e09565ff5f49f9e70c9cc4924
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-win32.whl

Download URL napf-0.1.0-cp310-cp310-win32.whl
Size 241.2 kB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
7f1b7a4aae677a3af352c7aed06037316c32493781ff30eda3693ec8d878037a
BLAKE2b-256 checksum
How to use checksums
048d3412526bd86f5cbbf89104992520ddf9069c3dd60663cdf7c797e6eec8f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 488.2 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
77ed08cd2aa5a7cef585973251f864dac57101a1f6181003f976c03d67055a18
BLAKE2b-256 checksum
How to use checksums
e419d419c7630ec6a0974be1249e72cf7f7a5ffdfeea22920af824ceaefa8791
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 540.0 kB
Tags CPython 3.10 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
5b20354fa293f958c09b96fd8909d2ba3572983b2a83fd7b7eaec369263a0ca1
BLAKE2b-256 checksum
How to use checksums
65bc892e5275ac0d0351e7b76d096a17f85ecb75c54d0ca87f6287833aa131bf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 460.7 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
13f7c7028785beea0c9b85853db0f7a3ded8332544bf8de5cf2f832e535b0995
BLAKE2b-256 checksum
How to use checksums
5b98baa93685736f0c32ac3bcc92fe6cc85cdf4789995e12c94432d50b89b4e5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL napf-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Size 390.0 kB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4b27d6d289dc93b82e42a3df91dab0f4f61dca0fc4ee3ab1b43ab320eff9fb0f
BLAKE2b-256 checksum
How to use checksums
6cee942cf0b4f72cea67bea984f76f11ddf9ee2c2d9d85db51c5673357144ca9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 435.5 kB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
19221823308abae26447673538d05eb9da0fb63d4bff3641a31fed37523b4f43
BLAKE2b-256 checksum
How to use checksums
32a25f9e94908a0d0a80457a2ff2e5d0366f86b30681cb9a60e685331876e529
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-win_arm64.whl

Download URL napf-0.1.0-cp39-cp39-win_arm64.whl
Size 288.4 kB
Tags CPython 3.9 Windows ARM64
SHA-256 checksum
How to use checksums
9dbc5dd40b22a788fe1d61f4721aabe120152ce11f6ec4902954dbfeec789f7f
BLAKE2b-256 checksum
How to use checksums
6d33d2f8d108d82c91da7c4fff1a48879c81058f8fb8fa885399108d009f87fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-win_amd64.whl

Download URL napf-0.1.0-cp39-cp39-win_amd64.whl
Size 293.0 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
b2bfd1e8f3da18886a881696fdbe6ba583309918471e3548ad5be697f75764bb
BLAKE2b-256 checksum
How to use checksums
aac241099395761bf52cb9e3fe3a45ad6dea3b7f8db0340eb08b6d5050096ec8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-win32.whl

Download URL napf-0.1.0-cp39-cp39-win32.whl
Size 241.4 kB
Tags CPython 3.9 Windows x86-32
SHA-256 checksum
How to use checksums
fdb2bdda293162fd9b78be6aeee22730be60849515979d722ca07c865a5f4b52
BLAKE2b-256 checksum
How to use checksums
f86bb8c991d6463538a1fd20d45955de553744ce3349a60de23618e29449abbd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 488.7 kB
Tags CPython 3.9 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8b84d230bf77ae90515ca9db8c05a5d94fd06b07448bc7abd12ecee092213b1c
BLAKE2b-256 checksum
How to use checksums
be59ecb40ddff8b2e376d16a0a441ccb69a388c030f177e730bb35a0230c92c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 541.3 kB
Tags CPython 3.9 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
1b4cb122504ab13bd640dc6cb31ac79fbd418a0bb431726cbfddb5048472a6da
BLAKE2b-256 checksum
How to use checksums
352cb98f7099caa3197b921df621e4897f6a9875d3e4799deeb76d2a3aa55efc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 461.4 kB
Tags CPython 3.9 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
6960c18211963a6fafa7f3cb379ffe5edc1e79edf756ede325049cc55f4e19c0
BLAKE2b-256 checksum
How to use checksums
6f23d882620acf410e9faf694614f4c8afe9257aa1f365e8d978de0060ea5168
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL napf-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Size 390.1 kB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
16bd3c92fe6b6002f41941f0ff634482c437b095944687403a6f0738a4a639e1
BLAKE2b-256 checksum
How to use checksums
ae990aaa00205dc23959a9d47edb919e8a68c5570efe60116dc86e24e1a45e59
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 435.5 kB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
2a427e3a2b50d0794395103d727e67ffd6d374e7e5f93cc7bdf2d99cba538f5f
BLAKE2b-256 checksum
How to use checksums
dd81ae0f003bb85b045aeb2fc00ccf30719f6c7731f6582fc15d334ef2cb45a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-win_amd64.whl

Download URL napf-0.1.0-cp38-cp38-win_amd64.whl
Size 293.0 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
179705997b7b677e668ae7c60943a214bb383537b2075d7c557a043e1cf8955e
BLAKE2b-256 checksum
How to use checksums
1d2c93aa250478da7cbfc9fc73fcf311900be33220f721275296cea6059e7a4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-win32.whl

Download URL napf-0.1.0-cp38-cp38-win32.whl
Size 241.3 kB
Tags CPython 3.8 Windows x86-32
SHA-256 checksum
How to use checksums
b80ead73bcb5e522cf60ee5299a5570ab00d8509469892d24259f87713a28490
BLAKE2b-256 checksum
How to use checksums
d2edc0e445c993ea49abd2014ac2308ac96813418569c3efbc648375f9f9bda6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 488.5 kB
Tags CPython 3.8 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
17c3cfac34cfd8be3bba13d8e38610bc0942d2eb081c144ce91b5eab2abcd80a
BLAKE2b-256 checksum
How to use checksums
f8d4c27f42c448f0802c1cf69bf4b429b3887319f7bf59f372ad240c131cf768
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 540.3 kB
Tags CPython 3.8 Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
5a7aa4033fb81e424ab2dc366998a878742b87d4dc7cc7e933c3297152cce57a
BLAKE2b-256 checksum
How to use checksums
3806f448002673fc7d13322df36abd2897ebc162f4e69c7289891319a6d61071
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 460.4 kB
Tags CPython 3.8 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
142b41534e92749539565f8b89628b2b97bb5b7ef4289fd3aee8aff01ee6b1c8
BLAKE2b-256 checksum
How to use checksums
7d62c3e3a4d90d781ae3ca67c7296aa63d017e0e3ccffc9948040f07ccd58919
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-macosx_11_0_arm64.whl

Download URL napf-0.1.0-cp38-cp38-macosx_11_0_arm64.whl
Size 389.8 kB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
ed45455e42553c5bf61c6e8e44011190812353efdf1827646096cf8f3593cd81
BLAKE2b-256 checksum
How to use checksums
474f1aa82a01635d6077d3f9c2dec5ebba1793b243a44e5960bfd6a8b518475f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp38-cp38-macosx_10_9_x86_64.whl
Size 435.4 kB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
711deacd8ee31bf2fb6d6175125371232bad3b601d4407e99aa2fe739f646840
BLAKE2b-256 checksum
How to use checksums
e4b9917a50c5362a02a9e233e25b42a0339073350613bcc6248acf76506cd4b2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-win_amd64.whl

Download URL napf-0.1.0-cp37-cp37m-win_amd64.whl
Size 289.6 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
0e993d7e360834afdff094ddd113ca96c20d87dbda43d8ab41af012ed908c64f
BLAKE2b-256 checksum
How to use checksums
cff92cfac365d70a0361f71227dd9c915945126af46f1d2874148a1bc33e1f74
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-win32.whl

Download URL napf-0.1.0-cp37-cp37m-win32.whl
Size 245.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-32
SHA-256 checksum
How to use checksums
2458167f8baa04016d6ea7a09c225647467b644a3285f6cd2d6aa5062a48f562
BLAKE2b-256 checksum
How to use checksums
12650ce7d0c6438a2a462c10adc90860a607067c93c25dc7c8f9d21bd74eb28f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL napf-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 498.2 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
8d07f2e3aa63624986c6b6fa4ebe358217cd8487a017cab35f4c4ff5f6e67430
BLAKE2b-256 checksum
How to use checksums
9972f57507d1f728072b79ee989cec42a41bfd1a2d2ee1baa69a3aee943f51dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl

Download URL napf-0.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Size 549.1 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ PowerPC 64-le
SHA-256 checksum
How to use checksums
06be9df0fe0787611569720abe4dce7c537f98e0932f71b833f7e22936bdf4c0
BLAKE2b-256 checksum
How to use checksums
ba74259b43fe02ea77490ce48a78f50f83f5b727a56e2e457cfdcc2a3f838401
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL napf-0.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 468.4 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
320a7fc5c8ac58e8d9d614054366254e5cafc73078003250d093a39954a734bc
BLAKE2b-256 checksum
How to use checksums
bdf4ec6d58696cf213f561e2e81582fe3781da83dcc324112869c8881a0d35a4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release files / napf-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl

Download URL napf-0.1.0-cp37-cp37m-macosx_10_9_x86_64.whl
Size 426.0 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
e53975408b36c19ed96a003cab873196ad4205363b90fda6d224eaaf7757feb6
BLAKE2b-256 checksum
How to use checksums
1f17cca38bbcac6b6f2801bed4b2471d40d4528366b9a39312bd352f947c8366
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/5.1.0 CPython/3.12.4

Release history Release notifications | RSS feed

This release

0.1.0 This release

46 release files

0.0.8

69 release files

0.0.7

69 release files

0.0.5

58 release files

0.0.4

55 release files

0.0.3

55 release files

0.0.2

43 release files

0.0.0

5 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