Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gmyrianthous/example-publish-pypi
Example Python package to demonstrate how to publish packages on PyPI
https://github.com/gmyrianthous/example-publish-pypi
Last synced: 9 days ago
JSON representation
Example Python package to demonstrate how to publish packages on PyPI
- Host: GitHub
- URL: https://github.com/gmyrianthous/example-publish-pypi
- Owner: gmyrianthous
- License: mit
- Created: 2021-06-06T15:18:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T23:56:12.000Z (almost 3 years ago)
- Last Synced: 2024-05-18T09:21:14.054Z (6 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 14
- Watchers: 1
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
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
============.. code-block:: bash
pip install example-publish-pypi-medium
Usage
=====.. code-block:: bash
>>> from src.example import custom_sklearn
>>> custom_sklearn.get_sklearn_version()
'0.24.2'