Current build status¶
| All platforms: |
|
Current release info¶
| Name | Downloads | Version | Platforms |
|---|---|---|---|
serapeum_utils - utility library for Python¶
serapeum_utils is an open-source Python utility package
serapeum_utils
Main Features¶
-
Installing serapeum_utils¶
Installing serapeum_utils from the conda-forge channel can be achieved by:
conda install -c conda-forge serapeum_utils
It is possible to list all of the versions of serapeum_utils available on your platform with:
conda search serapeum_utils --channel conda-forge
Install from Github¶
to install the last development to time you can install the library from github
pip install git+https://github.com/Serapieum-of-alex/serapeum_utils
pip¶
to install the last release you can easly use pip
pip install serapeum_utils==0.2.0
Quick start¶
>>> import serapeum_utils
