{"id":20251846,"url":"https://github.com/jillmpla/pythonxmldatabase","last_synced_at":"2026-04-12T01:37:02.728Z","repository":{"id":130358813,"uuid":"290444094","full_name":"jillmpla/pythonxmldatabase","owner":"jillmpla","description":"A Python \u0026 XML database application for a book collection.","archived":false,"fork":false,"pushed_at":"2023-03-13T00:33:17.000Z","size":276,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T21:05:59.501Z","etag":null,"topics":["database","matplotlib","numpy","pandas","pandas-dataframe","python","xml"],"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/jillmpla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"JMPPMJ"}},"created_at":"2020-08-26T08:46:18.000Z","updated_at":"2023-03-13T00:33:20.000Z","dependencies_parsed_at":"2023-03-22T10:17:58.314Z","dependency_job_id":null,"html_url":"https://github.com/jillmpla/pythonxmldatabase","commit_stats":null,"previous_names":["jillmpla/pythonxmldatabase"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jillmpla/pythonxmldatabase","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jillmpla%2Fpythonxmldatabase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jillmpla%2Fpythonxmldatabase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jillmpla%2Fpythonxmldatabase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jillmpla%2Fpythonxmldatabase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jillmpla","download_url":"https://codeload.github.com/jillmpla/pythonxmldatabase/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jillmpla%2Fpythonxmldatabase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31701641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"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":["database","matplotlib","numpy","pandas","pandas-dataframe","python","xml"],"created_at":"2024-11-14T10:13:19.743Z","updated_at":"2026-04-12T01:37:02.709Z","avatar_url":"https://github.com/jillmpla.png","language":"Python","funding_links":["https://github.com/sponsors/JMPPMJ"],"categories":[],"sub_categories":[],"readme":"\u003cb\u003eA Python \u0026 XML database application for a book collection.\u003c/b\u003e\n\nFocus was placed on exploring various methods of parsing, manipulating, and analyzing XML data.\n\n***\n\n\u003cb\u003eProject Overview:\u003c/b\u003e\n- An XML file serves as the main data storage, with several starting book entries.\n- Using the C implementation of ElementTree in Python, xml.etree.cElementTree, CRUD functionality is added. CRUD is an acronym that stands for create, read, update, and delete and encompasses the four basic functions of persistent storage.\n- A user can update a book entry, delete a book entry, see all book entries, search for a book entry, and create new book entries.\n- XML data is then placed into a table using Pandas Dataframes (in-memory data storage). This allows for quick data analysis and generating statistical charts and graphs on the data with the very popular and heavily used Python libraries, NumPy and MatPlotLib. \n- Four chart functions are added (bar chart of genre frequency, bar chart of publish year frequency, comparison chart of publish year frequency by genre, and comparison chart of price/values by publish year). More automatically generated chart functions can easily be added.\n- A GUI was added, for a more user-friendly experience.\n\nPlease view powerpoint (\u003cb\u003eDatabases.pptx\u003c/b\u003e file in this GitHub) for further details on the project.\n\n***\n\n\u003ctable style=\"width:100%\"\u003e\n  \u003ctr\u003e\n    \u003cth\u003ePython (3.8.5) Libraries Used:\u003c/th\u003e\n    \u003ctd\u003e\u003ca href=\"https://www.python.org/doc/\" target=\"_blank\"\u003ePython Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003ePandas 1.1.1\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://pandas.pydata.org/pandas-docs/stable/\" target=\"_blank\"\u003ePandas Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eNumPy 1.19.1\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://numpy.org/doc/\" target=\"_blank\"\u003eNumPy Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eMatPlotLib 3.3.1\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://matplotlib.org/\" target=\"_blank\"\u003eMatPlotLib Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eSeaborn 0.10.1\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://seaborn.pydata.org/\" target=\"_blank\"\u003eSeaborn Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003ePySimpleGUI 4.29.0\u003c/td\u003e\n    \u003ctd\u003e\u003ca href=\"https://pysimplegui.readthedocs.io/en/latest/\" target=\"_blank\"\u003ePySimpleGUI Docs\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n***\n\n\u003ci\u003eFuture Work: Improve GUI\u003c/i\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjillmpla%2Fpythonxmldatabase","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjillmpla%2Fpythonxmldatabase","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjillmpla%2Fpythonxmldatabase/lists"}