License
Closed this issue · 7 comments
Mambix commented
I will use this in my project but there is no license attached. Is that intentional?
I also want to refactor the project so that I can push it to pypi. You OK with that?
NanoBjorn commented
Hello!
I was doing without any license. You can just mention my github in documentation:)
… On Dec 5, 2017, at 14:05, Mambix Ltd. ***@***.***> wrote:
@NanoBjorn <https://github.com/nanobjorn>
I will use this in my project but there is no license attached. Is that intentional?
I also want to refactor the project so that I can push it to pypi. You OK with that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGtuvW6RnkjryvyqJlBflngJ7urlAHRXks5s9SNhgaJpZM4Q2HKh>.
Mambix commented
Ok will do that but for PyPi I will stick a MIT license to my repo if you're OK with that.
NanoBjorn commented
I’m OK, great!
… On Dec 5, 2017, at 19:17, Mambix Ltd. ***@***.***> wrote:
Ok will do that but for PyPi I will stick a MIT license to my repo if you're OK with that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGtuvRRNo-TxiJV8YJQ82H0Zggl85sR-ks5s9WyggaJpZM4Q2HKh>.
Mambix commented
You should now be able to do this:
pip install YoBit
And then use it in your code:
from YoBit import YoBit
yb = YoBit(api_key='YOUR_API_KEY', api_secret='YOUR_API_SECRET')
yb.get_info()
NanoBjorn commented
That’s great!
… On Dec 25, 2017, at 13:23, Mambix Ltd. ***@***.***> wrote:
@NanoBjorn <https://github.com/nanobjorn>
You should now be able to do this:
pip install YoBit
And then use it in your code:
from YoBit import YoBit
yb = YoBit(api_key='YOUR_API_KEY', api_secret='YOUR_API_SECRET')
yb.get_info()
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGtuvUP9f-jM5JPrbO0NRtIjbbVldHrLks5tD3eMgaJpZM4Q2HKh>.
NanoBjorn commented
You’ve used wrong link (`githun` instead of `github`) in the README file, fit it please:)
… On Dec 25, 2017, at 13:23, Mambix Ltd. ***@***.***> wrote:
@NanoBjorn <https://github.com/nanobjorn>
You should now be able to do this:
pip install YoBit
And then use it in your code:
from YoBit import YoBit
yb = YoBit(api_key='YOUR_API_KEY', api_secret='YOUR_API_SECRET')
yb.get_info()
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#1 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AGtuvUP9f-jM5JPrbO0NRtIjbbVldHrLks5tD3eMgaJpZM4Q2HKh>.
Mambix commented
good catch, fixed 👍