2b976fa6e5
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Horea Christian <chr@chymera.eu>
23 lines
974 B
XML
23 lines
974 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>gentoo@chymera.eu</email>
|
|
<name>Horea Christian</name>
|
|
</maintainer>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
A Python library for maintaining and managing DANDI metadata schemata.
|
|
The library helps create and validate DANDI schema-compliant metadata
|
|
for Dandisets and assets. Every Dandiset and associated asset has a
|
|
metadata object that can be retrieved using the DANDI API. This
|
|
library uses Pydantic to implement all the metadata classes. Schemas
|
|
are generated on schema modifications and placed into this repository.
|
|
Dandischema generates JSON schema definitions and also an associated
|
|
context.json file for JSON-LD compliance of the metadata models.
|
|
</longdescription>
|
|
</pkgmetadata>
|