datafiles icon indicating copy to clipboard operation
datafiles copied to clipboard

A file-based ORM for Python dataclasses.

Results 24 datafiles issues
Sort by recently updated
recently updated
newest added

As I understand it, since this package is typed you can add an empty file to `datafiles/` named `py.typed` and then projects which import the `datafiles` package will be able...

help wanted

This MR implements the necessary logic to allow the Mapper to write the datafile to a new location if the filepath has changed due to the user changing the attributes...

`datafiles` package is great, but it stops short of providing support for object relationships and foreign keys. is that feature anywhere on the horizon? if not, would you be open...

question

Currently, `datafiles` handles any attributes that are part of the filepath as not being stored in the file itself. Personally I consider this a good design, as duplicating the value...

bug

Bumps [idna](https://github.com/kjd/idna) from 3.3 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

This seems like very inefficient and weird behavior. I have a datafile class with a member that has a field(default_factory=_somefunction) pretty much every time I touch an object of my...

question

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.60.0 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.18 to 1.26.19. Release notes Sourced from urllib3's releases. 1.26.19 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies