With the latest wheels, it's easy to install the package and run the code from the CLI, but it isn't easy to import the code into external Python modules. By updating the structure of the code, users would be able to do something similar to the following:
import imageinary
images = imageinary.create_images('jpg', height=2160, width=3840, ...)
This will also require updating both the README with examples, and writing documentation in the code telling users how they can interact with the API.
Depends on #7
With the latest wheels, it's easy to install the package and run the code from the CLI, but it isn't easy to import the code into external Python modules. By updating the structure of the code, users would be able to do something similar to the following:
This will also require updating both the README with examples, and writing documentation in the code telling users how they can interact with the API.
Depends on #7