zipline_polygon_bundle 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (18) hide show
  1. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/PKG-INFO +3 -3
  2. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/pyproject.toml +4 -4
  3. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/LICENSE +0 -0
  4. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/README.md +0 -0
  5. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/__init__.py +0 -0
  6. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/adjustments.py +0 -0
  7. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/bundle.py +0 -0
  8. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/compute_signals.py +0 -0
  9. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/concat_all_aggs.py +0 -0
  10. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/concat_all_aggs_partitioned.py +0 -0
  11. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/config.py +0 -0
  12. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/nyse_all_hours_calendar.py +0 -0
  13. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/polygon_file_reader.py +0 -0
  14. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/process_all_aggs.py +0 -0
  15. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/quotes.py +0 -0
  16. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/split_aggs_by_ticker.py +0 -0
  17. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/tickers_and_names.py +0 -0
  18. {zipline_polygon_bundle-0.2.0 → zipline_polygon_bundle-0.2.1}/zipline_polygon_bundle/trades.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: zipline_polygon_bundle
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A zipline-reloaded data provider bundle for Polygon.io
5
5
  License: GNU AFFERO GENERAL PUBLIC LICENSE
6
6
  Version 3, 19 November 2007
@@ -679,8 +679,8 @@ Requires-Dist: polygon-api-client (>=1.14.2)
679
679
  Requires-Dist: pyarrow (>=18.1.0,<19)
680
680
  Requires-Dist: pytz (>=2018.5)
681
681
  Requires-Dist: requests (>=2.9.1)
682
- Requires-Dist: toolz (>=0.8.2)
683
- Requires-Dist: zipline-arrow (>=3.2)
682
+ Requires-Dist: toolz (>=1)
683
+ Requires-Dist: zipline-arrow (>=3.2.2)
684
684
  Project-URL: Repository, https://github.com/fovi-llc/zipline-polygon-bundle
685
685
  Description-Content-Type: text/markdown
686
686
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = 'zipline_polygon_bundle'
3
- version = '0.2.0'
3
+ version = '0.2.1'
4
4
  description = 'A zipline-reloaded data provider bundle for Polygon.io'
5
5
  authors = [
6
6
  { name = 'Jim White', email = 'jim@fovi.com' },
@@ -19,7 +19,7 @@ Repository = 'https://github.com/fovi-llc/zipline-polygon-bundle'
19
19
 
20
20
  [tool.poetry]
21
21
  name = 'zipline-polygon-bundle'
22
- version = '0.2.0'
22
+ version = '0.2.1'
23
23
  description = 'A zipline-reloaded data provider bundle for Polygon.io'
24
24
  authors = ['Jim White <jim@fovi.com>']
25
25
  license = 'AGPL-3.0'
@@ -46,8 +46,8 @@ requests = ">=2.9.1"
46
46
  bcolz-zipline = ">=1.2.11"
47
47
  pyarrow = ">=18.1.0,<19"
48
48
  numpy = "<2"
49
- toolz = ">=0.8.2"
50
- zipline-arrow = { version = ">=3.2" }
49
+ toolz = ">=1"
50
+ zipline-arrow = { version = ">=3.2.2" }
51
51
 
52
52
  [tool.poetry.dev-dependencies]
53
53
  pytest = "*"