Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342612
util.py
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
476 B
Subscribers
None
util.py
View Options
# Copyright (C) 2021 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU General Public License version 3, or any later version
# See top-level LICENSE file for more information
import
hashlib
import
os
def
path_id
(
path
:
bytes
)
->
bytes
:
return
hashlib
.
sha1
(
path
)
.
digest
()
def
path_normalize
(
path
:
bytes
)
->
bytes
:
return
path
[
2
:]
if
path
.
startswith
(
bytes
(
"."
+
os
.
path
.
sep
,
"utf-8"
))
else
path
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 12:52 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3242032
Attached To
rDPROV Provenance database
Event Timeline
Log In to Comment