Name | arvi JSON |
Version |
0.1.27
JSON |
| download |
home_page | None |
Summary | The Automated RV Inspector |
upload_time | 2025-02-12 11:11:51 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
rv
exoplanets
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<img width = "140" src="https://github.com/j-faria/arvi/blob/main/docs/logo/logo.png?raw=true"/>
</p>
This package sits alongside [DACE](https://dace.unige.ch/) to help with the
analysis of radial velocity datasets.
It has been used within the ESPRESSO GTO program, and may be useful for other
surveys and instruments.
## Getting started
Install `arvi` using pip
```sh
pip install arvi
# or
pip install arvi -U # to update
```
Then either directly import a given target
```py
from arvi import HD1234
```
or create an instance of the `RV` class
```py
from arvi import RV
s = RV('HD1234', instrument='ESPRESSO')
```
#### Current version

#### Actions
[](https://github.com/j-faria/arvi/actions/workflows/docs-gh-pages.yml)
[](https://github.com/j-faria/arvi/actions/workflows/install.yml)
[](https://github.com/j-faria/arvi/actions/workflows/python-publish.yml)
Raw data
{
"_id": null,
"home_page": null,
"name": "arvi",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "RV, exoplanets",
"author": null,
"author_email": "Jo\u00e3o Faria <joao.faria@unige.ch>",
"download_url": "https://files.pythonhosted.org/packages/4d/21/fe4f6b1a125cd43a0127d6c7fa6f581231bdec4c54dba8228da90ebb10c2/arvi-0.1.27.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <img width = \"140\" src=\"https://github.com/j-faria/arvi/blob/main/docs/logo/logo.png?raw=true\"/>\n</p>\n\nThis package sits alongside [DACE](https://dace.unige.ch/) to help with the\nanalysis of radial velocity datasets. \nIt has been used within the ESPRESSO GTO program, and may be useful for other\nsurveys and instruments.\n\n\n## Getting started\n\nInstall `arvi` using pip \n\n```sh\npip install arvi\n\n# or\npip install arvi -U # to update\n```\n\n\nThen either directly import a given target\n\n```py\nfrom arvi import HD1234\n```\n\nor create an instance of the `RV` class\n\n```py\nfrom arvi import RV\ns = RV('HD1234', instrument='ESPRESSO')\n```\n\n#### Current version\n\n\n\n#### Actions\n\n[](https://github.com/j-faria/arvi/actions/workflows/docs-gh-pages.yml)\n[](https://github.com/j-faria/arvi/actions/workflows/install.yml)\n[](https://github.com/j-faria/arvi/actions/workflows/python-publish.yml)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "The Automated RV Inspector",
"version": "0.1.27",
"project_urls": {
"Repository": "https://github.com/j-faria/arvi"
},
"split_keywords": [
"rv",
" exoplanets"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9abb5ff673c6f3c7c38b5d2453cc0973ab9d6ce71eeabe9f755562c86c3fb907",
"md5": "0f5b6a80ed73ab4784cee5a1bdc2e6ed",
"sha256": "96c61da40022fa16365f21b42d525a29b47a042a03d205a6a1a695bd4cb383cc"
},
"downloads": -1,
"filename": "arvi-0.1.27-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0f5b6a80ed73ab4784cee5a1bdc2e6ed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 83060,
"upload_time": "2025-02-12T11:11:49",
"upload_time_iso_8601": "2025-02-12T11:11:49.716653Z",
"url": "https://files.pythonhosted.org/packages/9a/bb/5ff673c6f3c7c38b5d2453cc0973ab9d6ce71eeabe9f755562c86c3fb907/arvi-0.1.27-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d21fe4f6b1a125cd43a0127d6c7fa6f581231bdec4c54dba8228da90ebb10c2",
"md5": "178afee3545395b7a826e4f5fddc9fb6",
"sha256": "3b66ded6e0e298ab9860bb6b39b1c94e7cc47a1c3033eef26da4e87172cfa84c"
},
"downloads": -1,
"filename": "arvi-0.1.27.tar.gz",
"has_sig": false,
"md5_digest": "178afee3545395b7a826e4f5fddc9fb6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 148339,
"upload_time": "2025-02-12T11:11:51",
"upload_time_iso_8601": "2025-02-12T11:11:51.535163Z",
"url": "https://files.pythonhosted.org/packages/4d/21/fe4f6b1a125cd43a0127d6c7fa6f581231bdec4c54dba8228da90ebb10c2/arvi-0.1.27.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-12 11:11:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "j-faria",
"github_project": "arvi",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "arvi"
}