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
Should make it much easier for people to install and use this repo (e.g. pip install clippy-kindle)
pip install clippy-kindle
References:
Considerations:
ensure pytest and docs dependencies are not required for installing this pip package. (need a better way to manage dev vs prod dependencies)
usetox for testing/validation of package in future
The text was updated successfully, but these errors were encountered:
Started work on this in 7dbc366
based on
Sorry, something went wrong.
Most of work complete now with 266cecb (Including CI ✨ ), and tested successfully with my personal kindle workflow.
Possibly will rename package to "clippyk" before making available publicly via pypi. And likely will wait to close this issue alongside #9
dangbert
No branches or pull requests
Should make it much easier for people to install and use this repo (e.g.
pip install clippy-kindle
)References:
Considerations:
ensure pytest and docs dependencies are not required for installing this pip package. (need a better way to manage dev vs prod dependencies)
usetox for testing/validation of package in future
The text was updated successfully, but these errors were encountered: