https://github.com/nceas/vegbankr
VegBank API client for R
https://github.com/nceas/vegbankr
Last synced: 3 months ago
JSON representation
VegBank API client for R
- Host: GitHub
- URL: https://github.com/nceas/vegbankr
- Owner: NCEAS
- License: apache-2.0
- Created: 2024-09-19T01:12:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T23:32:44.000Z (4 months ago)
- Last Synced: 2025-02-08T00:26:41.411Z (4 months ago)
- Size: 18.6 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Product: This is a dataone tagline for the product
- **Authors**: Last, First (ORCID); ...
- **License**: [Apache 2](http://opensource.org/licenses/Apache-2.0)
- [Package source code on GitHub](https://github.com/DataONEorg/reponame)
- [**Submit Bugs and feature requests**](https://github.com/DataONEorg/reponame/issues)
- Contact us: [email protected]
- [DataONE discussions](https://github.com/DataONEorg/dataone/discussions)*Product overview goes here.* Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
DataONE in general, and HashStore in particular, are open source, community projects. We [welcome contributions](./CONTRIBUTING.md) in many forms, including code, graphics, documentation, bug reports, testing, etc. Use the [DataONE discussions](https://github.com/DataONEorg/dataone/discussions) to discuss these contributions with us.
## Documentation
Documentation is a work in progress, and can be found ...
## Development build
This is a python package, and built using the [Python Poetry](https://python-poetry.org) build tool.
To install locally, create a virtual environment for python 3.9+,
install poetry, and then install or build the package with `poetry install` or `poetry build`, respectively.To run tests, navigate to the root directory and run `pytest -s`. The test suite contains tests that
take a longer time to run (relating to the storage of large files) - to execute all tests, run
`pytest --run-slow`. To see detailed## Usage Example
To view more details about the Public API - see 'hashstore.py` interface documentation
```py
from product import Product# Example code here...
```
## License
```
Copyright [2024] [Regents of the University of California]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 athttp://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.
```## Acknowledgements
Work on this package was supported by:- DataONE Network
- Arctic Data Center: NSF-PLR grant #2042102 to M. B. Jones, A. Budden, M. Schildhauer, and J. DozierAdditional support was provided for collaboration by the National Center for Ecological Analysis and Synthesis, a Center funded by the University of California, Santa Barbara, and the State of California.
[](https://www.nceas.ucsb.edu)