{"id":16738247,"url":"https://github.com/tonyseek/macdict","last_synced_at":"2025-04-10T12:53:03.966Z","repository":{"id":57438982,"uuid":"80554345","full_name":"tonyseek/macdict","owner":"tonyseek","description":"CLI and library to look up dictionary in macOS.","archived":false,"fork":false,"pushed_at":"2018-12-20T09:08:13.000Z","size":39,"stargazers_count":11,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-08T20:49:11.306Z","etag":null,"topics":["cli","dictionary","macos"],"latest_commit_sha":null,"homepage":"https://pypi.python.org/pypi/macdict","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonyseek.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-31T19:33:27.000Z","updated_at":"2025-04-08T15:04:23.000Z","dependencies_parsed_at":"2022-09-17T08:30:20.962Z","dependency_job_id":null,"html_url":"https://github.com/tonyseek/macdict","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fmacdict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fmacdict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fmacdict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyseek%2Fmacdict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonyseek","download_url":"https://codeload.github.com/tonyseek/macdict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248220754,"owners_count":21067381,"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":["cli","dictionary","macos"],"created_at":"2024-10-13T00:29:49.120Z","updated_at":"2025-04-10T12:53:03.936Z","avatar_url":"https://github.com/tonyseek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"|Build Status| |Coverage Status| |PyPI Version|\n\nmacdict\n=======\n\n*macdict* is a command line utility and library to look up dictionary in macOS.\n\nIt is built on the `Dictionary Services`_ (``CoreServices.framework``)\nand ctypes_. So we have a pure Python implementation without any compile-time\ndependency.\n\n\nInstallation\n------------\n\n::\n\n    $ pip install macdict\n\nor with pipsi_ for using its CLI only::\n\n    $ pipsi install macdict\n\n\nCLI Usage\n---------\n\n::\n\n    $ macdict-lookup apple\n    apple | BrE ˈap(ə)l, AmE ˈæpəl | noun (fruit) ...\n\n\nAPI Usage\n---------\n\n.. code-block:: python\n\n   from macdict import lookup_word\n\n   definition = lookup_word(u'apple')\n   print(definition)\n\n\nContributing\n------------\n\nIf you want to report bugs or request features, please feel free to open issues\nor create pull requests on GitHub_.\n\n\n.. _Dictionary Services: https://developer.apple.com/library/content/documentation/UserExperience/Conceptual/DictionaryServicesProgGuide/\n.. _ctypes: https://docs.python.org/dev/library/ctypes.html\n.. _pipsi: https://github.com/mitsuhiko/pipsi\n.. _GitHub: https://github.com/tonyseek/macdict/issues\n.. |Build Status| image:: https://img.shields.io/travis/tonyseek/macdict.svg?style=flat\n   :target: https://travis-ci.org/tonyseek/macdict\n   :alt: Build Status\n.. |Coverage Status| image:: https://img.shields.io/coveralls/tonyseek/macdict.svg?style=flat\n   :target: https://coveralls.io/r/tonyseek/macdict\n   :alt: Coverage Status\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/macdict.svg?style=flat\n   :target: https://pypi.python.org/pypi/macdict\n   :alt: PyPI Version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyseek%2Fmacdict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonyseek%2Fmacdict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyseek%2Fmacdict/lists"}