{"id":17854190,"url":"https://github.com/federicobond/python-fseq","last_synced_at":"2025-03-20T11:36:38.632Z","repository":{"id":43170125,"uuid":"174615236","full_name":"federicobond/python-fseq","owner":"federicobond","description":"A Falcon Pi Player fseq (v2) sequence file parser.","archived":false,"fork":false,"pushed_at":"2023-12-19T08:26:13.000Z","size":85283,"stargazers_count":5,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-12-19T11:07:41.534Z","etag":null,"topics":["dmx","falcon-pi-player","fseq","xlights"],"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/federicobond.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-03-08T21:53:10.000Z","updated_at":"2023-12-02T00:44:50.000Z","dependencies_parsed_at":"2022-09-10T12:40:06.710Z","dependency_job_id":null,"html_url":"https://github.com/federicobond/python-fseq","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicobond%2Fpython-fseq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicobond%2Fpython-fseq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicobond%2Fpython-fseq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/federicobond%2Fpython-fseq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/federicobond","download_url":"https://codeload.github.com/federicobond/python-fseq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221753133,"owners_count":16875091,"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":["dmx","falcon-pi-player","fseq","xlights"],"created_at":"2024-10-28T00:42:06.231Z","updated_at":"2024-10-28T00:42:06.952Z","avatar_url":"https://github.com/federicobond.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"python-fseq\n===========\n\nA Falcon Pi Player fseq (v2) sequence file parser.\n\n### Installation\n\n    pip install fseq\n\n\n### Usage\n\nTo use the project:\n\n    import fseq\n\n    f = open('filename.fseq')\n    fseq.parse(f)\n\n\nThe `parse` function returns a `Fseq` object with the following properties:\n\n * `file`: the underlying file object\n * `version`: a 2-tuple of numbers containing major and minor version\n * `minor_version`: the minor version number\n * `major_version`: the major version number\n * `channel_count_per_frame`: the amount of channels in each frame\n * `number_of_frames`: the total number of frames in this sequence\n * `step_time_in_ms`: the number of milliseconds between each frame\n * `unique_id`: a unique indentified\n * `compression_type`: the compression type used for frames, either `none`, `zstd`, `zlib`\n * `variable_headers`: an array of 2-tuples containing key-value pairs describing additional headers for the sequence file\n\nTo access a single frame data use the `get_frame(index)` method on the `Fseq`\nobject. Use index access to read channel values:\n\n    frame = fseq_file.get_frame(index)\n    value = frame[channel_num]\n\n\n### Development\n\nTo run the all tests run:\n\n    tox\n\n\n### TODO\n\n * Add support for fseq files without compression\n * Add support for fseq files with Zlib compression\n * Add support for fseq files with sparse ranges\n * Add support for writing fseq files\n\n\n### License\n\nMIT\n\n## Author\n\nFederico Bond\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericobond%2Fpython-fseq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffedericobond%2Fpython-fseq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffedericobond%2Fpython-fseq/lists"}