Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9346464
models.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
405 B
Subscribers
None
models.py
View Options
# Copyright (C) 2018 the Software Heritage developers
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
sqlalchemy
import
Column
,
String
from
..core.models
import
ModelBase
class
PyPIModel
(
ModelBase
):
"""a PyPI repository representation
"""
__tablename__
=
'pypi_repo'
uid
=
Column
(
String
,
primary_key
=
True
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Fri, Jul 4, 4:05 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240903
Attached To
rDLS Listers
Event Timeline
Log In to Comment