-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equinix Metal Python (via rename or new module) #106
Comments
One alternative would be to use a generated client from the Equinix Metal API Spec: This is my preferred approach but we need some investigation into how usable this client is. |
If you do rename the client, might I suggest python-metal, this more closely matches the naming use by packaging systems, ie: python3-werkzeug, https://pypi.org/project/python-twitter/, etc. |
https://peps.python.org/pep-0423/#overview has a section on namespacing (Top-level namespace). |
@displague I like I would go with |
The generated Python SDK is now at https://github.com/equinix-labs/metal-python, and as of |
We would like to replace the use of the
packet
pypi module with a module that reflects Equinix Metal branding.In doing so, we can not break existing projects that depend on the
packet
package.Outline the steps that will be taken to move this project ahead with an Equinix Metal focus.
Some questions to consider:
import packet as metal
packet
package)The text was updated successfully, but these errors were encountered: