We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70dd221 commit be6a699Copy full SHA for be6a699
.drone.yml
@@ -0,0 +1,22 @@
1
+---
2
+kind: pipeline
3
+type: docker
4
+name: default
5
+
6
+platform:
7
+ os: linux
8
+ arch: amd64
9
10
+steps:
11
+- name: test
12
+ image: python:3.7.5-alpine
13
+ commands:
14
+ - echo "testing"
15
16
+trigger:
17
+ branch:
18
+ - master
19
+ event:
20
+ - pull_request
21
22
+...
README.md
@@ -1,3 +1,5 @@
+[](https://drone.polygon.io/Polygon-io/polygon-client-python)
# A Python client library for Polgyon's WebSocket and RESTful APIs
Currently this repo only supports the WebSocket API
0 commit comments