{"id":44781439,"url":"https://github.com/hansmissenheim/ncaadb","last_synced_at":"2026-02-16T08:13:14.998Z","repository":{"id":239411150,"uuid":"650329199","full_name":"hansmissenheim/ncaadb","owner":"hansmissenheim","description":"📅 Handle DB save files from EA Sports NCAA games","archived":false,"fork":false,"pushed_at":"2024-06-20T03:34:31.000Z","size":1899,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-06-20T15:25:18.658Z","etag":null,"topics":["cfb","ncaa","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansmissenheim.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":"2023-06-06T20:54:05.000Z","updated_at":"2024-06-20T03:34:29.000Z","dependencies_parsed_at":"2024-05-12T08:45:26.454Z","dependency_job_id":null,"html_url":"https://github.com/hansmissenheim/ncaadb","commit_stats":null,"previous_names":["hansmissenheim/ncaadb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansmissenheim/ncaadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansmissenheim%2Fncaadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansmissenheim%2Fncaadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansmissenheim%2Fncaadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansmissenheim%2Fncaadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansmissenheim","download_url":"https://codeload.github.com/hansmissenheim/ncaadb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansmissenheim%2Fncaadb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29503336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T08:07:58.651Z","status":"ssl_error","status_checked_at":"2026-02-16T08:07:56.823Z","response_time":115,"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":["cfb","ncaa","python"],"created_at":"2026-02-16T08:13:13.699Z","updated_at":"2026-02-16T08:13:14.990Z","avatar_url":"https://github.com/hansmissenheim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ncaadb\n\nNcaadb is a Python package created for the handling of DB save files from EA Sports NCAA games.\n\n## Installation\n\nNcaadb is published to PyPI and is available using `pip` or any other Python package manager.\n\n    pip install ncaadb\n\n\n## Usage\n\nThe data from a DB file is loaded into a `File` by opening a file stream and sending it into the `read_db` function.\n\n``` python\nimport ncaadb\n\nwith open(\"saves/USR-DATA\", \"rb\") as f:\n    db_data = ncaadb.read_db(f)\n```\n\nThe contents of a table can then be accessed using the indexer operator, `[]`, and the table's name as the index. This will return the tabular data as a `pandas.DataFrame`. The tabular data can be set using the same method. \n\n``` python\nplayer_data = db_data[\"PLAY\"]\nmodified_player_data = player_data.replace(0, 1)\ndb_data[\"PLAY\"] = modified_player_data\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansmissenheim%2Fncaadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansmissenheim%2Fncaadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansmissenheim%2Fncaadb/lists"}