Font file and OpenType table size reporting tool
Project description
font-size
About
font-size is a Python 3.6+ command line executable tool that reports *.otf, *.ttf, *.woff, and *.woff2 file and individual OpenType table sizes in a clean tabular format.
Installation
font-size
requires a Python 3.6+ interpreter and runs on Linux distros, macOS, and Windows.
Installation in a Python3 virtual environment is recommended as dependencies are pinned to versions that are confirmed to work with this project.
Use any of the following installation approaches:
pip install from PyPI
$ pip3 install font-size
pip install from source
$ git clone https://github.com/source-foundry/font-size.git
$ cd font-size
$ pip3 install .
Developer install from source
The following approach installs the project and associated optional developer dependencies so that source changes are available without the need for re-installation.
$ git clone https://github.com/source-foundry/font-size.git
$ cd font-size
$ pip3 install --ignore-installed -r requirements.txt -e ".[dev]"
Usage
$ font-size [FONT PATH 1] [FONT PATH 2] ... [FONT PATH ...]
Issues
Please report issues on the project issue tracker.
Contributing
Contributions are welcome. A development dependency environment can be installed in editable mode with the developer installation documentation above.
Please use the standard Github pull request approach to propose source changes.
Source file linting
Python source files are linted with flake8
. See the Makefile test-lint
target for details.
Testing
The project runs continuous integration testing on GitHub Actions runners with the pytest
testing toolchain. Test modules are located in the tests
directory of the repository.
Local testing by Python interpreter version can be performed with the following command executed from the root of the repository:
$ tox -e [PYTHON INTERPRETER VERSION]
Please see the tox
documentation for additional details.
Test coverage
Unit test coverage is executed with the coverage
tool. See the Makefile test-coverage
target for details.
Acknowledgments
⚡ Powered by these fantastic free tools:
License
Copyright 2021 Source Foundry Authors and Contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file font-size-0.1.2.tar.gz
.
File metadata
- Download URL: font-size-0.1.2.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a50320f57c8e5c9d0f6b675f20a2b1b02b77ab46bbbd635334553ea5faae47de |
|
MD5 | b3bcf92a09a45e14c172b45d122fc2ff |
|
BLAKE2b-256 | 2f871072186eaa0d888f5989a5c32188306df9a10e89276a424f0425ed65b404 |
File details
Details for the file font_size-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: font_size-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb912afad533d29fa4d50d496a4cd2542e33fb57dca127bf68eeb43a90c296a7 |
|
MD5 | 90597b81a527f37e95cc45a10ec5efc6 |
|
BLAKE2b-256 | 2af4052896581bd105da1c60e472020569ceec70f0888c7db4e435864025418e |