https://github.com/SoftwareHeritage/swh-model
Revision 3adc71b03d82f0072c07e0ede5db2f755a143367 authored by Jenkins for Software Heritage on 30 October 2019, 16:28:34 UTC, committed by Jenkins for Software Heritage on 30 October 2019, 16:28:34 UTC
swh-model Debian release 0.0.51-1~swh2

# gpg: Signature made Wed Oct 30 16:27:18 2019 UTC
# gpg:                using RSA key 3291900A8E20E2EF43F8F9D8DCAE90522E7122BF
# gpg: Can't check signature: No public key

# Conflicts:
#	debian/changelog
2 parent s f24fc3e + f1747ef
Raw File
Tip revision: 3adc71b03d82f0072c07e0ede5db2f755a143367 authored by Jenkins for Software Heritage on 30 October 2019, 16:28:34 UTC
Merge tag 'debian/0.0.51-1_swh2' into debian/buster-swh
Tip revision: 3adc71b
PKG-INFO
Metadata-Version: 2.1
Name: swh.model
Version: 0.0.51
Summary: Software Heritage data model
Home-page: https://forge.softwareheritage.org/diffusion/DMOD/
Author: Software Heritage developers
Author-email: swh-devel@inria.fr
License: UNKNOWN
Project-URL: Source, https://forge.softwareheritage.org/source/swh-model
Project-URL: Bug Reports, https://forge.softwareheritage.org/maniphest
Project-URL: Funding, https://www.softwareheritage.org/donate
Description: swh-model
        =========
        
        Implementation of the Data model of the Software Heritage project, used to
        archive source code artifacts.
        
        This module defines the notion of Persistent Identifier (PID) and provides
        tools to compute them:
        
        ```sh
           $ swh-identify fork.c kmod.c sched/deadline.c
           swh:1:cnt:2e391c754ae730bd2d8520c2ab497c403220c6e3    fork.c
           swh:1:cnt:0277d1216f80ae1adeed84a686ed34c9b2931fc2    kmod.c
           swh:1:cnt:57b939c81bce5d06fa587df8915f05affbe22b82    sched/deadline.c
        
           $ swh-identify --no-filename /usr/src/linux/kernel/
           swh:1:dir:f9f858a48d663b3809c9e2f336412717496202ab
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: cli
back to top