Add photonlibpy (#1040)

* Added a pure-python implementation of photonlib, named photonlibpy and hosted on pypi

---------

Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
Chris Gerth
2023-12-16 12:32:49 -06:00
committed by GitHub
parent 2e39549771
commit 47aea29b6b
12 changed files with 899 additions and 0 deletions

5
photon-lib/py/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
photonlibpy.egg-info/
dist/
build/
.eggs/
photonlibpy/version.py