An open API service indexing awesome lists of open source software.

https://github.com/davydany/snek


https://github.com/davydany/snek

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Software, Networking, & Engineering Kit (SNEK)

## Objective of Project

SNEK (Software, Networking, & Engineering Kit) is a curated suite of
cybersecurity, Python utilities, and database tools designed to
streamline daily development tasks, enhance security, and simplify
workflow management. This README covers setup, usage, and best
practices for getting the most out of SNEK’s integrated toolset.

## Setup

### Prerequisites

- `uv` (`brew install uv` if not installed)

### Installation for Development

1. Clone the repository: `git clone https://github.com/davydany/snek.git`
2. Navigate to the repository: `cd snek`
3. Install dependencies: `uv sync`
4. Activate the environment: `source .venv/bin/activate`
5. Run the app: `streamlit run src/snek/app.py`

### Installation for Production

Deployed onto: https://davydany-snek.streamlit.app/