File: project.py

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

project = {
    "name"         : "XEdDSA",
    "description"  : "Python bindings to libxeddsa.",
    "url"          : "https://github.com/Syndace/python-xeddsa",
    "year"         : "2024",
    "author"       : "Tim Henkes (Syndace)",
    "author_email" : "me@syndace.dev",
    "categories"   : [
        "Topic :: Security :: Cryptography"
    ]
}