Skip to main content

Converter from .glyphspackage to .glyphs files

Project description

glyphspkg

Converter for GlyphsApp package to monolithic files.

Glyphs supports two different file formats, both of which are based on plist. One, using the suffix .glyphs, is a monolithic file, the other, using the suffix .glyphspackage, is a special folder that appears as one file on macOS.

The package variant has advantages when used in SCM systems, but some external tools only support the monolithic file format. That’s where this converter tool comes in. It can be integrated into font build workflows to convert package files before further processing.

Installation

glyphspkg is listed on PyPi, so you can install it via pip.

Usage

usage: glyphspkg [-h] [-o OUTPUT_PATH] glyphsfile [glyphsfile ...]

positional arguments:
  glyphsfile            Path to the glyphs file or package to be converted.

options:
  -h, --help            show this help message and exit
  -o OUTPUT_PATH, --output OUTPUT_PATH
                        Output path for converted files. If omitted, the file is saved next to the original.

Known issues

Only conversion from .glyphspackage to .glyphs is implemented at the moment.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

glyphspkg-0.1.10.tar.gz (487.1 kB view hashes)

Uploaded Source

Built Distribution

glyphspkg-0.1.10-py2.py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page