| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | The MIT License (MIT) | |
| 2 | 2 | ||
| 3 | - Copyright (c) 2015-2023 Andreas Bresser <self@andreasbresser.de> | ||
| 3 | + Copyright (c) 2015-2025 Andreas Bresser <self@andreasbresser.de> | ||
| 4 | 4 | ||
| 5 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 6 | of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,24 @@ | |||
| 1 | + package: | ||
| 2 | + name: pathfinding | ||
| 3 | + version: 1.0.17 | ||
| 4 | + | ||
| 5 | + source: | ||
| 6 | + path: ./ | ||
| 7 | + | ||
| 8 | + build: | ||
| 9 | + number: 0 | ||
| 10 | + script: python setup.py install | ||
| 11 | + | ||
| 12 | + requirements: | ||
| 13 | + build: | ||
| 14 | + - python | ||
| 15 | + - setuptools | ||
| 16 | + run: | ||
| 17 | + - python | ||
| 18 | + - numpy | ||
| 19 | + - pandas | ||
| 20 | + | ||
| 21 | + about: | ||
| 22 | + home: https://github.com/brean/python-pathfinding | ||
| 23 | + license: MIT | ||
| 24 | + summary: "Pathfinding algorithms for python 3." | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments