Skip to content

shared code for the findMe project organized as a python package

Notifications You must be signed in to change notification settings

uzh-ase-fs24/shared

Repository files navigation

findme-logo

findMe Shared Library 🛠️

This repository contains the source code for the findMe shared library. It is organized as a python package using poetry and is then installed via pip.

Project Structure

shared
-- findme # The main package
  -- authorization # Contains the authorization module to authenticate the findme API
-- tests # local tests
-- pyproject.toml # The poetry configuration file

Installation

Currently, the library is installed via pip directly from this git repository. This is a functionality enabled py pip directly pip install pip@git+https://github.com/uzh-ase-fs24/shared@develop'

Usage

from findme.authorization import Authorizer

authorizer = Authorizer(...)
...

About

shared code for the findMe project organized as a python package

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages