Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The result of these is a couple status checks at the end of the pull request. This doesn't add immediate value to the code but over the years I have found that these checks can provide valuable insight and encouragement to get the code right. Countless times I and others have said I'll come back and fix this soon, never again to return.
On the project homepage we get:
Part of this project is building a "test" Django project so that I can develop on the JSON feed, and use it the way a typical user would (pip install, etc). Eventually will likely need a sample project for tests, which could also help illustrate how to use the tool.
One small point - I'll be doing a squash and merge for most PR's. This one is particularly fitting, as it won't load the master branch with 15 garbage commits where I was fighting with the CI system. The result will be a single merge commit with all 15 collapsed into it.
Resolves #5 and resolves #6