Name | exosim JSON |
Version |
2.0.0rc2
JSON |
| download |
home_page | https://github.com/arielmission-space/ExoSim2.0 |
Summary | ExoSim 2 is the next generation of the Exoplanet Observation Simulator (ExoSim) tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles. |
upload_time | 2024-08-02 12:17:43 |
maintainer | None |
docs_url | None |
author | L. V. Mugnai |
requires_python | <4.0.0,>=3.8.1 |
license | BSD-3-Clause |
keywords |
exoplanets
simulation
astronomy
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ExoSim 2.0
[![release-build](https://github.com/arielmission-space/ExoSim2-public/workflows/release-build/badge.svg)](https://github.com/arielmission-space/ExoSim2.0/actions/workflows/build.yml)
[![develop-build](https://github.com/arielmission-space/ExoSim2-public/workflows/develop-build/badge.svg)](https://github.com/arielmission-space/ExoSim2.0/actions/workflows/ci_linux.yml)
[![codecov](https://codecov.io/gh/arielmission-space/ExoSim2-public/graph/badge.svg?token=8LDBCU43CK)](https://codecov.io/gh/arielmission-space/ExoSim2-public)
[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
![PyPI - Version](https://img.shields.io/pypi/v/exosim?label=pypi%20version&color=green)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/arielmission-space/ExoSim2-public?label=GitHub%20version&color=green)
[![Downloads](https://pepy.tech/badge/exosim)](https://pepy.tech/project/exosim)
[![Documentation Status](https://readthedocs.org/projects/exosim2-public/badge/?version=latest)](https://exosim2-public.readthedocs.io/en/latest/?badge=latest)
## Introduction <a name="introduction"></a>
ExoSim 2 is the next generation of the Exoplanet Observation Simulator [ExoSim](https://github.com/ExoSim/ExoSimPublic) tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles, which allow users to replace each component with their functions when required.
## Table of contents
- [ExoSim 2.0](#exosim-20)
- [Introduction ](#introduction-)
- [Table of contents](#table-of-contents)
- [How to install ](#how-to-install-)
- [Install from PyPI ](#install-from-pypi-)
- [Install from source code ](#install-from-source-code-)
- [Test your installation ](#test-your-installation-)
- [Documentation ](#documentation-)
- [Build the html documentation ](#build-the-html-documentation-)
- [Build the pdf documentation ](#build-the-pdf-documentation--)
- [How to contribute ](#how-to-contribute-)
- [How to cite](#how-to-cite)
## How to install <a name="how-to-install"></a>
### Install from PyPI <a name="install-from-source-code"></a>
ExoSim 2.0 is available on PyPI and can be installed via pip as
pip install exosim
### Install from source code <a name="install-from-source-code"></a>
ExoSim 2.0 is compatible (tested) with Python 3.8, 3.9 and 3.10
To install from source, clone the [repository](https://github.com/arielmission-space/ExoSim2-public/) and move inside the directory.
Then use `pip` as
pip install .
#### Test your installation <a name="test-your-installation"></a>
If you have installed ExoSim from source-code, to test your ExoSim2 installation simply run from the main ExoSim2 folder
pip install -e ".[test]"
python -m unittest discover -s tests
## Documentation <a name="documentation"></a>
ExoSim2 comes with an extensive documentation, which can be built using Sphinx.
The documentation includes a tutorial, a user guide and a reference guide.
To build the documentation, install the needed packages first via:
pip install -e ".[docs]"
### Build the html documentation <a name="build-the-html-documentation"></a>
To build the html documentation, move into the `docs` directory and run
make html
The documentation will be produced into the `build/html` directory inside `docs`.
Open `index.html` to read the documentation.
### Build the pdf documentation <a name="build-the-pdf-documentation"></a>
To build the pdf, move into the `docs` directory and run
make latexpdf
The documentation will be produced into the `build/latex` directory inside `docs`.
Open `exosim2.pdf` to read the documentation.
Here is reported the use of `pdflatex`, if have another compiler for LaTex, please refer to [sphinx documentation](https://www.sphinx-doc.org/en/master/usage/configuration.html#latex-options).
## How to contribute <a name="how-to-contribute"></a>
You can contribute to ExoSim 2.0 by reporting bugs, suggesting new features, or contributing to the code itself. If you want to contribute to the code, please follow the steps described in the documentation under `Developer guide/Contributing guidelines`.
## How to cite
A dedicated publication has been submitted and the relative information will be published soon. In the meanwhile, please, send an email to the developers.
Raw data
{
"_id": null,
"home_page": "https://github.com/arielmission-space/ExoSim2.0",
"name": "exosim",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0.0,>=3.8.1",
"maintainer_email": null,
"keywords": "exoplanets, simulation, astronomy",
"author": "L. V. Mugnai",
"author_email": "lorenzo.mugnai@uniroma1.it",
"download_url": null,
"platform": null,
"description": "# ExoSim 2.0\n[![release-build](https://github.com/arielmission-space/ExoSim2-public/workflows/release-build/badge.svg)](https://github.com/arielmission-space/ExoSim2.0/actions/workflows/build.yml)\n[![develop-build](https://github.com/arielmission-space/ExoSim2-public/workflows/develop-build/badge.svg)](https://github.com/arielmission-space/ExoSim2.0/actions/workflows/ci_linux.yml)\n[![codecov](https://codecov.io/gh/arielmission-space/ExoSim2-public/graph/badge.svg?token=8LDBCU43CK)](https://codecov.io/gh/arielmission-space/ExoSim2-public)\n[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n![PyPI - Version](https://img.shields.io/pypi/v/exosim?label=pypi%20version&color=green)\n![GitHub tag (with filter)](https://img.shields.io/github/v/tag/arielmission-space/ExoSim2-public?label=GitHub%20version&color=green)\n[![Downloads](https://pepy.tech/badge/exosim)](https://pepy.tech/project/exosim)\n[![Documentation Status](https://readthedocs.org/projects/exosim2-public/badge/?version=latest)](https://exosim2-public.readthedocs.io/en/latest/?badge=latest)\n\n## Introduction <a name=\"introduction\"></a>\n\nExoSim 2 is the next generation of the Exoplanet Observation Simulator [ExoSim](https://github.com/ExoSim/ExoSimPublic) tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles, which allow users to replace each component with their functions when required.\n\n\n## Table of contents\n\n- [ExoSim 2.0](#exosim-20)\n - [Introduction ](#introduction-)\n - [Table of contents](#table-of-contents)\n - [How to install ](#how-to-install-)\n - [Install from PyPI ](#install-from-pypi-)\n - [Install from source code ](#install-from-source-code-)\n - [Test your installation ](#test-your-installation-)\n - [Documentation ](#documentation-)\n - [Build the html documentation ](#build-the-html-documentation-)\n - [Build the pdf documentation ](#build-the-pdf-documentation--)\n - [How to contribute ](#how-to-contribute-)\n - [How to cite](#how-to-cite)\n\n## How to install <a name=\"how-to-install\"></a>\n\n### Install from PyPI <a name=\"install-from-source-code\"></a>\n\nExoSim 2.0 is available on PyPI and can be installed via pip as \n\n pip install exosim\n\n\n### Install from source code <a name=\"install-from-source-code\"></a>\n\nExoSim 2.0 is compatible (tested) with Python 3.8, 3.9 and 3.10\n\nTo install from source, clone the [repository](https://github.com/arielmission-space/ExoSim2-public/) and move inside the directory.\n\nThen use `pip` as\n\n pip install .\n\n#### Test your installation <a name=\"test-your-installation\"></a>\n\n\nIf you have installed ExoSim from source-code, to test your ExoSim2 installation simply run from the main ExoSim2 folder\n\n pip install -e \".[test]\"\n python -m unittest discover -s tests\n\n## Documentation <a name=\"documentation\"></a>\n\nExoSim2 comes with an extensive documentation, which can be built using Sphinx.\nThe documentation includes a tutorial, a user guide and a reference guide.\n\nTo build the documentation, install the needed packages first via:\n\n pip install -e \".[docs]\"\n\n\n### Build the html documentation <a name=\"build-the-html-documentation\"></a>\n\nTo build the html documentation, move into the `docs` directory and run\n\n make html\n\nThe documentation will be produced into the `build/html` directory inside `docs`.\nOpen `index.html` to read the documentation.\n\n### Build the pdf documentation <a name=\"build-the-pdf-documentation\"></a>\n\nTo build the pdf, move into the `docs` directory and run\n\n make latexpdf\n\nThe documentation will be produced into the `build/latex` directory inside `docs`.\nOpen `exosim2.pdf` to read the documentation.\n\nHere is reported the use of `pdflatex`, if have another compiler for LaTex, please refer to [sphinx documentation](https://www.sphinx-doc.org/en/master/usage/configuration.html#latex-options).\n\n## How to contribute <a name=\"how-to-contribute\"></a>\n\nYou can contribute to ExoSim 2.0 by reporting bugs, suggesting new features, or contributing to the code itself. If you want to contribute to the code, please follow the steps described in the documentation under `Developer guide/Contributing guidelines`.\n\n## How to cite\nA dedicated publication has been submitted and the relative information will be published soon. In the meanwhile, please, send an email to the developers. \n\n",
"bugtrack_url": null,
"license": "BSD-3-Clause",
"summary": "ExoSim 2 is the next generation of the Exoplanet Observation Simulator (ExoSim) tailored for spectro-photometric observations of transiting exoplanets from space, ground, and sub-orbital platforms. This software is a complete rewrite implemented in Python 3, embracing object-oriented design principles.",
"version": "2.0.0rc2",
"project_urls": {
"Documentation": "https://github.com/arielmission-space/ExoSim2.0",
"Homepage": "https://github.com/arielmission-space/ExoSim2.0",
"Repository": "https://github.com/arielmission-space/ExoSim2.0"
},
"split_keywords": [
"exoplanets",
" simulation",
" astronomy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0a7d78571ed42df83237d993a64024e8c0e38022c03cf846867349a7f33d09fc",
"md5": "747d982746e4459228cfea5f4078e64a",
"sha256": "079a5a25d8607669ef3a1910e7e17dbbb91609d0c2a3af0e29701edfa69d27fe"
},
"downloads": -1,
"filename": "exosim-2.0.0rc2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "747d982746e4459228cfea5f4078e64a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0.0,>=3.8.1",
"size": 1703226,
"upload_time": "2024-08-02T12:17:43",
"upload_time_iso_8601": "2024-08-02T12:17:43.322477Z",
"url": "https://files.pythonhosted.org/packages/0a/7d/78571ed42df83237d993a64024e8c0e38022c03cf846867349a7f33d09fc/exosim-2.0.0rc2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-02 12:17:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "arielmission-space",
"github_project": "ExoSim2.0",
"github_not_found": true,
"lcname": "exosim"
}