Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
terapyon
/
gh-issue-search
like
2
Sleeping
App
Files
Files
Community
12
1f4ac35
gh-issue-search
/
model.py
terapyon
added date filter and comment filter and show date, label refs
#5
648f519
about 1 year ago
raw
Copy download link
history
blame
Safe
203 Bytes
from
dataclasses
import
dataclass
@dataclass(
frozen=
True
)
class
Issue
:
repo_name:
str
id
:
int
title:
str
created_at:
int
user:
str
url:
str
labels:
list
[
str
]
type_:
str