{"id":19989153,"url":"https://github.com/clamytoe/pybrary","last_synced_at":"2026-05-14T02:35:34.389Z","repository":{"id":84639597,"uuid":"258185395","full_name":"clamytoe/pybrary","owner":"clamytoe","description":"Little script I wrote to parse through my Springer Nature ebook collection","archived":false,"fork":false,"pushed_at":"2020-04-23T15:23:02.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-29T18:58:32.909Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clamytoe.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-23T11:46:17.000Z","updated_at":"2020-04-23T15:23:04.000Z","dependencies_parsed_at":"2023-07-20T20:30:24.149Z","dependency_job_id":null,"html_url":"https://github.com/clamytoe/pybrary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clamytoe/pybrary","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fpybrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fpybrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fpybrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fpybrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clamytoe","download_url":"https://codeload.github.com/clamytoe/pybrary/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clamytoe%2Fpybrary/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33008246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-13T04:45:38.857Z","updated_at":"2026-05-14T02:35:34.348Z","avatar_url":"https://github.com/clamytoe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eBook Library Parser (*pybrary*)\n\n\u003e *Little script I wrote to parse through my Springer Nature ebook collection*\n\n![Python version][python-version]\n![Latest version][latest-version]\n[![GitHub issues][issues-image]][issues-url]\n[![GitHub forks][fork-image]][fork-url]\n[![GitHub Stars][stars-image]][stars-url]\n[![License][license-image]][license-url]\n[![Twitter][twitter-image]][twitter-url]\n\nNOTE: This project was generated with [Cookiecutter](https://github.com/audreyr/cookiecutter) along with [@clamytoe's](https://github.com/clamytoe) [toepack](https://github.com/clamytoe/toepack) project template.\n\n## Initial setup\n\n```zsh\ncd Projects\ngit clone https://github.com/clamytoe/pybrary.git\ncd pybrary\n```\n\n### Anaconda setup\n\nIf you are an Anaconda user, this command will get you up to speed with the base installation.\n\n```zsh\nconda env create\nconda activate pybrary\n```\n\n### Regular Python setup\n\nIf you are just using normal Python, this will get you ready, but I highly recommend that you do this in a virtual environment. There are many ways to do this, the simplest using *venv*.\n\n```zsh\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n### Final setup\n\n```zsh\npip install -e .\n```\n\n## Usage\n\n```zsh\npybrary [search term] [extension]\n```\n\nIf nothing is passed as commandline arguments, it will display a list of all the ebooks that were found.\n\n```zsh\npybrary\nLibrary Report                                                                  \n--------------------------------------------------------------------------------\n10-1007-978-3-030-20290-3 A Beginners Guide to Python 3 Programming.epub\n10-1007-978-3-030-20290-3 A Beginners Guide to Python 3 Programming.pdf\n10-1007-978-0-387-93837-0 A Beginners Guide to R.epub\n10-1007-978-0-387-93837-0 A Beginners Guide to R.pdf\n...\n10-1007-978-3-319-74965-5 Witnessing Torture.epub\n10-1007-978-3-319-74965-5 Witnessing Torture.pdf\n10-1007-978-3-319-31650-5 Writing for Publication.epub\n10-1007-978-3-319-31650-5 Writing for Publication.pdf\n```\n\nIf you enter either **epub** or **pdf**, it will filter the results to only show the format that you entered.\nif you enter only a *search term* the results will include both book formats.\nIf you enter a *search term* as well as an ebook type, it will filter them appropriately.\n\n\u003e **NOTE**: If your search term includes more then one word, wrap them in quotes!\n\n```zsh\npybrary \"machine learning\" pdf      \nLibrary Report [pdf]                                    search: machine learning\n--------------------------------------------------------------------------------\n10-1007-978-3-319-63913-0 An Introduction to Machine Learning.pdf\n10-1007-978-3-319-15195-3 Machine Learning in Medicine  a Complete Overview.pdf \n``` \n\n## Contributing\n\nContributions are very welcome. Tests can be run with with `pytest -v`, please ensure that all tests are passing and that you've checked your code with the following packages before submitting a pull request:\n\n* black\n* flake8\n* isort\n* mypy\n* pytest-cov\n\nI am not adhering to them strictly, but try to clean up what's reasonable.\nIf you plan to contribute, make sure that you install the packages listed in the requirements-dev.txt. \n\n## License\n\nDistributed under the terms of the [MIT](https://opensource.org/licenses/MIT) license, \"pybrary\" is free and open source software.\n\n## Issues\n\nIf you encounter any problems, please [file an issue](https://github.com/clamytoe/toepack/issues) along with a detailed description.\n\n## Changelog\n\n* **v0.1.1** Added the code and tests.\n* **v0.1.0** Initial commit.\n\n[python-version]:https://img.shields.io/badge/python-3.8-brightgreen.svg\n[latest-version]:https://img.shields.io/badge/version-0.1.1-blue.svg\n[issues-image]:https://img.shields.io/github/issues/clamytoe/pybrary.svg\n[issues-url]:https://github.com/clamytoe/pybrary/issues\n[fork-image]:https://img.shields.io/github/forks/clamytoe/pybrary.svg\n[fork-url]:https://github.com/clamytoe/pybrary/network\n[stars-image]:https://img.shields.io/github/stars/clamytoe/pybrary.svg\n[stars-url]:https://github.com/clamytoe/pybrary/stargazers\n[license-image]:https://img.shields.io/badge/license-MIT-blue.svg\n[license-url]:https://github.com/clamytoe/pybrary/blob/master/LICENSE\n[twitter-image]:https://img.shields.io/twitter/url/https/github.com/clamytoe/pybrary.svg?style=social\n[twitter-url]:https://twitter.com/intent/tweet?text=Wow:\u0026url=%5Bobject%20Object%5D\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fpybrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclamytoe%2Fpybrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclamytoe%2Fpybrary/lists"}