MLBazaar / BTB

A simple, extensible library for developing AutoML systems
https://mlbazaar.github.io/BTB/
MIT License
173 stars 41 forks source link

Publish on PyPI #19

Closed micahjsmith closed 6 years ago

micahjsmith commented 6 years ago

We've only tagged a version 0.1 but I think it would be suitable to publish this package on PyPI given that ATM has it as a dependency and there are other external users. (Such as myself.)

For packaging purposes, one can take a look at cookiecutter-pypackage. It shouldn't be hard to adapt the config files in the template package root. Another nice thing would be to configure travis to publish to PyPI every time a new release is tagged. There are instructions in the cookiecutter root docs folder.

csala commented 6 years ago

Name btb is already taken on PyPi, so we need to find another project name for the publication.

Note that using a different name for PyPi does not necessarily force us to change the name of the packaging, so one should be able to do:

pip install the-name-yet-to-be-decided
python
>>> import btb
csala commented 6 years ago

baytune v0.1.1 and v0.1.2 already released.