{"id":20595433,"url":"https://github.com/adobe-type-tools/psautohint","last_synced_at":"2025-09-08T12:31:57.344Z","repository":{"id":11121263,"uuid":"68423917","full_name":"adobe-type-tools/psautohint","owner":"adobe-type-tools","description":"A standalone version of AFDKO’s autohinter","archived":false,"fork":false,"pushed_at":"2024-05-13T06:56:02.000Z","size":2383,"stargazers_count":43,"open_issues_count":2,"forks_count":16,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-05-13T07:54:19.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adobe-type-tools.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-09-17T00:49:27.000Z","updated_at":"2024-05-20T14:08:12.867Z","dependencies_parsed_at":"2023-09-26T14:02:11.523Z","dependency_job_id":"e635120f-8c23-4b4a-963d-a95e9969b139","html_url":"https://github.com/adobe-type-tools/psautohint","commit_stats":{"total_commits":1322,"total_committers":22,"mean_commits":60.09090909090909,"dds":"0.38275340393343416","last_synced_commit":"60688b16f2ed66cc3258b9445f66080864cc2ab9"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-type-tools%2Fpsautohint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-type-tools%2Fpsautohint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-type-tools%2Fpsautohint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adobe-type-tools%2Fpsautohint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adobe-type-tools","download_url":"https://codeload.github.com/adobe-type-tools/psautohint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232308555,"owners_count":18503119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T08:13:02.027Z","updated_at":"2025-01-03T08:11:09.105Z","avatar_url":"https://github.com/adobe-type-tools.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Test and Build](https://github.com/adobe-type-tools/psautohint/workflows/Test%20and%20Build/badge.svg)\n[![Codecov](https://codecov.io/gh/adobe-type-tools/psautohint/branch/master/graph/badge.svg)](https://codecov.io/gh/adobe-type-tools/psautohint)\n[![PyPI](https://img.shields.io/pypi/v/psautohint.svg)](https://pypi.org/project/psautohint)\n[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/adobe-type-tools/psautohint.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/adobe-type-tools/psautohint/context:cpp)\n[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/adobe-type-tools/psautohint.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/adobe-type-tools/psautohint/context:python)\n[![Total alerts](https://img.shields.io/lgtm/alerts/g/adobe-type-tools/psautohint.svg?logo=lgtm\u0026logoWidth=18)](https://lgtm.com/projects/g/adobe-type-tools/psautohint/alerts/)\n\nImportant Note: `otfautohint`\n=============================\n\nThis repository is now **retired**. We have added a python port of its code to\nversion 4.0.0 of [AFDKO](https://github.com/adobe-type-tools/afdko) (to be\nreleased shortly, prerelease [here](https://github.com/adobe-type-tools/afdko/releases/tag/4.0.0a0)). There is more information\n[here](https://github.com/adobe-type-tools/afdko/blob/develop/docs/otfautohint_Notes.md).\nThe new tool can be called from the command line as `otfautohint`, allowing it\nand `psautohint` to be used at the same time during a transition period.  Please switch to\n`otfautohint` and file any new issues or PRs against that tool.\n\n(`psautohint` was split off from `AFDKO` a number of years ago for technical reasons having\nto do with code organization. The Python port resolves those issues so we are adding it\nback into AFDKO to simplify distribution of our tools.)\n\nPSAutoHint\n----------\n\nA standalone version of [AFDKO](https://github.com/adobe-type-tools/afdko)’s\nautohinter.\n\nBuilding and running\n--------------------\n\nThis repository currently consists of a core autohinter written in C, a\nPython C extension providing an interface to it, and helper Python code.\n\nTo build the C extension:\n\n    python setup.py build\n\nTo install the C extension and the helper scripts globally:\n\n    pip install -r requirements.txt .\n\nAlternatively to install them for the current user:\n\n    pip install -r requirements.txt --user .\n\nThe autohinter can be used by running:\n\n    psautohint\n\nTo build just the `autohintexe` binary:\n\n    python setup.py build_exe\n\nTesting\n-------\n\nWe have a test suite that can be run with:\n\n    pytest\n\nDebugging\n---------\n\nFor standard debugging, build with:\n\n    python setup.py build --debug\n\nIt is also possible to build a debug version with [AddressSanitizer](https://github.com/google/sanitizers/wiki/AddressSanitizer) (\"ASan\") support (currently _for Mac OS X only_)  with:\n\n    python setup.py build --asan\n    pip install .\n\nOnce it is installed, you can use the `util/launch-asan.sh` shell script to launch a Python process that invokes the ASan libraries needed for debugging. Attach Xcode the launched process, then execute code in the process that triggers memory usage problems and wait for ASan to do its magic.\n\nNOTE: be sure to build and install `psautohint` as described above; using other techniques such as `python setup.py install` will cause a re-build _without_ ASan and debug support, which won't work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe-type-tools%2Fpsautohint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadobe-type-tools%2Fpsautohint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadobe-type-tools%2Fpsautohint/lists"}