Registry / serialization / aimrecords

aimrecords

JSON →
library0.0.7pypypiunverified

A record-oriented data format that uses Protocol Buffers for serialization. Current version 0.0.7, with no recent updates. Suitable for storing structured records efficiently. The library is minimal and rarely updated.

pip install aimrecords
INSTALL
IMPORT
SIG · AIMRECORDS
A
aimrecords
serializationpythonv0.0.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RecordFile
from aimrecords import RecordFile
from aimrecords import RecordFile

Basic example to write and read records using RecordFile.

from aimrecords import RecordFile # Write records with RecordFile('data.rec', 'w') as f: f.write({'id': 1, 'name': 'Alice'}) # Read records with RecordFile('data.rec', 'r') as f: for record in f: print(record)
Debug
Known issues
gotchaThe library is very minimal and not actively maintained. Expect limited documentation and potential breaking changes in future versions.
fix
Consider using more mature formats like Parquet or HDF5 for production.
affects: all
Upgrade
Version history
0.0.7latest on PyPI · released Nov 9, 2020
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
42
OpenAI (training)
1
Resources
aimrecords — pip install aimrecords · libregistry