varistar is a Python package designed to simplify the management and interaction with timeseries and lightcurve data coming from multiple sources.
- Data Retrieval: Automated utilities to fetch data from varistar databases.
- Format Conversion: Seamlessly convert varistar-specific data into
astropytables orpandasDataFrames. - Analysis Tools: Functions for processing gravitational lensing light-curves.
- Modern Workflow: Full support for
uv,pip, and type-hinting for high-performance research.
Install the stable version from PyPI:
pip install varistarOr, if you prefer using uv:
uv add varistarAll the docs can be found at docs.jjsm.science/varistar
This project is built using the latest Python standards. If you are using this as a template or contributing:
- Clone the repo:
git clone https://github.com/jj-sm/varistar.git cd varistar - Sync the environment (using uv):
uv sync
- Run the test suite:
uv run pytest
This project is licensed under the GNU General Public License v3 (GPLv3). This ensures the software remains free and open for the scientific community. See the LICENSE file for details.
- Check out the Contributing Guidelines.
- Adhere to the Code of Conduct.
- Open a Feature Request for new ideas.
If you use varistar in your research or publications, please cite it using the metadata provided in the CITATION.cff file, or click the "Cite this repository" button in the GitHub sidebar.
Maintained by Juan José Sánchez Medina, BSc. Astronomy Student (Pontificia Universidad Católica de Chile)