VirtualTam's bookmarks

  1. Repology monitors a huge number of package repositories and other sources comparing packages versions across them and gathering other information. Repology shows you in which repositories a given project is packaged, which version is the latest and which needs updating, who maintains the package, and other related information.

  2. Standard library:

    • unicode - Data and functions to test some properties of Unicode code points

    Extra libraries:

    Third-party libraries:

    • anyascii/go - Converts Unicode characters to their best ASCII representation

    RFCs:

    Resources:

  3. pactree - package dependency tree viewer

     1$ pactree python-tox | rg 'python-'
     2
     3python-tox
     4├─python-cachetools
     5├─python-chardet
     6├─python-colorama
     7├─python-filelock
     8├─python-packaging
     9├─python-platformdirs
    10├─python-pluggy
    11├─python-pyproject-api
    12│ └─python-packaging
    13└─python-virtualenv
    14  ├─python-distlib
    15  ├─python-filelock
    16  └─python-platformdirs