elixir-europe / plant-brapi-to-isa

BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Add setup.py to consume BrAPI2ISA as a python package. #42

Closed gcornut closed 5 years ago

gcornut commented 5 years ago

I'm adding a setup.py to be able to use this program as a python pip package.

Once merged, everyone can install the package with: pip install git+ssh://git@github.com:elixir-europe/plant-brapi-to-isa.git@<REF>#egg=brapi2isa

Where <REF> is the git tag or branch or commit

And then it can just be imported with import brapi_to_isa

bedroesb commented 5 years ago

Love the addition !

cpommier commented 5 years ago

Let's merge. We need to add this to the doc. I am copy Guillaume's comment, it will need to be cleaner.