{"id":17654494,"url":"https://github.com/chrisjsewell/ejplugins","last_synced_at":"2025-03-30T09:23:02.806Z","repository":{"id":60722423,"uuid":"104327695","full_name":"chrisjsewell/ejplugins","owner":"chrisjsewell","description":"parser plugins for the jsonextended package","archived":false,"fork":false,"pushed_at":"2019-03-04T14:36:02.000Z","size":87139,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T05:35:04.100Z","etag":null,"topics":["crystal","parser-plugin","quantum-espresso"],"latest_commit_sha":null,"homepage":null,"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/chrisjsewell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-21T09:23:04.000Z","updated_at":"2019-03-04T14:36:04.000Z","dependencies_parsed_at":"2022-10-03T21:01:02.917Z","dependency_job_id":null,"html_url":"https://github.com/chrisjsewell/ejplugins","commit_stats":null,"previous_names":[],"tags_count":24,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjsewell%2Fejplugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjsewell%2Fejplugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjsewell%2Fejplugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisjsewell%2Fejplugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisjsewell","download_url":"https://codeload.github.com/chrisjsewell/ejplugins/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246297901,"owners_count":20754868,"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":["crystal","parser-plugin","quantum-espresso"],"created_at":"2024-10-23T12:14:17.130Z","updated_at":"2025-03-30T09:23:02.771Z","avatar_url":"https://github.com/chrisjsewell.png","language":"Python","readme":"# ejplugins\n\n[![Build_Status](https://travis-ci.org/chrisjsewell/ejplugins.svg?branch=master)](https://travis-ci.org/chrisjsewell/ejplugins)\n[![PyPI](https://img.shields.io/pypi/v/ejplugins.svg)](https://pypi.python.org/pypi/ejplugins/)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/ejplugins/badges/version.svg)](https://anaconda.org/conda-forge/ejplugins)\n\nParser plugins for the [jsonextended package](https://jsonextended.readthedocs.io) and validation schema, to convert\noutput files from materials simulation packages to a JSON format.\n\n## Usage\n\n### Conda (recommended)\n\n    \u003e\u003e conda install -c conda-forge ejplugins\n\n### Pip\n\n    \u003e\u003e pip install ejplugins\n\nor, to use Pymatgen and ASE parsers:\n\n    \u003e\u003e pip install ejplugins[science]\n\nEither use independently:\n\n```python\nfrom ejplugins.qespresso import QEmainPlugin\nwith open(\"path/to/my.qe.out\") as f:\n    output = QEmainPlugin.read_file(f)\n```\n\nOr with `jsonextended`:\n\n```python\nfrom ejplugins.qespresso import QEmainPlugin\nfrom jsonextended import plugins, ejson\nplugins.load_plugin_classes([QEmainPlugin])\n\nejson.to_dict(\"path/to/qespresso/outputs\")\n```\n\nSee ejplugins/test_files for example input/outputs.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisjsewell%2Fejplugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisjsewell%2Fejplugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisjsewell%2Fejplugins/lists"}