{"id":20646294,"url":"https://github.com/boon-code/cepub","last_synced_at":"2026-04-21T19:33:28.959Z","repository":{"id":18350921,"uuid":"21530795","full_name":"boon-code/cepub","owner":"boon-code","description":"document to EPUB converter (uses unoconv)","archived":false,"fork":false,"pushed_at":"2017-02-23T09:18:07.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T16:36:21.724Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boon-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-06T00:39:33.000Z","updated_at":"2021-10-10T07:40:49.000Z","dependencies_parsed_at":"2022-07-26T22:02:07.153Z","dependency_job_id":null,"html_url":"https://github.com/boon-code/cepub","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/boon-code/cepub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boon-code%2Fcepub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boon-code%2Fcepub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boon-code%2Fcepub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boon-code%2Fcepub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boon-code","download_url":"https://codeload.github.com/boon-code/cepub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boon-code%2Fcepub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32106667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-16T16:25:10.804Z","updated_at":"2026-04-21T19:33:28.939Z","avatar_url":"https://github.com/boon-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Create EPUB\n===========\n\nSimple ``python`` script to convert documents to **EPUB** format. To use\nthis tool, you have to create a **JSON** file describing the document to\ncreate and some options how to create the final **EPUB** file.\n\nSample JSON file\n----------------\n\nA typical **JSON** description could look like this:\n\n    {\n        \"title\" : \"First Awesome Book\",\n        \"bookdir\" : \"/home/user/books\",\n        \"filename\" : \"Awesome-Book.docx\",\n        \"outname\" : \"Awesome_Book\",\n        \"authors\" : \"Author Name\",\n\n        \"cover\" : \"/home/user/pictures/cover-awsome-book.jpg\",\n        \"comments\" : \"This is a totally awesome book!\",\n        \"language\" : \"de\",\n        \"outdir\" : \"/home/user/epubs\"\n    }\n\nThis will convert the file ``/home/user/books/Awsome-Book.docx`` to an\n**EPUB** version ``/home/user/epubs/Awsome_Book.epub`` containing the\ncover image ``/home/user/pictures/cover-awsome-book.jpg``. It will\nalso include the comment *This is a totally awesome book!*.\n\nUsage\n-----\n\nLet's assume, the **JSON** file above has been saved to a file named\n``awesome_book.json``. To convert the book, you simply have to issue\nthe following command:\n\n    python cepub.py some_dir/awesome_book.json\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboon-code%2Fcepub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboon-code%2Fcepub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboon-code%2Fcepub/lists"}