-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 880 Bytes
/
Copy pathpyproject.toml
File metadata and controls
35 lines (32 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[build-system]
requires = ["uv_build>=0.11.15,<0.12"]
build-backend = "uv_build"
[project]
name = "FinLogic"
version = "0.7.1"
description = "Finance toolkit for listed Brazilian companies"
requires-python = ">=3.12"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
keywords = ["polars", "cvm", "finance", "investment", "accounting"]
authors = [
{name = "Carlos Carvalho", email = "cr.cj@outlook.com"}
]
classifiers = [
"Topic :: Office/Business :: Financial :: Accounting",
"Topic :: Office/Business :: Financial :: Investment",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"polars>=1.0.0",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"ipykernel>=6.0.0",
]
[project.urls]
repository = "https://github.com/crdcj/FinLogic"