-
Notifications
You must be signed in to change notification settings - Fork 9
docs: update pystapi-client readme #81
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
Merged
Merged
Changes from 2 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
0146f62
docs: update READMEs with relevant stapi-client details
emmalu 48c13d8
docs: add stapi-client to docs
emmalu 6455f13
docs: apply suggestions from code review
emmalu 230fcb8
docs: move package references
emmalu 8ee66d0
fix: lint
gadomski 620073f
Merge branch 'main' into ep/update-stapi-client-docs
gadomski b943893
Merge branch 'main' into ep/update-stapi-client-docs
gadomski File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # stapi-client | ||
|
|
||
| A Python client (CLI tool) for interfacing with a [Satellite Tasking API (STAPI)](https://github.com/stapi-spec) server. | ||
|
|
||
| !!! note | ||
|
|
||
| This is a work in progress. | ||
|
|
||
| ## Installation | ||
|
|
||
| ```shell | ||
| uv pip install pystapi-client | ||
emmalu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
|
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # pystapi-client | ||
|
|
||
| [](https://github.com/stapi-spec/pystapi/actions/workflows/ci.yaml) | ||
| [](https://github.com/stapi-spec/pystapi/actions/workflows/release.yaml) | ||
| <!--TODO: Add PyPI badge when package is released--> | ||
| <!-- [](https://badge.fury.io/py/pystapi-client) --> | ||
| [](https://stapi-spec.github.io/pystapi/stapi-client/) | ||
| [](https://codecov.io/gh/stapi-spec/pystapi) | ||
emmalu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| A Python client for working with [STAPI](https://stapi-spec.github.io/pystapi/) APIs. | ||
|
|
||
| ## Installation | ||
|
|
||
| Install from PyPi. | ||
| Other than [stapi-pydantic](https://stapi-spec.github.io/pystapi/stapi-pydantic/) itself, the only dependencies for **pystapi-client** are the Python [httpx](https://www.python-httpx.org/) and [python-dateutil](https://dateutil.readthedocs.io) libraries. | ||
|
|
||
| ### Local Development | ||
|
|
||
| ```shell | ||
| uv pip install pystapi-client | ||
| ``` | ||
emmalu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ## Documentation | ||
|
|
||
| See the [documentation page](https://stapi-spec.github.io/pystapi/stapi-client/) for the latest docs. | ||
|
|
||
| ## Development | ||
|
|
||
| See the [contributing page](../CONTRIBUTING.md) for the latest development instructions. | ||
emmalu marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.