Skip to content

Commit

Permalink
We had to move to Codeberg
Browse files Browse the repository at this point in the history
  • Loading branch information
KOLANICH committed Oct 15, 2023
1 parent 4608f79 commit 92c32dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions JAbs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
__all__ = ("SelectedJVMInitializer", "ClassPathT", "ClassesImportSpecT")
import sys
from importlib import import_module
from warnings import warn

warn("We have moved from M$ GitHub to https://codeberg.org/KAbs/JAbs.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .")

from .utils.pathListTools import ClassesImportSpecT, ClassPathT

Expand Down
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ JAbs.py [![Unlicensed work](https://raw.githubusercontent.com/unlicense/unlicens
=======
[![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH-libs/JAbs.py.svg)](https://libraries.io/github/KOLANICH-libs/JAbs.py)

**We have moved to https://codeberg.org/KAbs/JAbs.py (the namespace was changed to KAbs, which groups abstraction layers), 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 an abstraction layer around various ways to interact to libs for JVM.

Implemented backends
Expand Down

0 comments on commit 92c32dd

Please sign in to comment.