Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 791 Bytes

File metadata and controls

29 lines (23 loc) · 791 Bytes

pubpypack-gadget-wilber-hdez

My first Python distribution package

Installation

$ python -m pip install -i https://test.pypi.org/simple/ pubpypack-gadget-wilber-hdez

Implementation

>>> from imppkg import hello
>>> hello.first_word
'hello'
>>>

Meetup presentation slides

pyproject.toml metadata


note: used virtualenv to create isolated Python environment