arturmkr / metrics-package

Demo for packaging Python code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Packaging Example

This repository demonstrates effective practices for packaging Python code, using a simple system metrics collection library as an example. The actual code used for demonstration is hosted in a separate repository, which you can access here.

Installation

To install this package directly from GitHub using pipenv, add the following to your Pipfile:

[packages]
metrics = { git = "https://github.com/arturmkr/metrics-package.git", ref = "main", egg = "metrics" }

About

Demo for packaging Python code


Languages

Language:Python 90.1%Language:Dockerfile 9.9%