diff --git a/ReadMe.md b/ReadMe.md index 71e022f..9c9b14b 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,4 +6,12 @@ lime.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicens [![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH/lime.py.svg)](https://libraries.io/github/KOLANICH/lime.py) [![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py) +**We have moved to https://codeberg.org/KFmts/lime.py (the namespace has changed to `KFmts`, which groups packages related to parsing or serialization), grab new versions there.** + +Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in success and wide adoption of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +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](https://github.com/orgs/community/discussions/49869). 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](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +--- + Just a lib implementing object-oriented interface to a LiME file format. Allows you to generate/read them using python. You are likely already familiar to the API, if you used other serialization libs. diff --git a/lime/__init__.py b/lime/__init__.py index 37700d0..f1309ef 100644 --- a/lime/__init__.py +++ b/lime/__init__.py @@ -6,6 +6,8 @@ from io import BytesIO from warnings import warn +warn("We have moved from M$ GitHub to https://codeberg.org/KFmts/lime.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .") + from rangeslicetools.tree import IndexProto, RangesTree from rangeslicetools.utils import slen