File: project.py

package info (click to toggle)
python-twomemo 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: python: 1,177; makefile: 15
file content (14 lines) | stat: -rw-r--r-- 467 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
__all__ = [ "project" ]

project = {
    "name"         : "Twomemo",
    "description"  : "Backend implementation of the namespace `urn:xmpp:omemo:2` for python-omemo.",
    "url"          : "https://github.com/Syndace/python-twomemo",
    "year"         : "2024",
    "author"       : "Tim Henkes (Syndace)",
    "author_email" : "me@syndace.dev",
    "categories"   : [
        "Topic :: Communications :: Chat",
        "Topic :: Security :: Cryptography"
    ]
}