Edit on GitHub

pip

class PipBuilder

MlemABC parent type: builder

MlemABC type: pip

Create a directory python package

Fields:

  • package_name: str (required) - Name of python package

  • target: str (required) - Path to save result

  • python_version: str - Required python version

  • short_description: str = "" - short_description

  • url: str = "" - url

  • email: str = "" - author's email

  • author: str = "" - author's name

  • version: str = "0.0.0" - package version


class WhlBuilder

MlemABC parent type: builder

MlemABC type: whl

Create a wheel with python package

Fields:

  • package_name: str (required) - Name of python package

  • target: str (required) - Path to save result

  • python_version: str - Required python version

  • short_description: str = "" - short_description

  • url: str = "" - url

  • email: str = "" - author's email

  • author: str = "" - author's name

  • version: str = "0.0.0" - package version

Content

šŸ› Found an issue? Let us know! Or fix it:

Edit on GitHub

ā“ Have a question? Join our chat, we will help you:

Discord Chat