Affnine deltaleaf
Easy way to create MAP (Undirected Graph)and find shortest path from one Node to another.
Installation
Use the package manager pip to install foobar.
pip install affnine-deltaleaf
Quick start
import affnine_deltaleaf
newMap=afn_spf.deltaLeaf() #create a object of affnine deltaleaf
newMap.editNameOfTheMap("Miramar") #assign a name to the map
newMap.updateDistance("A","B",1.1) # Distance from one node to another
newMap.updateDistance("A","D",2)
newMap.updateDistance("A","E",4)
newMap.updateDistance("B","E",2)
newMap.updateDistance("C","E",1)
newMap.updateDistance("C","D",5)
newMap.updateDistance("D","F",3)
newMap.updateDistance("E","F",3.4)
newMap.updateDistance("F","A",3)
newMap.updateDistance("G","B",3)
newMap.updateDistance("H","A",3)
newMap.updateDistance("I","C",3)
newMap.updateDistance("J","B",3)
newMap.updateDistance("K","E",3)
print(newMap.finder('A','E')) . # Find shortest distance and
# path between two nodes
Output:
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Release files for affnine-deltaleaf 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| affnine_deltaleaf-0.2.tar.gz | 3.5 kB | Details |
Release files / affnine_deltaleaf-0.2.tar.gz
| Download URL | affnine_deltaleaf-0.2.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
32aab7e50bac254a02bda2507eb00c457c899c12a843a3a6176573f2f1834707
|
|
BLAKE2b-256 checksum How to use checksums |
795a9743b0732d8091d739194d32c79ccaa239456dc381b12f247702ef930e6f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
|