BigDaMa / abstraction-layer

Apache License 2.0
4 stars 8 forks source link

setup.py #3

Open FelixNeutatz opened 6 years ago

FelixNeutatz commented 6 years ago

Hi,

have you thought about setting up a setup.py? This would enable us to do something like:

from abstractionlayer.cleaning_api import install_tools
install_tools()

This would remove the necessity to copy cleaning_api.py into every new project :)

Best regards, Felix

m-mahdavi commented 6 years ago

Hi,

That is a good idea. Yes, we need to do that. Thanks.

Kind regards, Mohammad

m-mahdavi commented 5 years ago

As we discussed, I agree with having "setup.py". However, it remains as a TODO for later. :)