{"id":15904040,"url":"https://github.com/rey-allan/quiver4j","last_synced_at":"2025-06-14T08:36:24.933Z","repository":{"id":144532310,"uuid":"186668066","full_name":"rey-allan/quiver4j","owner":"rey-allan","description":":open_file_folder: A Java library for parsing Quiver libraries.","archived":false,"fork":false,"pushed_at":"2019-05-18T04:52:30.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T10:45:24.102Z","etag":null,"topics":["java","quiver"],"latest_commit_sha":null,"homepage":"","language":"Java","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/rey-allan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-14T17:20:13.000Z","updated_at":"2019-05-18T04:54:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7fedf0c-2834-4fe0-94ac-2c932d1371e1","html_url":"https://github.com/rey-allan/quiver4j","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/rey-allan%2Fquiver4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rey-allan%2Fquiver4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rey-allan%2Fquiver4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rey-allan%2Fquiver4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rey-allan","download_url":"https://codeload.github.com/rey-allan/quiver4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246885006,"owners_count":20849607,"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":["java","quiver"],"created_at":"2024-10-06T12:20:42.655Z","updated_at":"2025-04-02T20:21:04.076Z","avatar_url":"https://github.com/rey-allan.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quiver4j\n:open_file_folder: A Java library for parsing [Quiver](http://happenapps.com/) libraries.\n\n![](https://img.shields.io/maven-central/v/com.reyallan/quiver4j.svg)\n\n## Installation\n\n### Maven\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.reyallan\u003c/groupId\u003e\n  \u003cartifactId\u003equiver4j\u003c/artifactId\u003e\n  \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003ctype\u003epom\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n### Gradle\n\n```groovy\nimplementation 'com.reyallan:quiver4j:1.0.0'\n```\n\n## Usage\n\n```java\nclass QuiverParser {\n    public static void main(String[] args) {\n        QuiverLibrary library = new QuiverLibrary(Paths.get(\"/home/$USER/Quiver.qvlibrary\"));\n        \n        for (QuiverNotebook notebook : library.getNotebooks()) {\n            System.out.println(String.format(\"Notebook '%s' has %d notes\", notebook.getName(), notebook.getNumberOfNotes()));\n            \n            for (QuiverNote note : notebook.getNotes()) {\n                List\u003cQuiverCell\u003e content = note.getContent();\n                System.out.println(String.format(\"Note '%s' has %d cells\", note.getTitle(), content.size()));\n                \n                for (QuiverCell cell : content) {\n                    System.out.println(String.format(\"Cell of type '%s' with data: %s\", cell.getType(), cell.getData()));\n                }\n            }\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frey-allan%2Fquiver4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frey-allan%2Fquiver4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frey-allan%2Fquiver4j/lists"}