[Bug 238572] [NEW PORT] finance/py-backtrader: Python Backtesting library for trading strategies
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 24 03:22:02 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238572
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|Open |Closed
Keywords|needs-qa |
--- Comment #4 from Kubilay Kocak <koobs at FreeBSD.org> ---
Committed with changes:
- Rename MPL OPTION to PLOTTING (match setup.py:extras_require key name)
- Add TEST_DEPENDS/test target when one is available
I also recommend the following:
- Ask upstream to distribute source distribution to PyPI.
- Consider adding all optional features (OPTIONS) to OPTIONS_DEFAULT) for
package users.
- Add option for additional optional features (including any min versions):
* Interactive Brokers (needs IbPy and benefits greatly from an installed
pytz)
* Visual Chart (needs a fork of comtypes until a pull request is integrated
in the release and benefits from pytz)
* Oanda (needs oandapy) (REST API Only - v20 did not support streaming when
implemented)
* TA-Lib indicator support (needs python ta-lib / check the docs)
Upstream should add the above optional features to setup.py:extras_require as
plotting is.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list