File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2015-2023 Andreas Bresser <self@andreasbresser.de>
3+ Copyright (c) 2015-2025 Andreas Bresser <self@andreasbresser.de>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 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."
You can’t perform that action at this time.
0 commit comments