-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: implements initial sync for v2 APIs #3
Conversation
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.
todo: Copy the CONTRIBUTING.md
from the CLI and modify it here accordingly.
- Update pyproject.toml to add mock and pytest as dependencies - Update rapyuta_io_sdk_v2/constants.py to include "mock_test" in NAMED_ENVIRONMENTS
Update .gitignore to include the files main_test.py and test_config.json.
07e7a06
to
920bac8
Compare
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.
Some TODOs
- Add docstrings for public functions and classes.
- Add type annotations everywhere.
c343c7e
to
0b9144f
Compare
🎉 This PR is included in version 0.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Testing
Checklist
from_env
: loads config from envfrom_file
: loads config from file. default should be XDG_CONFIG_HOME on linux, and respective default on windows and mac like how click does it in the CLI.Fixes AB#16658