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
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Installation).
122
124
125
+
### Packages are created automatically with GitHub Actions
126
+
When a new release is to be created, we start two GitHubActions:
127
+
128
+
-[Build and Publish Anaconda](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/actions/workflows/build_conda.yml)
129
+
-[Build and Publish GH+PyPi](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/actions/workflows/build_wheels.yml)
130
+
131
+
Both start virtual Windows/Linux/Mac servers provided by GitHub in the cloud with preconfigured environments and
132
+
create the respective compilations and stub files, pack them into wheels and conda packages and then publish them on
133
+
GitHub, PYPI and Anaconda. This is a transparent method that makes it possible to trace the source code behind a
134
+
compilation.
135
+
123
136
### A Cython binary, PyPy or source code based CPython wheel of the latest version with `pip` from [PyPI](https://pypi.org/project/unicorn-binance-rest-api/)
124
137
Our [Cython](https://cython.org/) and [PyPy](https://www.pypy.org/) Wheels are available on [PyPI](https://pypi.org/),
125
138
these wheels offer significant advantages for Python developers:
Use the below command with the version (such as 1.14.1) you determined [here](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/releases/latest):
189
+
Use the below command with the version (such as 0.14.2) you determined [here](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/releases/latest):
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/wiki/Installation).
123
+
If you run into errors during the installation take a look [here](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-suite/wiki/Installation).
124
+
125
+
### Packages are created automatically with GitHub Actions
126
+
When a new release is to be created, we start two GitHubActions:
127
+
128
+
-[Build and Publish Anaconda](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/actions/workflows/build_conda.yml)
129
+
-[Build and Publish GH+PyPi](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/actions/workflows/build_wheels.yml)
130
+
131
+
Both start virtual Windows/Linux/Mac servers provided by GitHub in the cloud with preconfigured environments and
132
+
create the respective compilations and stub files, pack them into wheels and conda packages and then publish them on
133
+
GitHub, PYPI and Anaconda. This is a transparent method that makes it possible to trace the source code behind a
134
+
compilation.
122
135
123
136
### A Cython binary, PyPy or source code based CPython wheel of the latest version with `pip` from [PyPI](https://pypi.org/project/unicorn-binance-rest-api/)
124
137
Our [Cython](https://cython.org/) and [PyPy](https://www.pypy.org/) Wheels are available on [PyPI](https://pypi.org/),
Use the below command with the version (such as 1.14.1) you determined [here](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/releases/latest):
189
+
Use the below command with the version (such as 0.14.2) you determined [here](https://github.com/LUCIT-Systems-and-Development/unicorn-fy/releases/latest):
@@ -221,11 +221,11 @@ <h1>Source code for unicorn_fy.unicorn_fy</h1><div class="highlight"><pre>
221
221
<spanclass="sa">f</span><spanclass="s2">"</span><spanclass="si">{</span><spanclass="nb">str</span><spanclass="p">(</span><spanclass="n">platform</span><spanclass="o">.</span><spanclass="n">system</span><spanclass="p">())</span><spanclass="si">}</span><spanclass="s2"></span><spanclass="si">{</span><spanclass="nb">str</span><spanclass="p">(</span><spanclass="n">platform</span><spanclass="o">.</span><spanclass="n">release</span><spanclass="p">())</span><spanclass="si">}</span><spanclass="s2"> started ..."</span><spanclass="p">)</span>
<spanclass="n">logger</span><spanclass="o">.</span><spanclass="n">debug</span><spanclass="p">(</span><spanclass="sa">f</span><spanclass="s2">"Entering with-context of UnicornFy() ..."</span><spanclass="p">)</span>
<spanclass="n">logger</span><spanclass="o">.</span><spanclass="n">debug</span><spanclass="p">(</span><spanclass="sa">f</span><spanclass="s2">"Leaving with-context of UnicornFy() ..."</span><spanclass="p">)</span>
0 commit comments