Searched +full:requirements +full:- +full:fonttools (Results 1 – 13 of 13) sorted by relevance
| /external/fonttools/Doc/source/ |
| D | index.rst | 8 fontTools Docs 12 ----- 14 fontTools is a family of libraries and utilities for manipulating fonts in Python. 16 The project has an `MIT open-source license <https://github.com/fonttools/fonttools/blob/main/LICEN… 19 ------------ 23 fontTools requires `Python <http://www.python.org/download/>`_ 3.8 or later. 27 pip install fonttools 29 See the Optional Requirements section below for details about module-specific dependencies that mus… 32 --------- 34 fontTools installs four command-line utilities: [all …]
|
| /external/fonttools/ |
| D | MANIFEST.in | 6 include fonttools 10 include Lib/fontTools/ttLib/tables/table_API_readme.txt 12 include *requirements.txt 16 recursive-include Lib/fontTools py.typed 22 recursive-include .travis *.sh 24 recursive-include Icons *.png *.pdf 28 include Doc/docs-requirements.txt 31 recursive-include Doc/man/man1 *.1 32 recursive-include Doc/source *.py *.rst 34 recursive-include Tests *.py *.ttx *.otx *.fea *.feax [all …]
|
| D | tox.ini | 3 envlist = lint, py3{8,9,10,11,12}-cov, htmlcov 10 # We need this to be able to install skia-pathops on Linux, which uses a 12 # https://github.com/tox-dev/tox/issues/791#issuecomment-518713438 14 # building lxml from source takes too long on CI, force it to download pre-compiled 15 # wheel or fail if none is found with --only-binary=lxml 16 install_command = python -m pip install --only-binary=lxml {opts} {packages} 20 pytest-randomly 21 # add -noextra to tox -e to skip installing extras and only test the core fonttools 22 !noextra: -rrequirements.txt 24 cy: python -c "from fontTools.cu2qu.cu2qu import COMPILED; assert COMPILED" [all …]
|
| D | README.rst | 6 | fontTools is a library for manipulating fonts, written in Python. The 10 Mac-specific formats. The project has an `MIT open-source 14 `User documentation <https://fonttools.readthedocs.io/en/latest/>`_ and 15 `developer documentation <https://fonttools.readthedocs.io/en/latest/developer.html>`_ 16 are available at `Read the Docs <https://fonttools.readthedocs.io/>`_. 21 FontTools requires `Python <http://www.python.org/download/>`__ 3.8 23 NumPy (see `NEP 29 <https://numpy.org/neps/nep-0029-deprecation_policy.html>`__). 30 pip install fonttools 40 # download the source code to 'fonttools' folder 41 git clone https://github.com/fonttools/fonttools.git [all …]
|
| D | NEWS.rst | 1 4.49.0 (released 2024-02-15) 2 ---------------------------- 4 - [otlLib] Add API for building ``MATH`` table (#3446) 6 4.48.1 (released 2024-02-06) 7 ---------------------------- 9 - Fixed uploading wheels to PyPI, no code changes since v4.48.0. 11 4.48.0 (released 2024-02-06) 12 ---------------------------- 14 - [varLib] Do not log when there are no OTL tables to be merged. 15 - [setup.py] Do not restrict lxml<5 any more, tests pass just fine with lxml>=5. [all …]
|
| /external/harfbuzz_ng/.ci/ |
| D | requirements-fonttools.txt | 2 # This file is autogenerated by pip-compile with Python 3.10 5 # pip-compile --generate-hashes .ci/requirements-fonttools.in 7 fonttools==4.43.1 \ 8 --hash=sha256:10003ebd81fec0192c889e63a9c8c63f88c7d72ae0460b7ba0cd2a1db246e5ad \ 9 --hash=sha256:10b3922875ffcba636674f406f9ab9a559564fdbaa253d66222019d569db869c \ 10 --hash=sha256:13a9a185259ed144def3682f74fdcf6596f2294e56fe62dfd2be736674500dba \ 11 --hash=sha256:17dbc2eeafb38d5d0e865dcce16e313c58265a6d2d20081c435f84dc5a9d8212 \ 12 --hash=sha256:18a2477c62a728f4d6e88c45ee9ee0229405e7267d7d79ce1f5ce0f3e9f8ab86 \ 13 --hash=sha256:18eefac1b247049a3a44bcd6e8c8fd8b97f3cad6f728173b5d81dced12d6c477 \ 14 --hash=sha256:1952c89a45caceedf2ab2506d9a95756e12b235c7182a7a0fff4f5e52227204f \ [all …]
|
| D | requirements.txt | 2 # This file is autogenerated by pip-compile with Python 3.10 5 # pip-compile --generate-hashes .ci/requirements.in 7 fonttools==4.43.1 \ 8 --hash=sha256:10003ebd81fec0192c889e63a9c8c63f88c7d72ae0460b7ba0cd2a1db246e5ad \ 9 --hash=sha256:10b3922875ffcba636674f406f9ab9a559564fdbaa253d66222019d569db869c \ 10 --hash=sha256:13a9a185259ed144def3682f74fdcf6596f2294e56fe62dfd2be736674500dba \ 11 --hash=sha256:17dbc2eeafb38d5d0e865dcce16e313c58265a6d2d20081c435f84dc5a9d8212 \ 12 --hash=sha256:18a2477c62a728f4d6e88c45ee9ee0229405e7267d7d79ce1f5ce0f3e9f8ab86 \ 13 --hash=sha256:18eefac1b247049a3a44bcd6e8c8fd8b97f3cad6f728173b5d81dced12d6c477 \ 14 --hash=sha256:1952c89a45caceedf2ab2506d9a95756e12b235c7182a7a0fff4f5e52227204f \ [all …]
|
| D | requirements.in | 1 -r requirements-fonttools.in
|
| /external/fonttools/Doc/ |
| D | README.md | 1 # fontTools Documentation 3 The fontTools project documentation updates continuously on Read the Docs as the project source cha… 5 The documentation is hosted at https://fonttools.readthedocs.io/. 9 - [How to Build Local Documentation](#how-to-build-local-documentation) 10 - [Contributing to the fontTools Documentation](#contributing-to-the-documentation) 11 - [Documentation License](#documentation-license) 17 …and the `pip` Python package manager installed on your system to build the fontTools documentation. 19 …fontTools project source files, create a Python virtual environment, and then install fontTools an… 22 $ pip install -e .[all] 23 $ pip install -r Doc/docs-requirements.txt [all …]
|
| /external/harfbuzz_ng/.github/workflows/ |
| D | msys2-ci.yml | 14 runs-on: windows-latest 17 fail-fast: false 20 - MSYSTEM: MINGW32 22 - MSYSTEM: MINGW64 28 # see https://github.com/msys2/MINGW-packages/issues/11864 35 - name: Checkout 37 - name: Setup MSYS2 38 uses: msys2/setup-msys2@cf96e00c0aab3788743aaf63b64146f0d383cee9 # v2 42 install: >- 43 mingw-w64-${{ matrix.MSYS2_ARCH }}-cairo [all …]
|
| /external/harfbuzz_ng/ |
| D | generate_notice.py | 7 from fontTools import ttLib 38 "perf/texts/en-words.txt", 41 "test/fuzzing/fonts/sbix-extents.ttf", 50 ".ci/build-win32.sh", 51 ".ci/build-win64.sh", 52 ".ci/deploy-docs.sh", 54 ".ci/requirements-fonttools.in", 55 ".ci/requirements-fonttools.txt", 56 ".ci/requirements.in", 57 ".ci/requirements.txt", [all …]
|
| /external/fonttools/Lib/fontTools/varLib/ |
| D | __init__.py | 2 Module for dealing with 'gvar'-style font variations, also known as run-time 9 ttf-interpolatable files for the masters and build a variable-font from 10 them. Such ttf-interpolatable and designspace files can be generated from 11 a Glyphs source, eg., using noto-source as an example: 13 $ fontmake -o ttf-interpolatable -g NotoSansArabic-MM.glyphs 15 Then you can make a variable-font this way: 17 $ fonttools varLib master_ufo/NotoSansArabic.designspace 23 from fontTools.misc.vector import Vector 24 from fontTools.misc.roundTools import noRound, otRound 25 from fontTools.misc.fixedTools import floatToFixed as fl2fi [all …]
|
| /external/python/cpython3/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 2 "last_update": "2020-01-17 15:34:44", 24 "project": "python-dateutil" 124 "project": "pyasn1-modules" 140 "project": "google-api-core" 156 "project": "google-auth" 168 "project": "google-cloud-core" 176 "project": "googleapis-common-protos" 200 "project": "more-itertools" 204 "project": "awscli-cwlogs" 240 "project": "requests-oauthlib" [all …]
|