boltsparts / BOLTS_archive

BOLTS is a open library of technical specifications
GNU General Public License v3.0
266 stars 54 forks source link

add PythonPackage to pypi #240

Open berndhahnebach opened 3 years ago

berndhahnebach commented 3 years ago

bolts for Python would be intallable just by

pip install boltspy

berndhahnebach commented 3 years ago

may be even add a repository for the files needed for pypi

they are on my local machine only ATM

berndhahnebach commented 3 years ago

https://pypi.org/project/boltspy/

Andrej730 commented 1 year ago

Bumping suggestion - it's important to add both data and pythonpackage to python package since otherwise boltspy is raising exceptions if you just install it with pip install boltspy and then try to import boltspy.

Or atleast mention on PyPi page those folders need to be copied from repository to package's folder (e.g. %localappdata%\Programs\Python\Python310\Lib\site-packages\boltspy\data) to avoid errors.