Open
Conversation
… config.toml or config.yaml style files
… stubs for some amazon-orders stuff
… config.toml or config.yaml style files
… stubs for some amazon-orders stuff
…on into feat/matching_prompts
…o `_fetch_amazon_order_history` fix tests to properly support this
…y won't be the final name
…project passes all tox tests required eliminating some "newer" features such as `X Y` unions and match-case blocks
…h to "override" settings
… used during module import
… and expectations
need to add tests for cli since that is where most people will use the code
Collaborator
Author
|
Creates a solution for #10 , though it is pretty naive. |
… and locking of dependencies remove uv-export hook from pre-commit and autoupdate all repos
Collaborator
Author
|
Another one: #19 |
Contributor
|
I'm excited about multiple account support. |
Collaborator
Author
|
@DanielKarp hoping to get some feedback on this idea. I'm not ready to merge it but I'm waiting for feedback before finishing it up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is still a work in progress but I want to make sure everyone else likes the direction I'm heading before finalizing all of it.
toxto test against all supported Python versions. This helps make sure we aren't using features that aren't yet present in older versions.The main goal is actually the new
new-ynamazoncli tool. The name is just a stand-in, but it does a few things:config.tomlfile can be passed in. This is helpful for multiple Amazon accounts (husband/wife/etc.).Please take a look. I'm not an expert and pull requests, but you could perhaps clone the branch from my repo? I'm sure there's a better way, I just don't know it.
Please leave any feedback and I'll be glad to make any changes.