Metadata-Version: 2.4
Name: osgpy
Version: 0.1.6
Summary: Python utilities of the Operating System Group
Author-email: Christian Dietrich <christian.dietrich@tuhh.de>
License: MIT
Project-URL: Homepage, http://github.com/tuhhosg/osgpy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: versuchung>=1.4.1
Requires-Dist: pandas>=1.5.1
Requires-Dist: plotnine>=0.10.1
Requires-Dist: plydata>=0.4.3
Requires-Dist: scikit-misc>=0.2.0

OSG Python Tools
======================

The Operating System Group: https://osg.tuhh.de

This repository has multiple targets. It is

1. An opinionated selection of Python packages that we want to use for
   managing our experiments and data.

2. An collection of small functions that we use for looking at said
   data.

Installation
------------

## Just install without local checkout and code editing possibility
     pip3 install git+https://github.com/tuhhosg/osgpy

## With local code checkout and code changes have immediate effects
	git clone git@github.com:tuhhosg/osgpy.git
	cd osgpy
	pip3 install -e .
