-
Notifications
You must be signed in to change notification settings - Fork 135
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
Example missing imports #593
Comments
Thanks for the detailed feedback, Stefan, much appreciated! :) |
@stefan6419846, I have created a new example file that demonstrates how to create an SPDX document from scratch with this library. Please have a look and tell me if you find that helpful or where you wish for more information. :) |
Thanks, this is much appreciated to lower the burden of getting started with plain library usage. Doing some further research in the package itself, I managed to write a similar example in the meantime (with the help of the actual specification), but good documentation does not hurt. |
That's great to here! Please reach out if there are any more road blocks you encounter! |
I just started evaluating this project for generating SPDX files manually, but had some trouble to finally generate a custom document:
spdx.models
insidespdx/models/__init__.py
, I am required to import them from the corresponding submodules, which seems like some unnecessary overhead.The text was updated successfully, but these errors were encountered: