/libglue

General WIP Python library with focus on workflow and automation :unicorn: :rainbow: :dragon: :lion: :rocket:

Primary LanguagePythonMIT LicenseMIT

libGlue

⚠️ DISCLAIMER

TLDR

🐉 🐉 🐉 🐉

libGlue is a WIP with some scary code I took blind from my projects from the last 10 years and is not ready public usage!

🐉 🐉 🐉 🐉

Code needs to get refactored, etc.

But since releasing is not easy and I have been sitting on quite some personal 🐍 projects for many 🌕 == many lines of code.

Also my ❤️ for Python 🐍 came somehow back (and now we have types 🤔 😄).

Let's see where this will go. 🚀

Grtz,

Poppe 💋

🔥 🔥 🔥

Introduction

libGlue is a work in progress general Python library with focus on automation.

Installation

Development Mode

Install in development mode:

git clone --depth=1 https://github.com/jpoppe/libglue.git
pip install --editable .
pip install --editable .[dev] # to include development dependencies

Upgrade in development mode:

pip install --editable=. --upgrade