Skip to main content

No project description provided

Project description

across-client

Unit test and smoke test

The across-client is the NASA-ACROSS library used to access and manipulate the across-server data. What separates this package from the autogenerated sdk is that it also levarages the across-tools package to give users a single interface for all of their cross-observatory science needs.

Access

To access our observatory data (telescopes, instruments, schedues, etc) on the across-server, users DO NOT require any authentication. But if an observatory user-group wants to use the API to publish their planned/completed observing schedules they are required to register, and obtain client credentials through the website.

Installation

This repository can be installed on python (version >=3.10) environments.

#activate your python environment (conda, mamba, venv... etc)
git clone https://github.com/NASA-ACROSS/across-client.git
cd across-client
python -m pip install .

or the latest released version with pip

python -m pip install across-client

Usage

Below is a small example on how to utilize the client to access JWST Nircam performed observations. For more examples on how to access observatory science data or use our observatory tools endpoints, please go to our examples folder.

from datetime import datetime
from across.client import Client

# client credentials are only required for publishing schedules
ACROSS_SERVER_ID: str = "..."
ACROSS_SERVER_SECRET: str = "..."

client = Client(client_id=ACROSS_SERVER_ID, client_secret=ACROSS_SERVER_SECRET)

nircam = client.instrument.get_many(name="nircam")[0]

nircam_observations = client.observation.get_many(
   instrument_ids=[nircam.id],
   status="performed",
   date_range_begin=datetime(...),
   date_range_end=datetime(...),
)

Contributing

Found a bug? Want to make a feature request? Or create a pull request? Navigate to our Contributing document for more instructions!

Other Links

Open Science at NASA

Notice

NASA Docket No. GSC-19,469-1, and identified as "Astrophysics Cross-Observatory Science Support (ACROSS) System

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.“

Copyright © 2025 United States Government as represented by the Administrator of the National Aeronautics and Space Administration and The Penn State Research Foundation. All rights reserved. This software is licensed under the Apache 2.0 License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

across_client-1.1.1.tar.gz (319.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

across_client-1.1.1-py3-none-any.whl (22.3 kB view details)

Uploaded Python 3

File details

Details for the file across_client-1.1.1.tar.gz.

File metadata

  • Download URL: across_client-1.1.1.tar.gz
  • Upload date:
  • Size: 319.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for across_client-1.1.1.tar.gz
Algorithm Hash digest
SHA256 e4e80f4b6720356910a117ced9c3b8d9fb963095dace1f52af781637baa6eb6b
MD5 bdfea17df88657feb56c98abad8e2371
BLAKE2b-256 78d5a5e4371f846af711a53b3b6517a82fbb3b6c79c5c6ddf723a5f321d6a19b

See more details on using hashes here.

Provenance

The following attestation bundles were made for across_client-1.1.1.tar.gz:

Publisher: publish-to-pypi.yml on NASA-ACROSS/across-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file across_client-1.1.1-py3-none-any.whl.

File metadata

  • Download URL: across_client-1.1.1-py3-none-any.whl
  • Upload date:
  • Size: 22.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for across_client-1.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8531b88d121c98e62b67881a2c1993f781e7b775c3cc96941cece64e6c198392
MD5 48b591b501a54b63c6f1765c9a25cd05
BLAKE2b-256 18a4ddafeefdadab13612162793e2744437571f8b82fe4e984637adfd8909398

See more details on using hashes here.

Provenance

The following attestation bundles were made for across_client-1.1.1-py3-none-any.whl:

Publisher: publish-to-pypi.yml on NASA-ACROSS/across-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page