{"id":19671201,"url":"https://github.com/cgohlke/qdafile","last_synced_at":"2025-04-29T00:32:36.370Z","repository":{"id":62584370,"uuid":"242421472","full_name":"cgohlke/qdafile","owner":"cgohlke","description":"Read and write QDA files","archived":false,"fork":false,"pushed_at":"2024-05-25T17:29:15.000Z","size":24,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-29T21:30:44.577Z","etag":null,"topics":["format-reader","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/qdafile","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cgohlke.png","metadata":{"files":{"readme":"README.rst","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":"2020-02-22T22:36:30.000Z","updated_at":"2024-09-19T21:48:40.000Z","dependencies_parsed_at":"2022-11-03T21:38:15.406Z","dependency_job_id":null,"html_url":"https://github.com/cgohlke/qdafile","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Fqdafile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Fqdafile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Fqdafile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cgohlke%2Fqdafile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cgohlke","download_url":"https://codeload.github.com/cgohlke/qdafile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224142765,"owners_count":17262884,"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":["format-reader","python"],"created_at":"2024-11-11T17:08:07.412Z","updated_at":"2025-04-29T00:32:36.364Z","avatar_url":"https://github.com/cgohlke.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"..\n  This file is generated by setup.py\n\nRead and write QDA files\n========================\n\nQdafile is a Python library to read and write KaleidaGraph(tm) version 3.x\nQDA data files.\n\nKaleidaGraph is a registered trademark of `Abelbeck Software\n\u003chttp://www.synergy.com\u003e`_.\n\nQdafile is no longer being actively developed.\n\n:Author: `Christoph Gohlke \u003chttps://www.cgohlke.com\u003e`_\n:License: BSD 3-Clause\n:Version: 2025.1.1\n\nRequirements\n------------\n\nThis revision was tested with the following requirements and dependencies\n(other versions may work):\n\n- `CPython \u003chttps://www.python.org\u003e`_ 3.10.11, 3.11.9, 3.12.8, 3.13.1 64-bit\n- `NumPy \u003chttps://pypi.org/project/numpy/\u003e`_ 2.1.3\n\nRevisions\n---------\n\n2025.1.1\n\n- Improve type hints.\n- Drop support for Python 3.9, support Python 3.13.\n\n2024.5.24\n\n- Support NumPy 2.\n- Fix docstring examples not correctly rendered on GitHub.\n- Add py.typed marker.\n- Drop support for Python 3.8 and numpy \u003c 1.22 (NEP29).\n\n2022.9.28\n\n- Return headers as str, not bytes (breaking).\n- Add type hints.\n- Convert to Google style docstrings.\n- Drop support for Python 3.7 and numpy \u003c 1.19 (NEP29).\n\n2021.6.6\n\n- Support os.PathLike file names.\n- Drop support for Python 3.6 (NEP 29).\n\n2020.1.1\n\n- Drop support for Python 2.7 and 3.5.\n\nExamples\n--------\n\n.. code-block:: python\n\n    \u003e\u003e\u003e from qdafile import QDAfile\n    \u003e\u003e\u003e QDAfile().write('_empty.qda')\n    \u003e\u003e\u003e QDAfile(\n    ...     [[1.0, 2.0, 0.0], [3.0, 4.0, 5.0], [6.0, 7.0, 0.0]],\n    ...     rows=[2, 3, '2'],\n    ...     headers=['X', 'Y', 'Z'],\n    ...     dtypes=['\u003ef8', '\u003ei4', '\u003ef4'],\n    ... ).write('_test.qda')\n    \u003e\u003e\u003e qda = QDAfile('_test.qda')\n    \u003e\u003e\u003e print(qda)\n    \u003cQDAfile '_test.qda'\u003e\n      file id: 12\n      columns: 3\n      rows: [2, 3, 2]\n      headers: ['X', 'Y', 'Z']\n      dtypes: ['\u003ef8', '\u003ei4', '\u003ef4']\n    \u003e\u003e\u003e qda.headers[2]\n    'Z'\n    \u003e\u003e\u003e qda[2, : qda.rows[2]]\n    array([6., 7.])","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgohlke%2Fqdafile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcgohlke%2Fqdafile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcgohlke%2Fqdafile/lists"}