Fast Dijkstra using Boost Graph Library
Project description
Fast_dijkstra
wrapper of c++ Boost Dijkstra https://www.boost.org/doc/libs/latest/libs/graph/doc/dijkstra_shortest_paths.html
to deploy
- change the version number in pyproject.toml under [project]
[project]
name = "fast_dijkstra"
version = "1.0.2"
- create a new tag starting with "v"
git tag -a 'v1.0.2' -m 'description'
Github action will build wheels for windows and Linux.
- when Done, upload to Pypi
./upload v1.0.2
local development build
sudo apt-get install -y libboost-all-dev
poetry run python setup.py bdist_wheel
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_dijkstra-1.0.2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fast_dijkstra-1.0.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 79.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6cd9b3091502ca10439aedeab2715bcc6e984920a002f8c5ebf56beda5c8929
|
|
| MD5 |
4cdb4f58d2019e800284df5c37cf2d0f
|
|
| BLAKE2b-256 |
bf64dff6eaa24228108c9be42b48db41e6e598f29221a5987535e6d5ed25c1ab
|
File details
Details for the file fast_dijkstra-1.0.2-cp312-cp312-win32.whl.
File metadata
- Download URL: fast_dijkstra-1.0.2-cp312-cp312-win32.whl
- Upload date:
- Size: 71.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8a9bad6314859fd394a2e53544ac8b98c908a0e19ebc5d216a5ba96b57bdb9b
|
|
| MD5 |
1c0a55440896b8d48e5bf58c468de920
|
|
| BLAKE2b-256 |
f7c144e5544b2e6dc77b58acef673851a73b7a59c570c159ef8f3455ca472821
|
File details
Details for the file fast_dijkstra-1.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: fast_dijkstra-1.0.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.24+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1b04ca6d227f37a0f9c532408d878cef68d5b04b3141a2286a590974aa9704b
|
|
| MD5 |
27a75d26bc3a71921bd3d9ef8f416dac
|
|
| BLAKE2b-256 |
ba9505358f49cb249065bac310b73d04804a7c87a86150f06d8b5f666098648d
|