simphony / simphony-osp

A framework that aims to achieve interoperability between software such as simulation engines, databases and data repositories using a knowledge graph as the common language.
https://simphony.readthedocs.io
Other
16 stars 12 forks source link

Publish OSP-core in pypi #639

Closed yoavnash closed 3 years ago

yoavnash commented 3 years ago

Publish OSP-core in pypi to enable easy installation of the package.

Options for the project name:

  1. pip install simphony
  2. pip install osp-core
  3. pip install simphony-osp-core

Option 3 has the advantage of being able to extend for wrappers. For example: pip install simphony-wrapper-simlammp.

Relevent links:

pablo-de-andres commented 3 years ago

We could also use the first option and extend it for wrappers, right? simphony installs the core, the rest come with the prefix. Might be simpler.

pablo-de-andres commented 3 years ago

simphony is taken.