pyroll-project / pyroll-from-dict

Extension for PyRolL providing function to create PyRolL data structure from dictionaries.
https://pyroll.readthedocs.io
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

It is unclear how to install pyroll-from-dict #1

Closed GRPlan closed 1 year ago

GRPlan commented 1 year ago

pyroll-from-dict can't be installed via pip.

If using PyRolL via pyroll.basic the user has to manually add the code from GitHub to the installation directory...

As the from_dict functionality is quite useful it should be considered to add the code to pyroll.core package.

ChRen95 commented 1 year ago

Hi @GRPlan, we haven't published the package yet so it's not installable via pip.

ChRen95 commented 1 year ago

Is published on PyPi, and is now installable via pip.

axtimhaus commented 1 year ago

Regarding adding to core: the from dict package is for now more a rough concept how one could do it. So please give feedback on usability and alternative concepts. If it has been proven, we may think about adding it to core. But for now it is likely to have breaking changes in from dict.

ChRen95 commented 1 year ago

I wouldn't vote for changing the common constructor. I would rather use overloading in a pythonic way to include this repo.