Package Service

To make it easier to distribute your models, the package service converts your OpenAPI specification to pip installable models. To get started, go to the Online Editor and either pick from one of the available examples or write your own OpenAPI specification.

The editor will help you ensure that your OpenAPI specification is valid. Once your OpenAPI specification is ready, hit the Save button:

_images/package-service-save.png

Note

You might need to create a free account.

Shortly after, instructions will be displayed to install your models using pip:

_images/package-service-install.png

Additionally, information is also shown for how to import the models. On top of importing all models, you are also able to import a specific model. For example, if you have defined the Employee schema you can also import Employee from your package.

_images/package-service-import.png

Manage your Packages

To see all packages for your account go to: Package Management.