NOAHBENJ / example-publish-pypi

Example Python package to demonstrate how to publish packages on PyPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Project

This is an example project that is used to demonstrate how to publish Python packages on PyPI. To take a look at the step by step guide on how to do so, make sure you read my article on Towards Data Science.

Installing

pip install example-publish-pypi-medium

Usage

>>> from src.example import custom_sklearn
>>> custom_sklearn.get_sklearn_version()
'0.24.2'

About

Example Python package to demonstrate how to publish packages on PyPI

License:MIT License


Languages

Language:Python 100.0%