binance-public-data icon indicating copy to clipboard operation
binance-public-data copied to clipboard

Release as python library

Open georg-schwarz opened this issue 2 years ago • 4 comments

Hey! Unfortunately, I didn't find a template on how you want feature requests to be formatted, so I just wrote a user story. Hope that is okay :)

Story

As a data scientist or application developer, I'd like to use the python code as a library instead of copying code around in order to incorporate the scripts into my usual development workflow.

georg-schwarz avatar May 24 '22 05:05 georg-schwarz

Are you having any luck downloading historical data? Doesn't seem to be working for me.

minhajk21 avatar Jun 02 '22 19:06 minhajk21

Are you having any luck downloading historical data? Doesn't seem to be working for me.

Do you see any issue or any error?

2pd avatar Jun 03 '22 02:06 2pd

Hey! Unfortunately, I didn't find a template on how you want feature requests to be formatted, so I just wrote a user story. Hope that is okay :)

Story

As a data scientist or application developer, I'd like to use the python code as a library instead of copying code around in order to incorporate the scripts into my usual development workflow.

Yeah, that's in the plan. If you can share your requirements in detail, it will be helpful for us to make it better.

thanks.

2pd avatar Jun 03 '22 03:06 2pd

I think as the first step publishing as a versioned library would be a great addition, e.g. on pypi. That would allow me (as a user of a lib) to install and update it via pip cli (e.g. pip3 install binance-client) instead of copying your code into my repository.

Hope that helps?

georg-schwarz avatar Jun 07 '22 13:06 georg-schwarz