1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/science/py-asdf/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

14 lines
677 B
Plaintext

The Advanced Scientific Data Format (ASDF) is a next-generation interchange
format for scientific data. This package contains the Python implementation of
the ASDF Standard.
The ASDF format has the following features:
- A hierarchical, human-readable metadata format (implemented using YAML)
- Numerical arrays are stored as binary data blocks which can be memory mapped.
Data blocks can optionally be compressed.
- The structure of the data can be automatically validated using schemas
(implemented using JSON Schema)
- Native Python data types (numerical types, strings, dicts, lists) are
serialized automatically
- ASDF can be extended to serialize custom data types