-
-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathpyproject.toml
More file actions
47 lines (45 loc) · 1.25 KB
/
pyproject.toml
File metadata and controls
47 lines (45 loc) · 1.25 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "schwabdev"
version = "3.0.3"
description = "An easy and lightweight wrapper for using the Charles Schwab API."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [{name = "Tyler Bowers", email = "tylerebowers@gmail.com"}]
requires-python = ">=3.11"
license = "MIT"
dependencies = [
"tzdata",
"aiohttp",
"requests",
"websockets",
"cryptography",
]
keywords = [
"python",
"schwab",
"api",
"client",
"finance",
"trading",
"stocks",
"equities",
"options",
"forex",
"futures",
]
classifiers=[
"Topic :: Office/Business :: Financial :: Investment",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Natural Language :: English",
]
[project.urls]
Homepage = "https://github.com/tylerebowers/Schwabdev"
Documentation = "https://tylerebowers.github.io/Schwabdev/"
Source = "https://github.com/tylerebowers/Schwabdev"
Youtube = "https://www.youtube.com/playlist?list=PLs4JLWxBQIxpbvCj__DjAc0RRTlBz-TR8"
PyPI = "https://pypi.org/project/schwabdev/"