{"id":15359773,"url":"https://github.com/redhog/clib","last_synced_at":"2026-02-07T21:31:50.864Z","repository":{"id":19929814,"uuid":"23196326","full_name":"redhog/clib","owner":"redhog","description":null,"archived":false,"fork":false,"pushed_at":"2023-10-04T08:59:40.000Z","size":1005,"stargazers_count":1,"open_issues_count":11,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-10T04:34:57.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"8890dev/android_device_samsung_hero-common","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhog.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-08-21T17:25:50.000Z","updated_at":"2023-10-04T08:59:37.000Z","dependencies_parsed_at":"2024-10-16T04:40:59.595Z","dependency_job_id":"17b5a98b-26cc-43c3-8db6-4e67b5798cc8","html_url":"https://github.com/redhog/clib","commit_stats":{"total_commits":141,"total_committers":4,"mean_commits":35.25,"dds":"0.028368794326241176","last_synced_commit":"629c06268cbc37655a375938028397b7c8985878"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhog/clib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhog%2Fclib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhog%2Fclib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhog%2Fclib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhog%2Fclib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhog","download_url":"https://codeload.github.com/redhog/clib/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhog%2Fclib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29208705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T20:33:12.493Z","status":"ssl_error","status_checked_at":"2026-02-07T20:30:47.381Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-01T12:46:16.769Z","updated_at":"2026-02-07T21:31:50.843Z","avatar_url":"https://github.com/redhog.png","language":"HTML","funding_links":["https://svcs.sandbox.paypal.com/AdaptivePayments/Pay","https://svcs.sandbox.paypal.com/AdaptivePayments/PaymentDetails","https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_ap-payment\u0026paykey="],"categories":[],"sub_categories":[],"readme":"# Installation\n\n    virtualenv myserver\n    cd myserver\n    source bin/activate\n    \n    mkdir apps\n    cd apps\n    git clone\n    git@github.com:redhog/clib.git\n    \n    mkdir appomatic_config\n    touch appomatic_config/__init__.py\n    touch appomatic_config/__app__.py\n    echo \u003e appomatic_config/__settings__.py \u003c\u003cEOF\n    \n    import os.path\n    DATABASES = {\n        'default': {\n            'ENGINE': 'django.contrib.gis.db.backends.postgis',\n            'HOST': 'localhost',\n            'NAME': 'clib',\n            'USER': 'clib',\n            'PASSWORD': 'XXXXXXXXXXX',\n        }\n    }\n    PAYPAL_EMAIL=\"test@example.com\"\n    PAYPAL_ENDPOINTS = {\n       \"PAY\": \"https://svcs.sandbox.paypal.com/AdaptivePayments/Pay\",\n       \"PAYMENT_DETAILS\": \"https://svcs.sandbox.paypal.com/AdaptivePayments/PaymentDetails\"\n    }\n    PAYPAL_HEADERS = {\n        \"X-PAYPAL-SECURITY-USERID\": \"test_api1.example.com\",\n        \"X-PAYPAL-SECURITY-PASSWORD\": \"XXXXXXXXXXXXXXXX\",\n        \"X-PAYPAL-SECURITY-SIGNATURE\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"X-PAYPAL-APPLICATION-ID\": \"APP-80W284485P519543T\",\n        \"X-PAYPAL-REQUEST-DATA-FORMAT\": \"JSON\"\n    }\n    PAYPAL_REDIRECT=\"https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_ap-payment\u0026paykey=%(payKey)s\"\n    \n    EOF\n\n    appomatic syncdb\n    \n# Running\n\n    cd myserver\n    source bin/activate\n    appomatic runserver\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhog%2Fclib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhog%2Fclib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhog%2Fclib/lists"}