https://github.com/exabyte-io/api-client

Python client for Exabyte RESTful API

https://github.com/exabyte-io/api-client

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary

Keywords

exabyte-io materials materials-informatics materials-science python-client rest-api

Keywords from Contributors

materials-design chemistry atomistic-models computer-aided-design modeling-tool chemical-engineering
Last synced: 6 months ago · JSON representation

Repository

Python client for Exabyte RESTful API

Basic Info
  • Host: GitHub
  • Owner: Exabyte-io
  • License: other
  • Language: Python
  • Default Branch: dev
  • Homepage: https://docs.exabyte.io/api
  • Size: 170 KB
Statistics
  • Stars: 2
  • Watchers: 9
  • Forks: 0
  • Open Issues: 1
  • Releases: 21
Topics
exabyte-io materials materials-informatics materials-science python-client rest-api
Created about 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

PyPI version

This package provides access to Exabyte.io RESTful API.

Installation

We recommend creating a virtual environment before installing:

bash virtualenv my-virtualenv source my-virtualenv/bin/activate

Install using pip:

  • from PyPI:

bash pip install exabyte-api-client

  • from source code in development mode:

bash git clone git@github.com:Exabyte-io/exabyte-api-client.git cd exabyte-api-client pip install -e .

Examples

exabyte-api-examples repository contains examples for performing most-common tasks in the Exabyte.io platform through its RESTful API in Jupyter Notebook format.

Testing

A Virtualenv environment can be created and the tests run with the included run-tests.sh script. To run the unit tests in Python 3, you can: ./run-tests -t=unit

To run the integration tests in Python 2, you can: ./run-tests -p=python2 -t=integration (assuming you have a python2 binary in your PATH environment).

Note that the integration tests require a REST API service against which the live tests will run. See tests/integration/__init__.py for the environment variable details.

© 2020 Exabyte Inc.

Owner

  • Name: Mat3ra.com
  • Login: Exabyte-io
  • Kind: organization
  • Email: info@mat3ra.com
  • Location: San Francisco, CA, USA

Materials R&D Cloud

GitHub Events

Total
  • Release event: 3
  • Delete event: 2
  • Push event: 5
  • Pull request review comment event: 2
  • Pull request review event: 4
  • Pull request event: 4
  • Create event: 5
Last Year
  • Release event: 3
  • Delete event: 2
  • Push event: 5
  • Pull request review comment event: 2
  • Pull request review event: 4
  • Pull request event: 4
  • Create event: 5

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 113
  • Total Committers: 8
  • Avg Commits per committer: 14.125
  • Development Distribution Score (DDS): 0.487
Top Committers
Name Email Commits
Mohammad Mohammadi m****d@e****o 58
Jonathan Hanson j****n@e****o 21
James Dean j****s@e****o 12
tjduigna t****n@g****m 10
Timur Bazhirov t****v@g****m 8
Mohammad Mohammadi m****i@g****m 2
Timur Bazhirov t****r@e****o 1
dependabot[bot] 4****]@u****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 37
  • Average time to close issues: N/A
  • Average time to close pull requests: 12 days
  • Total issue authors: 0
  • Total pull request authors: 8
  • Average comments per issue: 0
  • Average comments per pull request: 0.08
  • Merged pull requests: 34
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 2 hours
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • mohammadidinani (11)
  • triplepoint (7)
  • AcylSilane (6)
  • VsevolodX (4)
  • chu-k (4)
  • timurbazhirov (2)
  • tjduigna (2)
  • dependabot[bot] (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (2)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 566 last-month
  • Total dependent packages: 2
  • Total dependent repositories: 2
  • Total versions: 17
  • Total maintainers: 1
pypi.org: exabyte-api-client

Exabyte Python Client for RESTful API

  • Versions: 17
  • Dependent Packages: 2
  • Dependent Repositories: 2
  • Downloads: 566 Last month
Rankings
Dependent packages count: 4.8%
Downloads: 9.4%
Dependent repos count: 11.5%
Average: 16.7%
Stargazers count: 27.8%
Forks count: 29.8%
Maintainers (1)
Last synced: 6 months ago

Dependencies

requirements-dev.txt pypi
  • certifi ==2020.12.5 development
  • chardet ==3.0.4 development
  • coverage ==5.5 development
  • idna ==2.7 development
  • mock ==4.0.3 development
  • requests ==2.26.0 development
  • toml ==0.10.2 development
  • urllib3 ==1.26.5 development
.github/workflows/cicd.yml actions
  • ./actions/py/publish * composite
  • ./actions/py/test * composite
  • actions/checkout v2 composite
pyproject.toml pypi