zipline/conda
2020-08-17 10:17:46 -04:00
..
0_sortedcontainers BLD: Update sortedcontainers for Python 3.6 compat 2020-02-04 10:55:52 -05:00
1_setuptools_scm BLD: Updated recipes for newer conda build 2017-11-08 01:13:01 -05:00
alembic BLD: Updated alembic recipe for newer conda build 2017-11-08 01:13:11 -05:00
bcolz BLD: Updated recipes for newer conda build 2017-11-08 01:13:01 -05:00
empyrical DOC: Updated http links to https 2020-08-17 10:17:46 -04:00
intervaltree BLD: Added conda recipes for new requirements 2016-04-04 16:12:58 -04:00
iso3166 ENH: Initial support for international pipelines. 2018-09-10 10:05:39 -05:00
iso4217 BLD: Don't rely un unset variable. 2019-11-25 12:48:39 -05:00
logbook BLD: Added upper bound on setuptools for logbook 2020-04-01 11:41:52 -04:00
lru-dict BLD: Updated lru-dict recipe for newer conda build 2017-11-08 13:27:04 -05:00
numexpr BLD: Added numexpr conda recipe 2018-07-10 11:19:02 -04:00
parameterized BLD: Updated empyrical recipe for newer conda build 2017-11-08 01:13:07 -05:00
python-interface BLD: Update conda build for interface. 2019-11-25 12:48:40 -05:00
requests BLD: Don't actually run requests' tests 2018-11-28 10:05:44 -05:00
ta-lib BLD: Use https to download ta-lib source 2016-11-25 12:12:33 -05:00
trading-calendars MAINT: Bump trading calendars version for 2020 holidays 2020-01-08 14:22:33 -05:00
zipline DOC: Updated http links to https 2020-08-17 10:17:46 -04:00
README.md DEV: Use a pip-compiled lockfile for install constraints 2020-02-11 11:05:22 -05:00

conda recipes

conda is a Python package management system by Anaconda that provides easy installation of binary packages.

The files in this directory provide instructions for how to create these binary packages. After installing conda and conda-build you should be able to:

conda build ta-lib
conda build logbook
conda build zipline

You can then upload these binary packages to your own channel at anaconda.org.

You can add new recipes for packages that exist on PyPI with conda skeleton:

conda skeleton pypi <package_name> --version <version>

From the zipline root directory, I might add a recipe for requests==2.20.1 with:

$ conda skeleton pypi requests --version 2.20.1 --output-dir ./conda

Windows

Building ta-lib on Windows requires Visual Studio (Express).