Results 11 issues of rsheftel

Is it possible to upload the wheel (bdist) file to PyPi in addition to the source dist? I have a package that depends on blist, but many people have problems...

When upgrading to Python 3.7 I know get the following deprecation warnings. It sounds like the code will stop working once Python 3.8 is released. C:\anaconda3\lib\site-packages\blist\__init__.py:4 C:\anaconda3\lib\site-packages\blist\__init__.py:4: DeprecationWarning: Using or...

I get the following warning when using this package: DeprecationWarning: UrlOpener style of invoking requests is deprecated. Use newer urlopen functions/methods

bug
help wanted
feedback

The get_historical_data() function ( https://addisonlynch.github.io/iexfinance/stable/stocks.html#daily ) appears to return the adjusted data as defined in the IEX docs ( https://iexcloud.io/docs/api/#historical-prices ). I would suggest in the function documentation to make...

needs documentation

When I try to pip install in Python 3.4 I get the following failure: Collecting klink Using cached klink-0.1.9.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call...

https://ponder.io/how-the-python-dataframe-interchange-protocol-makes-life-better/

I am trying to pip install this package from the github source but it is failing on Linux. Do you have plans to package and upload to PyPi?

@gerrymanoim I don't see the XKTS (JPX) calendar in your difference report, but doing a spot check the holiday 2021-09-23, the Autumnal Equinox (as shown here: https://www.tradinghours.com/exchanges/jpx/market-holidays/2021) is a holiday...

2021

First, thanks for a great program, I find it very useful. I am trying to think about a way to have the main web landing page allow for grouping of...

First thank you very much for this excellent library. I am using the cascader component with options of multiple=False and other other options the default. When I use it with...