https://github.com/davydany/snek
https://github.com/davydany/snek
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davydany/snek
- Owner: davydany
- Created: 2025-02-02T12:10:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-02T12:14:58.000Z (over 1 year ago)
- Last Synced: 2025-02-02T13:23:05.774Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/