We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c6194 commit c23015cCopy full SHA for c23015c
README.md
@@ -2,6 +2,8 @@
2
3
# Polygon Python Client - WebSocket & RESTful APIs
4
5
+Python client for the [Polygon.io API](polygon.io)
6
+
7
## Getting Started
8
9
For a basic product overview, check out our [setup and use documentation](https://polygon.io/sockets)
setup.py
@@ -29,6 +29,7 @@ def get_readme_md_contents():
29
"License :: OSI Approved :: MIT License",
30
"Programming Language :: Python :: 3",
31
"Operating System :: OS Independent",
32
+ "Topic :: Office/Business :: Financial :: Investment"
33
],
34
install_requires=[
35
"websocket-client==0.56.0",
0 commit comments