Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 1 committers (100.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Keywords
Repository
Python library for interacting with LLNL's Lorenz REST API
Basic Info
- Host: GitHub
- Owner: LLNL
- License: mit
- Language: Python
- Default Branch: main
- Size: 10.7 KB
Statistics
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Python LORA Interface
Maintainer: Ian Lee ian@llnl.gov
This package is an attempt to create a Python interface to the LC Lorenz REST API: LORA
The LORA API is documented, with examples, at: https://lc.llnl.gov/lorenz/lora/
Usage
Very much a work in progress, but here is a rough idea of how you could use this in an interactive Python terminal:
```
import lora
czlora = lora.LoraSession() czlora.login() Pin & Token: xxxxxxxx
cz_lora.getAllClusters() { 'error': '', 'output': { 'accounts': [ 'ansel', 'aztec', 'cab', 'catalyst', 'herd', 'oslic', 'quartz', 'surface', 'syrah', 'vulcan' ] }, 'status': 'OK' } ```
Getting Started
Developer
To get started:
# Set up the environment
$ python -m virtualenv venv
$ source venv/bin/activate
# Install the dependencies
$ pip install -r requirements.txt
# Test that everything is working
$ python test.py
Contributing
Contributions to this package are very welcome! Please feel free to fork the repository, add new functionality, and submit a pull request!
If you have any questions, please open a ticket.
Future Ideas / Work
- The Python Requests ecosystem includes a package, requests-kerberos that can provide authentication support for Kerberos / GSSAPI. This might be a better way to interact with with the LC environment, particular for applications running on the actual systems.
Owner
- Name: Lawrence Livermore National Laboratory
- Login: LLNL
- Kind: organization
- Email: github-admin@llnl.gov
- Location: Livermore, CA, USA
- Website: https://software.llnl.gov
- Twitter: LLNL_OpenSource
- Repositories: 520
- Profile: https://github.com/LLNL
For over 70 years, the Lawrence Livermore National Laboratory has applied science and technology to make the world a safer place.
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ian Lee | l****1@l****v | 6 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 866 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
pypi.org: lora
Package for interacting with Lorenz REST API
- Homepage: https://github.com/llnl/python-lora
- Documentation: https://lora.readthedocs.io/
- License: mit
-
Latest release: 0.3.0
published over 8 years ago
Rankings
Maintainers (1)
Dependencies
- flake8 *
- requests *
- requests *