-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update for Prism V3 #50
Conversation
Updated to ignore DS_Store
# Conflicts: # prism/cli.py # prism/commands/buckets_commands.py # prism/commands/dataChanges_commands.py # prism/commands/fileContainers_commands.py # prism/commands/raas_commands.py # prism/commands/tables_commands.py # prism/commands/util.py # prism/prism.py
@wd-mgreynolds -- I tried to install your fork of the library, but the following error was generated:
I wonder if you might have to edit the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wd-mgreynolds -- this isn't a complete review, but a couple things that we can start to think about as we review all the proposed changes.
@wd-mgreynolds -- one day, I do think pytest could be more extensive. It's a bit tricky through because we would need to create a mock API in order for it to interact with. There are things like requests-mock and vcrpy to do this, but let's explore those after we get this initial support for V3 merged. |
I've pushed a first-cut of the revised README.md. I elaborated quite a bit with the idea that a non-administrator would be looking for this type of functionality, so more info is better. This is not final, but the overall structure is in place. Please review for structure and level of detail - final word smithing is still on the plate. |
I did another pass on the README - the text should be complete. I'm still thinking about the images, in terms of size, borders, and possibly animated GIFs. I like the idea of animations, but it can get really annoying after the first time the animation runs. |
@wd-mgreynolds -- I appreciate the thoroughness, but I think this is too much detail for the README. This level of documentation would be fine in Community, but I don't think GitHub is the right place. For example, check out the README for the Google API Client or the README for Boto3. I think this README should have the following sections:
After this initial release, we can consider building further documentation helping a user get started, but the README should be brief and only the essential information. |
Thanks for the feedback and I appreciate your partnership. Unfortunately other commitments will limit the speed with which I will be able to make further changes. My manager has requested a hand-off meeting to provide any last details or answer any questions. Let me know if there's a better time next week and I'll throw a meeting on the calendar. |
@wd-mgreynolds -- if you want to add me as a contributor to your forked repo, I can make some edits to the README. |
Final edits to merge into fork
Format using Black
Reformat with latest version of Black
No description provided.