oduwsdl/CarbonDate

Make CarbonDate a package

grantat opened this issue · 1 comments

I was considering this, but it might useful to make CarbonDate a package in the near future where users can install it via pip and then code around the features. The CarbonDate modules are somewhat already setup in a python module fashion. Some redesign work would have to happen to accomplish it, especially on how server and local would be called or executed in docker.

That would be a good idea. Also, in the root of the repo, you can have a main.py file that uses this package to build the CLI. This would be a good illustration of the usage of the package.