Metadata-Version: 2.2
Name: salk_toolkit
Version: 0.5.3
Summary: Common tools and functions useful in multiple different workflows and dashboards
Home-page: https://github.com/salk-ee/salk_toolkit
Author: Margus Niitsoo
Author-email: velochy@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: polars
Requires-Dist: pyarrow
Requires-Dist: pydantic
Requires-Dist: pyreadstat
Requires-Dist: polib
Requires-Dist: streamlit
Requires-Dist: streamlit-dimensions
Requires-Dist: kdepy
Requires-Dist: s3fs
Requires-Dist: streamlit-authenticator==0.3.1
Requires-Dist: streamlit_option_menu
Requires-Dist: streamlit_dimensions
Requires-Dist: matplotlib
Requires-Dist: pillow
Requires-Dist: python-Levenshtein
Requires-Dist: arviz
Requires-Dist: streamlit-js
Requires-Dist: libsql_client
Provides-Extra: dev
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# salk-toolkit

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This file will become your README and also the index of your
documentation.

## Install

``` sh
pip install salk_toolkit
```

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

    2
