{"id":20417754,"url":"https://github.com/rhiever/xrff2csv","last_synced_at":"2025-07-08T13:09:07.676Z","repository":{"id":62590161,"uuid":"52285299","full_name":"rhiever/xrff2csv","owner":"rhiever","description":"A Python tool that converts XRFF files to CSV format.","archived":false,"fork":false,"pushed_at":"2016-03-06T17:00:42.000Z","size":11,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T11:44:52.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rhiever.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":"2016-02-22T15:58:48.000Z","updated_at":"2024-08-02T16:36:31.000Z","dependencies_parsed_at":"2022-11-04T07:16:19.655Z","dependency_job_id":null,"html_url":"https://github.com/rhiever/xrff2csv","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiever%2Fxrff2csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiever%2Fxrff2csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiever%2Fxrff2csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhiever%2Fxrff2csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhiever","download_url":"https://codeload.github.com/rhiever/xrff2csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602977,"owners_count":21131717,"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-15T06:27:18.523Z","updated_at":"2025-04-12T17:24:12.223Z","avatar_url":"https://github.com/rhiever.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/xrff2csv.svg)](https://badge.fury.io/py/xrff2csv)\n![Python 2.7](https://img.shields.io/badge/python-2.7-blue.svg)\n![Python 3.5](https://img.shields.io/badge/python-3.5-blue.svg)\n![License](https://img.shields.io/badge/license-MIT%20License-blue.svg)\n[![DOI](https://zenodo.org/badge/20747/rhiever/xrff2csv.svg)](https://zenodo.org/badge/latestdoi/20747/rhiever/xrff2csv)\n\n# xrff2csv\n\nA Python tool that converts XRFF files to CSV format.\n\n## License\n\nPlease see the [repository license](https://github.com/rhiever/xrff2csv/blob/master/LICENSE) for the licensing and usage information for xrff2csv.\n\nGenerally, we have licensed xrff2csv to make it as widely usable as possible.\n\n## Installation\n\n```bash\npip install xrff2csv\n```\n\n## Usage\n\nxrff2csv can be used on the command line. Use `--help` to see its usage instructions.\n\n```bash\nxrff2csv --help\n\nusage: xrff2csv [-h] [-o OUTPUT_FILENAME] [-sep SEP]\n                [--ignore-update-check] [--version]\n                INPUT_FILENAME\n\nA Python tool that converts XRFF files to CSV format\n\npositional arguments:\n  INPUT_FILENAME        XRFF file to convert\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -o OUTPUT_FILENAME    CSV file to output to\n  -sep SEP              Separator in the CSV file (default: \\t)\n  --ignore-update-check\n                        Do not check for the latest version of xrff2csv\n                        (default: False)\n  --version             show program's version number and exit\n```\n\nAn example use on the command line would be:\n\n```bash\nxrff2csv zoo.xrff -o zoo.csv -sep ,\n```\n\nThis command would convert `zoo.xrff` to `zoo.csv` with commas (,) as the separator.\n\nxrff can also be used programmatically. An example use in code would be:\n\n```python\nfrom xrff2csv import xrff2csv\n\nxrff2csv('zoo.xrff', 'zoo.csv', sep=',')\n```\n\n## Contributing to xrff2csv\n\nWe welcome you to [check the existing issues](https://github.com/rhiever/xrff2csv/issues/) for bugs or enhancements to work on. If you have an idea for an extension to xrff2csv, please [file a new issue](https://github.com/rhiever/xrff2csv/issues/new) so we can discuss it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiever%2Fxrff2csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhiever%2Fxrff2csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhiever%2Fxrff2csv/lists"}