File: consts.py

package info (click to toggle)
python-aio-geojson-generic-client 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 332; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
"""Constants for feeds and feed entries."""

ATTR_ID = "id"
ATTR_GUID = "guid"
ATTR_PUB_DATE = "pubDate"
ATTR_TIME = "time"
ATTR_TITLE = "title"
ATTR_UPDATED = "updated"