Socket
Book a DemoInstallSign in
Socket

streamlit-octostar-utils

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamlit-octostar-utils

pipPyPI
Version
0.2.9
Maintainers
1

How To Install

Base Package: pip install streamlit-octostar-utils

NLP Additional Dependencies: pip install streamlit-octostar-utils[nlp]

Code formatting

This project uses black for code formatting. To format the code, run: black .
You can also install the Microsoft official Black extension for VSCode here.
This will format the code automatically when you save a file.

Developer Guide

Local Development Setup (MacOS):

pyenv local
python -m venv venv
. venv/bin/activate
pip install poetry
poetry install

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts