Skip to content

arturmkr/metrics-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published