0 purchases
pyimportersplugins 0.4.175
Requirements
Python 3.8+
Flit to put Python packages and modules on PyPI
Pydantic for the data parts.
Installation
pip install flit
pip install pyimporters-plugins
Publish the Python Package to PyPI
Increment the version of your package in the __init__.py file:
"""An amazing package!"""
__version__ = 'x.y.z'
Publish
flit publish
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.