{"id":19604143,"url":"https://github.com/zedthree/cff-reader-python","last_synced_at":"2026-05-16T19:02:01.880Z","repository":{"id":145381072,"uuid":"147506659","full_name":"ZedThree/cff-reader-python","owner":"ZedThree","description":"Python reader for Citation File Format","archived":false,"fork":false,"pushed_at":"2018-09-05T16:00:16.000Z","size":24,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T00:53:57.091Z","etag":null,"topics":[],"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/ZedThree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-05T11:21:43.000Z","updated_at":"2019-05-07T19:38:34.000Z","dependencies_parsed_at":"2023-04-01T15:33:46.422Z","dependency_job_id":null,"html_url":"https://github.com/ZedThree/cff-reader-python","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.19047619047619047","last_synced_commit":"65fbd72ca094454a029eaa9e2cfeb7118cd57759"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZedThree%2Fcff-reader-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZedThree%2Fcff-reader-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZedThree%2Fcff-reader-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZedThree%2Fcff-reader-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZedThree","download_url":"https://codeload.github.com/ZedThree/cff-reader-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240887318,"owners_count":19873533,"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":[],"created_at":"2024-11-11T09:35:03.755Z","updated_at":"2026-05-16T19:02:01.785Z","avatar_url":"https://github.com/ZedThree.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cff-reader-python\nA python reader for the Citation File Format (cff). It can load cff\nfiles locally or from github repositories, and provides a class for\ncitations.\n\nHeavily based on https://github.com/citation-file-format/cff-converter-python\n\n## Getting started\n\nDownload the code and install using \n\n    pip install --user .\n    \nin the download folder. \n\nUse the code by importing into your own python file:\n```python\nimport cffreader\n```\n\n## Usage examples\nRead from a local CITATION.cff file:\n```python\ncitation = cffreader.reader(from_filename=\"CITATION.cff\")\n```\n\nRead from a github repository (eg this one!):\n```python\ncitation = cffreader.reader(from_url=\"https://github.com/ZedThree/cff-reader-python\")\n```\n\n## Running the tests\nTests are written using pytest. Run pytest in the toplevel. \n\n## Acknowledgments\nSome code from the cff-convertor-python project at https://github.com/citation-file-format/cff-converter-python/\n\nInitial code developed at the cff-file-format hackday\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedthree%2Fcff-reader-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzedthree%2Fcff-reader-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzedthree%2Fcff-reader-python/lists"}