Skip to content

project-lynx-coding-game/lynx-python-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lynx-scene-host

python-common managment

Execution of python code inside execution-engine requires some knowledge of structures used in lynx project which are included in lynx-python-common. This project imports them by using git subtree mechanism.

In order to pull commits from the repository use following commandline

git subtree pull --prefix src/deps https://github.com/group-project-gut/lynx-python-common.git master --squash

The next step is to install lynx-python-common python package to your env:

cd src/deps
pip install -e .

About

Common utilities for microservices written in `python`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages