Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 3.54 KB

ReadMe.md

File metadata and controls

29 lines (21 loc) · 3.54 KB

RDataParser.py

wheel PyPi Status GitLab Build Status GitLab Coverage Libraries.io Status GNU General Public License v3 or later Code style: antiflash

We have moved to https://codeberg.org/KOLANICH-ML/RDataParser.py, grab new versions there.

Under the disguise of "better security" Micro$oft-owned GitHub has discriminated users of 1FA passwords while having commercial interest in success and wide adoption of FIDO 1FA specifications and Windows Hello implementation which it promotes as a replacement for passwords. It will result in dire consequencies and is competely inacceptable, read why.

If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is the list of alternatives and rationales to do it. If they delete the discussion, there are certain well-known places where you can get a copy of it. Read why you should also leave GitHub.


This is a module allowing importing data stored in R native RData serialization format. This used a Kaitai Struct-compiled description reverse-engineered from R implementation, it is licensed on the terms of GNU General Public License v3 or later. Though I personally prefer Unlicense, I'm sorry for that I'm too lazy to black box reverse engineer it from scratch entirely.

Requirements