This repository was archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Develop #40
Merged
Merged
Develop #40
Conversation
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
…e throughout the client library. Also included template for default config file, 'unity.cfg'. Users can copy this template, customize settings, and pass it in as a parameter when creating an instance of the Unity client.
…ng the instance. So assuming an instance of Unity has been created, like `unity_instance = Unity()`, then the user can `print(unity_instance)` to see the config settings.
…ubmit_job". Also added a setting to the default config to capture the location of the SPS WPST endpoint.
…ob_status". An associated endpoint setting was added to the config for this to work. Config Parsing now uses ExtendedInterpolation so that settings in the config file can be referenced within the settings file.
…method accordingly to use the new settings.
…hen creating an instance of Unity. Also modified methods used to interact with configuration files so they are designated as 'private' by prepending an underscore to the method names.
added info to README file added initial poetry.lock file replaced ssetup.py with pyproject.toml added tests and regression test examples added github workflow for flake8, testing, regressiont esting
Poetry install
…g services (DataManager(implemented), AppliationManager (tbd), processManager (tbd))
…class definitions may be deprecated in the future.
…nvironment we are targeting and to allow minimize errors when doing so.
mliukis hosted workflow updates
added workflow to release to pypi when a "release" / "tag" is created…
Stac reader writer
version bump
rtapella
approved these changes
Jun 14, 2023
anilnatha
approved these changes
Jun 14, 2023
Stac updates 2
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Merge develop into main for release 0.1.1