Skip to content

avkoehl/streamkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamkit

documentation: https://avkoehl.github.io/streamkit/

Installation

From github to use as a dependency in your project

e.g. for poetry:

[tool.poetry.dependencies]
streamkit = { git = "ssh://[email protected]/avkoehl/streamkit.git", branch = "main" }

build and install locally

git clone [email protected]:avkoehl/streamkit.git
cd streamkit
poetry install

Rebuild documentation locally

poetry run mkdocs build

or serve with

poetry run mkdocs serve

About

Tools I reuse when working with stream data in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published