{"id":25895492,"url":"https://github.com/diamondlightsource/epicsdbbuilder","last_synced_at":"2025-03-02T22:31:45.816Z","repository":{"id":28375645,"uuid":"31889686","full_name":"DiamondLightSource/epicsdbbuilder","owner":"DiamondLightSource","description":"Tool for building EPICS databases","archived":false,"fork":false,"pushed_at":"2024-08-06T06:27:50.000Z","size":11910,"stargazers_count":9,"open_issues_count":3,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-09T05:25:21.430Z","etag":null,"topics":["from-dls-controls"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DiamondLightSource.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","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":"2015-03-09T09:37:28.000Z","updated_at":"2024-07-18T11:36:01.000Z","dependencies_parsed_at":"2024-07-18T13:23:23.283Z","dependency_job_id":null,"html_url":"https://github.com/DiamondLightSource/epicsdbbuilder","commit_stats":{"total_commits":66,"total_committers":5,"mean_commits":13.2,"dds":0.6666666666666667,"last_synced_commit":"30d3f48720021d6209a80e9a6f5aea6f4304d754"},"previous_names":["epics-python/epicsdbbuilder","dls-controls/epicsdbbuilder"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fepicsdbbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fepicsdbbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fepicsdbbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DiamondLightSource%2Fepicsdbbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DiamondLightSource","download_url":"https://codeload.github.com/DiamondLightSource/epicsdbbuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241582515,"owners_count":19985845,"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":["from-dls-controls"],"created_at":"2025-03-02T22:31:36.901Z","updated_at":"2025-03-02T22:31:45.796Z","avatar_url":"https://github.com/DiamondLightSource.png","language":"Python","readme":"EPICS Database Builder\n======================\n\n|code_ci| |docs_ci| |coverage| |pypi_version| |license|\n\nThis Python module is designed to make it easy to build complex EPICS databases\nby writing a Python script.  While writing record templates the corresponding\ndbd entries are checked to reduce the number of errors in the database.\n\n============== ==============================================================\nPyPI           ``pip install epicsdbbuilder``\nSource code    https://github.com/DiamondLightSource/epicsdbbuilder\nDocumentation  https://DiamondLightSource.github.io/epicsdbbuilder\n============== ==============================================================\n\nA simple example of the use of this library is the following:\n\n.. code:: python\n\n    from epicsdbbuilder import *\n    InitialiseDbd('/dls_sw/epics/R3.14.12.3/base/')\n    SetTemplateRecordNames()\n\n    a = records.ao('TEST')\n    c = records.calc('CALC', CALC = 'A+B', SCAN = '1 second', INPA = a.VAL)\n    c.INPB = c\n\n    WriteRecords('output.db')\n\n.. |code_ci| image:: https://github.com/DiamondLightSource/epicsdbbuilder/workflows/Code%20CI/badge.svg?branch=master\n    :target: https://github.com/DiamondLightSource/epicsdbbuilder/actions?query=workflow%3A%22Code+CI%22\n    :alt: Code CI\n\n.. |docs_ci| image:: https://github.com/DiamondLightSource/epicsdbbuilder/workflows/Docs%20CI/badge.svg?branch=master\n    :target: https://github.com/DiamondLightSource/epicsdbbuilder/actions?query=workflow%3A%22Docs+CI%22\n    :alt: Docs CI\n\n.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/epicsdbbuilder/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/DiamondLightSource/epicsdbbuilder\n    :alt: Test Coverage\n\n.. |pypi_version| image:: https://img.shields.io/pypi/v/epicsdbbuilder.svg\n    :target: https://pypi.org/project/epicsdbbuilder\n    :alt: Latest PyPI version\n\n.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg\n    :target: https://opensource.org/licenses/Apache-2.0\n    :alt: Apache License\n\n..\n    Anything below this line is used when viewing README.rst and will be replaced\n    when included in index.rst\n\nSee https://DiamondLightSource.github.io/epicsdbbuilder for more detailed documentation.\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Fepicsdbbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiamondlightsource%2Fepicsdbbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiamondlightsource%2Fepicsdbbuilder/lists"}