File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 77The PyPi package name is `obelisk-py`, the Python module is called `obelisk`.
88
99Your starting point will be one of the Obelisk instances in `.sync` or `.asynchronous` depending on your preferred API.
10-
1110The Obelisk classes in these modules both implement the same interface,
1211but the asynchronous implementation returns Coroutines.
1312
13+ For Obelisk CORE, look at `obelisk.asynchronous.core`, or the below example as your starting point.
14+
1415## Error handling
1516
1617Obelisk-py comes with robust retry logic to handle any errors that may come up.
7778```
7879
7980## Changelog
80- .. include:: ../../CHANGELOG.rst
81+
82+ See [here](https://github.com/predict-idlab/obelisk-python/blob/main/CHANGELOG.rst)
8183"""
You can’t perform that action at this time.
0 commit comments