2024-10-21 16:38:14 -04:00
|
|
|
[project]
|
2023-12-19 02:16:31 -05:00
|
|
|
name = "pyzipline"
|
2023-12-21 14:08:09 -05:00
|
|
|
version = "0.1.0"
|
2023-12-19 02:16:31 -05:00
|
|
|
description = "Python API Wrapper for the Zipline API"
|
2025-01-29 11:39:23 +00:00
|
|
|
authors = [{ name = "cswimr", email = "seaswimmerthefsh@gmail.com" }]
|
|
|
|
license = { file = "LICENSE" }
|
2023-12-19 02:16:31 -05:00
|
|
|
readme = "README.md"
|
2024-10-21 16:38:14 -04:00
|
|
|
requires-python = ">=3.10"
|
2025-01-29 11:39:23 +00:00
|
|
|
dependencies = ["aiohttp>=3.10.10", "asyncio>=3.4.3", "pydantic>=2.10.6"]
|
2023-12-19 02:16:31 -05:00
|
|
|
|
2025-01-29 11:39:23 +00:00
|
|
|
[dependency-groups]
|
2024-10-21 16:38:14 -04:00
|
|
|
docs = [
|
|
|
|
"mkdocs>=1.6.1",
|
2025-01-29 11:39:23 +00:00
|
|
|
"mkdocs-git-authors-plugin>=0.9.2",
|
|
|
|
"mkdocs-git-revision-date-localized-plugin>=1.3.0",
|
|
|
|
"mkdocs-material[imaging]>=9.5.50",
|
|
|
|
"mkdocs-redirects>=1.2.2",
|
|
|
|
"mkdocstrings[python]>=0.27.0",
|
2024-10-21 16:38:14 -04:00
|
|
|
]
|
2025-01-29 11:39:23 +00:00
|
|
|
dev = ["datamodel-code-generator>=0.26.5", "pylint>=3.3.4", "ruff>=0.9.3"]
|