We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently have 3 ways of representing PEPs:
_config
samples
We would like to ensure that number 3 resembles number 2, so that the data structures have both config and samples attributes.
config
Finally, in this same process we have decided to rename the config key to project.
project
In summary:
to_dict()
_samples
The text was updated successfully, but these errors were encountered:
03de2d6
Successfully merging a pull request may close this issue.
We currently have 3 ways of representing PEPs:
_config
andsamples
attributes._config
key (but not the _config key!) and thesamples
.We would like to ensure that number 3 resembles number 2, so that the data structures have both
config
andsamples
attributes.Finally, in this same process we have decided to rename the
config
key toproject
.In summary:
to_dict()
's representation matches the peppy.Project representationconfig
key toproject
_samples
tosamples
The text was updated successfully, but these errors were encountered: