Skip to content

Commit 9512167

Browse files
2.2.0 docs
1 parent a2d3be7 commit 9512167

16 files changed

+37
-12
lines changed

dev/sphinx/source/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515
This update is primarily aimed at stabilization. The loop management has been improved and runs absolutely fine in
1616
tests!
1717

18+
`unicorn-binance-websocket-api` can now also be installed on all architectures on which there are no precompiled
19+
packages from LUCIT. PIP now automatically recognises whether there is a suitable precompiled package and if not,
20+
the source is automatically compiled on the target system during the installation process with Cython. Even if you
21+
don't have to do anything special, please note that this process takes some time!
22+
1823
### Added
1924
- Parameter `process_stream_data_async` in `manager.py` to `BinanceWebSocketApiManager()` as global setting parameter
2025
and to `create_stream()` as stream specific parameter. This means it is possible to provide a global and a stream

dev/sphinx/source/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ Both Cython and PyPy Wheels on PyPI make the installation process simpler and mo
340340
you get the optimized version of our package with minimal setup, allowing you to focus on development rather than
341341
configuration.
342342

343+
On Raspberry Pi and other architectures for which there are no pre-compiled versions, the package can still be
344+
installed with PIP. PIP then compiles the package locally on the target system during installation. Please be patient,
345+
this may take some time!
346+
343347
#### Installation
344348
`pip install unicorn-binance-websocket-api`
345349

docs/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Navigation</h3>
254254
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
255255
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
256256
See <a href="/license.html">License</a> for more information.<br />
257-
Last updated on Mar 13 2024 at 22:18 (CET).
257+
Last updated on Mar 14 2024 at 15:26 (CET).
258258
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
259259
<br />
260260
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_sources/changelog.md.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1515
This update is primarily aimed at stabilization. The loop management has been improved and runs absolutely fine in
1616
tests!
1717

18+
`unicorn-binance-websocket-api` can now also be installed on all architectures on which there are no precompiled
19+
packages from LUCIT. PIP now automatically recognises whether there is a suitable precompiled package and if not,
20+
the source is automatically compiled on the target system during the installation process with Cython. Even if you
21+
don't have to do anything special, please note that this process takes some time!
22+
1823
### Added
1924
- Parameter `process_stream_data_async` in `manager.py` to `BinanceWebSocketApiManager()` as global setting parameter
2025
and to `create_stream()` as stream specific parameter. This means it is possible to provide a global and a stream

docs/_sources/readme.md.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ Both Cython and PyPy Wheels on PyPI make the installation process simpler and mo
340340
you get the optimized version of our package with minimal setup, allowing you to focus on development rather than
341341
configuration.
342342

343+
On Raspberry Pi and other architectures for which there are no pre-compiled versions, the package can still be
344+
installed with PIP. PIP then compiles the package locally on the target system during installation. Please be patient,
345+
this may take some time!
346+
343347
#### Installation
344348
`pip install unicorn-binance-websocket-api`
345349

docs/changelog.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,6 +840,10 @@ <h2>2.2.0.dev (development stage/unreleased/unstable)<a class="headerlink" href=
840840
<h2>2.2.0<a class="headerlink" href="#id1" title="Link to this heading"></a></h2>
841841
<p>This update is primarily aimed at stabilization. The loop management has been improved and runs absolutely fine in
842842
tests!</p>
843+
<p><code class="docutils literal notranslate"><span class="pre">unicorn-binance-websocket-api</span></code> can now also be installed on all architectures on which there are no precompiled
844+
packages from LUCIT. PIP now automatically recognises whether there is a suitable precompiled package and if not,
845+
the source is automatically compiled on the target system during the installation process with Cython. Even if you
846+
don’t have to do anything special, please note that this process takes some time!</p>
843847
<section id="added">
844848
<h3>Added<a class="headerlink" href="#added" title="Link to this heading"></a></h3>
845849
<ul class="simple">
@@ -3832,7 +3836,7 @@ <h3>Navigation</h3>
38323836
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
38333837
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
38343838
See <a href="/license.html">License</a> for more information.<br />
3835-
Last updated on Mar 13 2024 at 22:18 (CET).
3839+
Last updated on Mar 14 2024 at 15:26 (CET).
38363840
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
38373841
<br />
38383842
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/code_of_conduct.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Mar 13 2024 at 22:18 (CET).
402+
Last updated on Mar 14 2024 at 15:26 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on Mar 13 2024 at 22:18 (CET).
341+
Last updated on Mar 14 2024 at 15:26 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ <h3>Navigation</h3>
771771
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
772772
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
773773
See <a href="/license.html">License</a> for more information.<br />
774-
Last updated on Mar 13 2024 at 22:18 (CET).
774+
Last updated on Mar 14 2024 at 15:26 (CET).
775775
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
776776
<br />
777777
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ <h3>Navigation</h3>
10461046
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10471047
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10481048
See <a href="/license.html">License</a> for more information.<br />
1049-
Last updated on Mar 13 2024 at 22:18 (CET).
1049+
Last updated on Mar 14 2024 at 15:26 (CET).
10501050
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10511051
<br />
10521052
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3>Navigation</h3>
389389
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
390390
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
391391
See <a href="/license.html">License</a> for more information.<br />
392-
Last updated on Mar 13 2024 at 22:18 (CET).
392+
Last updated on Mar 14 2024 at 15:26 (CET).
393393
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
394394
<br />
395395
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/py-modindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h3>Navigation</h3>
302302
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
303303
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
304304
See <a href="/license.html">License</a> for more information.<br />
305-
Last updated on Mar 13 2024 at 22:18 (CET).
305+
Last updated on Mar 14 2024 at 15:26 (CET).
306306
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
307307
<br />
308308
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/readme.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,9 @@ <h3>A Cython binary, PyPy or source code based CPython wheel of the latest versi
624624
<p>Both Cython and PyPy Wheels on PyPI make the installation process simpler and more straightforward. They ensure that
625625
you get the optimized version of our package with minimal setup, allowing you to focus on development rather than
626626
configuration.</p>
627+
<p>On Raspberry Pi and other architectures for which there are no pre-compiled versions, the package can still be
628+
installed with PIP. PIP then compiles the package locally on the target system during installation. Please be patient,
629+
this may take some time!</p>
627630
<section id="installation">
628631
<h4>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h4>
629632
<p><code class="docutils literal notranslate"><span class="pre">pip</span> <span class="pre">install</span> <span class="pre">unicorn-binance-websocket-api</span></code></p>
@@ -1029,7 +1032,7 @@ <h3>Navigation</h3>
10291032
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10301033
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10311034
See <a href="/license.html">License</a> for more information.<br />
1032-
Last updated on Mar 13 2024 at 22:18 (CET).
1035+
Last updated on Mar 14 2024 at 15:26 (CET).
10331036
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10341037
<br />
10351038
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>Navigation</h3>
227227
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
228228
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
229229
See <a href="/license.html">License</a> for more information.<br />
230-
Last updated on Mar 13 2024 at 22:18 (CET).
230+
Last updated on Mar 14 2024 at 15:26 (CET).
231231
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
232232
<br />
233233
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/security.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>Navigation</h3>
344344
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
345345
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
346346
See <a href="/license.html">License</a> for more information.<br />
347-
Last updated on Mar 13 2024 at 22:18 (CET).
347+
Last updated on Mar 14 2024 at 15:26 (CET).
348348
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
349349
<br />
350350
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)