tag:github.com,2008:https://github.com/oxydev/SubsCrypt-python-package/releases
Release notes from SubsCrypt-python-package
2021-09-01T11:41:30Z
tag:github.com,2008:Repository/371936092/0.1.0
2021-09-01T11:49:27Z
Stable Release
<h1>SubsCrypt Python Package</h1>
<p><a href="https://github.com/oxydev/SubsCrypt-python-package/actions/workflows/test.yml"><img src="https://github.com/oxydev/SubsCrypt-python-package/actions/workflows/test.yml/badge.svg" alt="Python Test" style="max-width: 100%;"></a><br>
<a href="https://pypi.python.org/pypi/subscrypt/" rel="nofollow"><img src="https://camo.githubusercontent.com/112eda029c65bd311d5ac962a9568dfed12c511c82a17d496f18c97cfec6aea4/68747470733a2f2f696d672e736869656c64732e696f2f707970692f6c2f7375627363727970742e737667" alt="PyPI license" data-canonical-src="https://img.shields.io/pypi/l/subscrypt.svg" style="max-width: 100%;"></a><br>
<a href="https://pypi.python.org/pypi/subscrypt/" rel="nofollow"><img src="https://camo.githubusercontent.com/2f840710fa17ac0c5e5a1442bd843a8b6b48d1a9bbb7e94c957e9797345188fd/68747470733a2f2f62616467652e667572792e696f2f70792f7375627363727970742e737667" alt="PyPI version fury.io" data-canonical-src="https://badge.fury.io/py/subscrypt.svg" style="max-width: 100%;"></a></p>
<p>The python interface for interacting with SubsCrypt Service.</p>
<p><a target="_blank" rel="noopener noreferrer nofollow" href="https://camo.githubusercontent.com/636c249525f3a4e64ee19e548724f8df2428134d233e38795b5586cefce411e0/68747470733a2f2f6f78796465762e6769746875622e696f2f5375627343727970742d646f63732f696d616765732f6c6f676f2e6a7067"><img src="https://camo.githubusercontent.com/636c249525f3a4e64ee19e548724f8df2428134d233e38795b5586cefce411e0/68747470733a2f2f6f78796465762e6769746875622e696f2f5375627343727970742d646f63732f696d616765732f6c6f676f2e6a7067" width="400" data-canonical-src="https://oxydev.github.io/SubsCrypt-docs/images/logo.jpg" style="max-width: 100%;"></a></p>
<h1>Installation</h1>
<div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="$> pip install subscrypt"><pre>$<span class="pl-k">></span> pip install subscrypt</pre></div>
<h1>Getting Started</h1>
<div class="highlight highlight-source-python notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content=">>> from subscrypt import Subscrypt
>>> subscrypt_client = Subscrypt()
>>> subscrypt_client.is_connected()
True"><pre><span class="pl-c1">></span><span class="pl-c1">>></span> <span class="pl-k">from</span> <span class="pl-s1">subscrypt</span> <span class="pl-k">import</span> <span class="pl-v">Subscrypt</span>
<span class="pl-c1">></span><span class="pl-c1">>></span> <span class="pl-s1">subscrypt_client</span> <span class="pl-c1">=</span> <span class="pl-en">Subscrypt</span>()
<span class="pl-c1">></span><span class="pl-c1">>></span> <span class="pl-s1">subscrypt_client</span>.<span class="pl-c1">is_connected</span>()
<span class="pl-c1">True</span></pre></div>
<h1>Docs</h1>
<p>You can access the docs <a href="https://api.subscrypt.io/subscrypt-doc/" rel="nofollow">here</a></p>
SaberDoTcodeR
tag:github.com,2008:Repository/371936092/0.0.3
2021-06-05T17:53:55Z
Initial release
No content.
Kuzey27