closeio / closeio-api

Python API Client for Close
http://developer.close.com/
MIT License
65 stars 47 forks source link

Please add to PyPI #1

Closed jimrollenhagen closed 10 years ago

jimrollenhagen commented 11 years ago

It would be very helpful to have this on PyPI. Dependencies would be easily resolved when installing, and it would not need to be vendored into projects (making upgrading easier, etc).

wojcikstefan commented 10 years ago

Hey @jimrollenhagen! We'll eventually do that, but for now you can use pip install -e git+git@github.com:elasticsales/closeio-api.git#egg=closeio_api

wojcikstefan commented 10 years ago

@jimrollenhagen the package is now available via pip install closeio_api. However, we will probably change it to pip install closeio as soon as we take control over https://pypi.python.org/pypi/closeio.