planetarypy / pvl

Python implementation of PVL (Parameter Value Language)
BSD 3-Clause "New" or "Revised" License
19 stars 19 forks source link

PDS3 encoding options #85

Closed rbeyer closed 3 years ago

rbeyer commented 3 years ago

Description

Added optional parameters (with specification-appropriate defaults) to pvl.encoder.PDSLabelEncoder().__init__() which allow users to optionally not write the trailing "Z" on time and datetime output, and also allow users to optionally make PVL Symbol Strings handled the same as PVL Text Strings (instead of handling them separately and enclosing them in single-quotes).

Related Issue

This would close #84.

How Has This Been Tested?

Types of changes

Checklist:

Licensing:

This project is released under the LICENSE.