Skip to main content

A lightweight Python package with metadata about the code repositories of the Synodalsoft project.

Source code repository: https://gitlab.com/lino-framework/synodal

Documentation for the maintainer: https://dev.lino-framework.org/specs/synodal/index.html

Usage examples:

>>> import synodal
>>> from synodal import KNOWN_REPOS, REPOS_DICT, FRONT_ENDS, PUBLIC_SITES
>>> r = REPOS_DICT['lino']
>>> print(r.git_repo)
https://gitlab.com/lino-framework/lino.git
>>> synodal.Repository._fields
('nickname', 'package_name', 'git_repo', 'settings_module', 'front_end', 'extra_deps', 'public_url', 'verbose_name', 'description')
>>> synodal.PublicSite._fields
('url', 'settings_module', 'default_ui')
>>> for r in FRONT_ENDS.values():
...     print("{r.nickname} : {r.front_end}".format(r=r))
lino : lino.modlib.extjs
react : lino_react.react
>>> from importlib import import_module
>>> for ps in PUBLIC_SITES:
...     m = import_module(ps.settings_module)
...     print("{ps.url} : {m.Site.verbose_name} using {ps.default_ui}".format(
...        ps=ps, m=m))
https://voga1e.lino-framework.org : Lino Voga using lino.modlib.extjs
https://voga1r.lino-framework.org : Lino Voga using lino_react.react
https://cosi1e.lino-framework.org : Lino Così using lino_react.react
https://noi1r.lino-framework.org : Lino Noi using lino_react.react
https://weleup1.mylino.net : Lino Welfare Eupen using lino.modlib.extjs
https://welcht1.mylino.net : Lino Welfare Châtelet using lino.modlib.extjs
>>> from lino.utils.code import analyze_rst
>>> packages = [r.package_name.replace("-","_") for r in KNOWN_REPOS if r.package_name]
>>> print(analyze_rst(*packages))  #doctest: +SKIP
============== ============ =========== =============== ============= =======
 name           code lines   doc lines   comment lines   total lines   files
-------------- ------------ ----------- --------------- ------------- -------
 atelier        1.1k         847         388             3k            16
 etgen          511          727         300             1.9k          13
 eidreader      88           118         54              307           5
 commondata     7k           25          42              7k            12
 getlino        528          1.2k        241             2k            13
 lino           32k          22k         10k             79k           357
 lino_xl        45k          14k         12k             83k           514
 lino_welfare   40k          9k          4k              60k           371
 lino_react     907          490         244             1.9k          8
 lino_openui5   222          668         235             1.4k          19
 lino_book      23k          3k          2k              32k           639
 lino_amici     6k           238         393             7k            109
 lino_avanti    1.2k         456         562             3k            52
 lino_cms       193          85          77              469           22
 lino_care      849          390         791             2k            41
 lino_cosi      240          138         155             690           36
 lino_mentori   425          293         230             1.2k          37
 lino_noi       1.1k         724         915             3k            52
 lino_presto    1.0k         614         540             3k            55
 lino_pronto    775          199         143             1.4k          46
 lino_tera      1.7k         674         1.2k            5k            77
 lino_shop      359          148         111             795           21
 lino_vilma     467          204         264             1.1k          14
 lino_voga      2k           1.7k        797             6k            59
 lino_weleup    136          146         95              455           9
 lino_welcht    781          206         344             1.7k          27
 total          168k         58k         36k             308k          3k
============== ============ =========== =============== ============= =======
<BLANKLINE>

Above code snippet is skipped because the values change often.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synodal-26.7.0.tar.gz (29.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synodal-26.7.0-py2.py3-none-any.whl (28.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file synodal-26.7.0.tar.gz.

File metadata

  • Download URL: synodal-26.7.0.tar.gz
  • Upload date:
  • Size: 29.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for synodal-26.7.0.tar.gz
Algorithm Hash digest
SHA256 5832614462619cc3b66937b213ee997c96b126f5f8f651a6e430800f338b8454
MD5 65093eb522df91ba72e8a13cc80125f0
BLAKE2b-256 df7615096cdfc355e0495c58662c51fd48eca14400ee1ada38a7a528dc0b9cf5

See more details on using hashes here.

File details

Details for the file synodal-26.7.0-py2.py3-none-any.whl.

File metadata

  • Download URL: synodal-26.7.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 28.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for synodal-26.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 77e9a19342deeb6fe7701477e7a94940734916e73a691df2fe74fdd211c595f6
MD5 49d41ec8d5e25b4fb7514f3d9834faf7
BLAKE2b-256 99f3e202c05dcaa3eb80d0f606f71fd7e4ec61c665df150340c614127d64ecf2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page