{"id":17068966,"url":"https://github.com/kgn/sparklemotion","last_synced_at":"2025-03-23T10:41:33.255Z","repository":{"id":1180357,"uuid":"1079242","full_name":"kgn/SparkleMotion","owner":"kgn","description":"Python package for creating Sparkle updates.","archived":false,"fork":false,"pushed_at":"2011-12-24T17:48:16.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T17:15:45.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kgn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-14T07:38:29.000Z","updated_at":"2013-10-04T09:37:06.000Z","dependencies_parsed_at":"2022-08-16T12:25:32.261Z","dependency_job_id":null,"html_url":"https://github.com/kgn/SparkleMotion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSparkleMotion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSparkleMotion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSparkleMotion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kgn%2FSparkleMotion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kgn","download_url":"https://codeload.github.com/kgn/SparkleMotion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245090894,"owners_count":20559296,"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-10-14T11:15:44.521Z","updated_at":"2025-03-23T10:41:33.237Z","avatar_url":"https://github.com/kgn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SparkleMotion is a python package for creating [Sparkle](http://sparkle.andymatuschak.org) updates.\n\nTo use it subclass `SparkleMotion`, set the required variables and overwrite any functions you want to format the various files and labels. \n\n``` python\nclass ChopShopUpdate(SparkleMotion):\n    urlRoot = 'http://appcast.inscopeapps.com/ChopShop/'\n    appPath = '/mercurial/projects/ChopShop/build/Release/ChopShop.app'\n    privPemPath = '/mercurial/projects/ChopShop/Sparkle/dsa_priv.pem'\n    stagingAreaPath = '/mercurial/projects/ChopShop/Sparkle/StagingArea'\n    appCastFileName = 'AppCast.xml'\n        \n    def zipFileName(self):\n        return '%s-%s.%s.zip' % (self.appName(), self.shortVersionString().split()[0], self.version())\n        \n    def releaseNotesFileName(self):\n        return '%s.%s.html' % (self.shortVersionString().split()[0], self.version())\n        \n    def updateTitle(self):\n        return 'Version %s - Build %s' % (self.shortVersionString().split('(')[0], self.version())\n        \n    def defaultNote(self):\n        return '''\n        \u003cul\u003e\n\t       \u003cli\u003e\n\t           \u003ch1\u003eSweet new feature\u003c/h1\u003e\n\t           \u003cspan\u003eThis new feature is going to rock!\u003c/span\u003e\n\t       \u003c/li\u003e\n\t   \u003c/ul\u003e\n\t   '''\n        \nChopShopUpdate().run()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgn%2Fsparklemotion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkgn%2Fsparklemotion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkgn%2Fsparklemotion/lists"}