blob: 71c86828b6d8ae28ce4f43a065837247a3ccf7ae [file] [log] [blame]
Thomas Girardier0f745b92022-07-26 09:45:10 +00001name: "pyee"
2description:
3 "A rough port of Node.js's EventEmitter to Python with a few tricks of its "
4 "own."
5
6third_party {
7 url {
8 type: HOMEPAGE
9 value: "https://pyee.readthedocs.io/"
10 }
11 url {
12 type: GIT
13 value: "https://github.com/jfhbrook/pyee"
14 }
15 version: "9.0.4"
16 last_upgrade_date { year: 2022 month: 7 day: 26 }
17 license_type: NOTICE
18}