Skip to main content

No project description provided

Project description

ncaadb

Ncaadb is a Python package created for the handling of DB save files from EA Sports NCAA games.

Installation

Ncaadb is published to PyPI and is available using pip or any other Python package manager.

pip install ncaadb

Usage

The data from a DB file is loaded into a File by opening a file stream and sending it into the read_db function.

import ncaadb

with open("saves/USR-DATA", "rb") as f:
    db_data = ncaadb.read_db(f)

The 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.

player_data = db_data["PLAY"]
modified_player_data = player_data.replace(0, 1)
db_data["PLAY"] = modified_player_data

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ncaadb-0.1.0.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ncaadb-0.1.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file ncaadb-0.1.0.tar.gz.

File metadata

  • Download URL: ncaadb-0.1.0.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/5.15.133.1-microsoft-standard-WSL2

File hashes

Hashes for ncaadb-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ae059687975eb9f5897828713ccded949f393eaeaa59fa93e31fdf0771033bc0
MD5 18ae63db4a14c0c1f120c7e1aded860b
BLAKE2b-256 385fd149967f51a357d26f8731599499557a51358327bb42cfa53efe4ec7de71

See more details on using hashes here.

File details

Details for the file ncaadb-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ncaadb-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.12.2 Linux/5.15.133.1-microsoft-standard-WSL2

File hashes

Hashes for ncaadb-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6bcfe8d6d8349898b6deb76d308cc43e7e5555fadae7b3a0e780cb8dc504cecc
MD5 15b322c4f044811d150865c25b8f82b5
BLAKE2b-256 d2d69505f84b3f905b4c35196ab478e81bc109ab1801cfa9a5303633832aac88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page