makerdao / pymaker

Python API for Maker contracts
GNU Affero General Public License v3.0
195 stars 96 forks source link

pip package #75

Open jooray opened 5 years ago

jooray commented 5 years ago

It would be great if we could install pymaker through pip package manager.

adamjsawicki commented 4 years ago

@reverendus Is there a reason this can't happen? I don't mind making the setup.py but one of the maintainers should probably be the one to publish to PyPi.

tamccall commented 4 years ago

+1

EdNoepel commented 4 years ago

How should versioning be handled? To my knowledge, SCD and Oasis isn't publicly versioned in a compatible manner. MCD has a version, but this library will likely be updated more frequently than MCD. It seems an independent versioning strategy makes sense: Major - changes with heavy impact and little backwards compatibility Minor - new features, impactful dependency updates Patch - bug fixes, new configs, updated ABIs with no change in functionality Thoughts?