{"id":19066319,"url":"https://github.com/rdvid/flask-book","last_synced_at":"2026-04-17T13:31:49.700Z","repository":{"id":201074236,"uuid":"706897194","full_name":"rdvid/flask-book","owner":"rdvid","description":"api to send epub and pdf for kindle","archived":false,"fork":false,"pushed_at":"2024-01-28T22:13:57.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T03:16:43.581Z","etag":null,"topics":["api","backend","flask","microservices","python3"],"latest_commit_sha":null,"homepage":"","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/rdvid.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-18T20:41:43.000Z","updated_at":"2024-01-28T21:49:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"b78d80a0-4c8b-4cf5-bca4-e778f85bbe15","html_url":"https://github.com/rdvid/flask-book","commit_stats":null,"previous_names":["rdvid/flask-book"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rdvid/flask-book","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdvid%2Fflask-book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdvid%2Fflask-book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdvid%2Fflask-book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdvid%2Fflask-book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdvid","download_url":"https://codeload.github.com/rdvid/flask-book/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdvid%2Fflask-book/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31931261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T12:37:54.787Z","status":"ssl_error","status_checked_at":"2026-04-17T12:37:25.095Z","response_time":62,"last_error":"SSL_read: 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":["api","backend","flask","microservices","python3"],"created_at":"2024-11-09T00:55:57.878Z","updated_at":"2026-04-17T13:31:49.681Z","avatar_url":"https://github.com/rdvid.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFlask Book API\u003c/h1\u003e\n\n![Flask](https://img.shields.io/badge/Flask-FFFFFF?style=for-the-badge\u0026logo=flask\u0026logoColor=red)\n![Python](https://img.shields.io/badge/Python-000000?style=for-the-badge\u0026logo=python\u0026logoColor=white)\n![Pytest](https://img.shields.io/badge/Pytest-38B2AC?style=for-the-badge\u0026logo=pytest\u0026logoColor=white)\n![Docker](https://img.shields.io/badge/Docker-3A33D1?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Git](https://img.shields.io/badge/Git-000000?style=for-the-badge\u0026logo=git\u0026logoColor=red)\n\n\u003cp align=\"center\"\u003e\n   \u003cimg height=500 width=500 src=\"https://f005.backblazeb2.com/file/debbuggers/_ee852ade-2b90-4342-b5f6-c7194b277dac.jpg\" alt=\"dark mage with a grimoire summoning spells\"\u003e  \n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\u003citalic\u003e\"Large amounts of information just one-finger away\"\u003c/italic\u003e\u003c/p\u003e\n\n\n\nFlask api was designed to work with a front-end hosted in another repository, but feel free to use insomnia or postman if you wish to.\n\nYou can see the source code of front-end [here](https://github.com/rdvid/react-book)\n\n### Next Features\n\nThis project remain in constant development. Next features will be focused on:\n\n- [ ] Test coverage with pytest\n- [ ] Implement RabbitMQ for queue management\n- [ ] Cover more file formats\n\n## 💻 Requirements\n\n* `python`\n* `docker`\n\n## 🚀 Installing Next Ecommerce\n## TODO\n```\n  - git clone the repo\n  - in terminal, go to project root directory\n  - npm install to download dependencies\n  - npm run start for project exec\n\n```\n\n## ☕ Using Next Ecommerce\n## TODO\n\n\n## 📫 Wanna help?\n\n1. Fork this repo.\n2. Create a branch: `git checkout -b \u003cbranch_name\u003e`.\n3. Do your alterations and tell then in your commit message: `git commit -m '\u003ccommit_message\u003e'`\n4. Send then to origin fork: `git push origin \u003cproject-name\u003e / \u003clocal\u003e`\n5. Create a pull request detailing your implementation.\n\n[How to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n\n## 🤝 Developed by:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"#\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/60834135\" alt=\"Foto de Rafael David\" width=115\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eRafael David\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdvid%2Fflask-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdvid%2Fflask-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdvid%2Fflask-book/lists"}