You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bindings for Sift Science's [Events](https://siftscience.com/resources/references/events-api.html), [Labels](https://siftscience.com/resources/references/labels-api.html), and [Score](https://siftscience.com/resources/references/score-api.html) APIs.
Set up a virtual environment with virtualenv (otherwise you will need to
8
-
make the pip calls as sudo):
13
+
Set up a virtual environment with virtualenv (otherwise you will need
14
+
to make the pip calls as sudo):
9
15
10
16
virtualenv venv
11
17
source venv/bin/activate
@@ -33,11 +39,19 @@ Python 3:
33
39
34
40
## Documentation
35
41
36
-
Please see [here](https://siftscience.com/docs/api/python) for the most up-to-date documentation.
42
+
Please see [here](https://siftscience.com/docs/api/python) for the
43
+
most up-to-date documentation.
37
44
38
45
## Changelog
39
46
40
-
Please see [the CHANGELOG](https://github.com/SiftScience/sift-python/blob/master/CHANGES.md) for a history of all changes. Note, that in v2.0.0.0, the API semantics were changed to raise an exception in the case of error to be more pythonic. Client code will need to be updated to catch `sift.client.ApiException` exceptions.
0 commit comments