/metrics-package

Demo for packaging Python code

Primary LanguagePython

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" }