{"id":16994591,"url":"https://github.com/znerol/txexiftool","last_synced_at":"2025-09-04T09:36:56.458Z","repository":{"id":27240659,"uuid":"30712472","full_name":"znerol/txexiftool","owner":"znerol","description":"Exiftool protocol and stream endpoint plugin to be used with twisted","archived":false,"fork":false,"pushed_at":"2016-01-17T21:25:17.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-31T01:17:10.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/znerol.png","metadata":{"files":{"readme":"README.rst","changelog":null,"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":"2015-02-12T16:46:20.000Z","updated_at":"2016-01-16T22:51:58.000Z","dependencies_parsed_at":"2022-09-01T02:51:24.159Z","dependency_job_id":null,"html_url":"https://github.com/znerol/txexiftool","commit_stats":null,"previous_names":["znerol/twisted-exiftool"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/znerol/txexiftool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Ftxexiftool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Ftxexiftool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Ftxexiftool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Ftxexiftool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/znerol","download_url":"https://codeload.github.com/znerol/txexiftool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/znerol%2Ftxexiftool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273585322,"owners_count":25132317,"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","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-14T03:46:00.697Z","updated_at":"2025-09-04T09:36:56.089Z","avatar_url":"https://github.com/znerol.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"txExiftool\n==========\n\n.. image:: https://travis-ci.org/znerol/txexiftool.svg?branch=master\n    :target: https://travis-ci.org/znerol/txexiftool\n\n\nExiftool_ protocol and stream endpoint plugin to be used with twisted_.\n\n.. _Exiftool: http://www.sno.phy.queensu.ca/~phil/exiftool/\n.. _twisted: https://twistedmatrix.com/\n\n\nUsage\n-----\n\n::\n\n    from twisted.internet import defer, endpoints, protocol, reactor\n    from txexiftool import ExiftoolProtocol\n\n    @defer.inlineCallbacks\n    def test():\n        # Construct an exiftool endpoint. If the tool is installed in a custom\n        # location, specify the path to the binary as the first argument. E.g.\n        # 'exiftool:/path/to/exiftool'\n        ep = endpoints.clientFromString(reactor, 'exiftool')\n\n        # Instantiate the protocol by connecting to the endpoint\n        f = protocol.Factory.forProtocol(ExiftoolProtocol)\n        p = yield ep.connect(f)\n\n        # Run commands and retrieve results.\n        metadata = yield p.execute('-j', '/usr/share/pixmaps/gtkvim.png')\n        print metadata\n\n        # Disconnect\n        yield p.loseConnection()\n\n        reactor.stop()\n\n    reactor.callWhenRunning(test)\n    reactor.run()\n\n\nLicense\n-------\n\nThe software is subject to the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Ftxexiftool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznerol%2Ftxexiftool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznerol%2Ftxexiftool/lists"}