{"id":18757323,"url":"https://github.com/mretegan/crispy","last_synced_at":"2025-04-06T05:17:59.110Z","repository":{"id":44918274,"uuid":"53660512","full_name":"mretegan/crispy","owner":"mretegan","description":"Core-Level Spectroscopy Simulations in Python","archived":false,"fork":false,"pushed_at":"2025-01-16T15:57:33.000Z","size":77021,"stargazers_count":41,"open_issues_count":14,"forks_count":15,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-30T04:09:37.041Z","etag":null,"topics":["gui","python","science","simulation","spectroscopy","synchrotron"],"latest_commit_sha":null,"homepage":"https://crispy.esrf.fr","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mretegan.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.rst","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-03-11T10:48:40.000Z","updated_at":"2025-02-25T00:41:24.000Z","dependencies_parsed_at":"2023-11-20T10:27:19.749Z","dependency_job_id":"6e4296bb-159d-4bee-9a1f-04a641cc8db1","html_url":"https://github.com/mretegan/crispy","commit_stats":{"total_commits":485,"total_committers":2,"mean_commits":242.5,"dds":0.004123711340206171,"last_synced_commit":"77d6ed250397abc3dc5201a03d9cd799d893b6a3"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mretegan%2Fcrispy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mretegan%2Fcrispy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mretegan%2Fcrispy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mretegan%2Fcrispy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mretegan","download_url":"https://codeload.github.com/mretegan/crispy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247436307,"owners_count":20938536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","python","science","simulation","spectroscopy","synchrotron"],"created_at":"2024-11-07T17:42:15.470Z","updated_at":"2025-04-06T05:17:58.969Z","avatar_url":"https://github.com/mretegan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Crispy is a modern graphical user interface to calculate core-level spectra\nusing the semi-empirical multiplet approaches implemented in `Quanty\n\u003chttp://quanty.org\u003e`_. The application provides tools to generate input files,\nsubmit calculations, and plot the resulting spectra.\n\n|release| |downloads| |DOI| |license|\n\n.. |downloads| image:: https://img.shields.io/github/downloads/mretegan/crispy/total.svg\n    :target: https://github.com/mretegan/crispy/releases\n\n.. |release| image::  https://img.shields.io/github/release/mretegan/crispy.svg\n    :target: https://github.com/mretegan/crispy/releases\n\n.. |DOI| image:: https://zenodo.org/badge/doi/10.5281/zenodo.1008184.svg\n    :target: https://dx.doi.org/10.5281/zenodo.1008184\n\n.. |license| image:: https://img.shields.io/github/license/mretegan/crispy.svg\n    :target: https://github.com/mretegan/crispy/blob/master/LICENSE.txt\n\n.. first-marker\n\n.. image:: https://raw.githubusercontent.com/mretegan/crispy/main/docs/assets/main_window.png\n\n.. second-marker\n\nInstallation\n============\n\nLatest Release\n--------------\n\n**Using the Package Installers**\n\nThe easiest way to install Crispy on Windows and macOS operating systems is to\nuse the installers provided on the project's `downloads page\n\u003chttps://crispy.esrf.fr/en/latest/downloads.html\u003e`_.\n\n**Using pip**\n\nPip is the package manager for Python, and before you can use it to install\nCrispy, you have to make sure that you have a working Python distribution. On\nmacOS and Windows, you can install Python using the `official installers\n\u003chttps://www.python.org/downloads\u003e`_. In particular, for Windows, you should\ninstall the 64-bit version of Python and make sure that you select to add\nPython to the system's PATH during the installation.\n\n.. code:: sh\n\n    python3 -m pip install crispy\n\nAfter the installation finishes, you should be able to start the program from\nthe command line:\n\n.. code:: sh\n\n    crispy\n\nIf you have problems running the previous command, it is probably due to not\nhaving your PATH environment variable set correctly.\n\n.. code:: sh\n\n    export PATH=$HOME/.local/bin:$PATH\n\n\nDevelopment Version\n-------------------\n\n**Using pip**\n\nAssuming that you have a working Python distribution (version 3.7 or greater),\nyou can easily install the development version of Crispy using pip:\n\n.. code:: sh\n\n    python3 -m pip install https://github.com/mretegan/crispy/tarball/main\n\nTo update the development version of Crispy, you can use the following command:\n\n.. code:: sh\n\n    python3 -m pip install --ignore-installed https://github.com/mretegan/crispy/tarball/main\n\n.. third-marker\n\nUsage\n=====\n\n.. forth-marker\n\nCrispy should be easy to find and launch if you have used the installers. For\nthe installation using pip follow the instructions from the **Installation**\nsection.\n\n.. fifth-marker\n\nCitation\n========\nCrispy is a scientific software. If you use it for a scientific publication,\nplease cite the following reference (change the version number if required)::\n\n    @misc{retegan_crispy,\n      author       = {Retegan, Marius},\n      title        = {Crispy: v0.8.0},\n      year         = {2024},\n      doi          = {10.5281/zenodo.1008184},\n      url          = {https://dx.doi.org/10.5281/zenodo.1008184}\n    }\n\n.. sixth-marker\n\nLicense\n=======\nThe source code of Crispy is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmretegan%2Fcrispy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmretegan%2Fcrispy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmretegan%2Fcrispy/lists"}