{"id":37075774,"url":"https://github.com/reubano/swutils","last_synced_at":"2026-01-14T08:55:03.154Z","repository":{"id":57472792,"uuid":"45409907","full_name":"reubano/swutils","owner":"reubano","description":"ScraperWiki box utility library","archived":true,"fork":false,"pushed_at":"2016-01-07T09:12:27.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T17:08:47.781Z","etag":null,"topics":["data","library"],"latest_commit_sha":null,"homepage":"","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/reubano.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-02T17:21:02.000Z","updated_at":"2023-01-28T18:29:58.000Z","dependencies_parsed_at":"2022-08-31T01:24:49.396Z","dependency_job_id":null,"html_url":"https://github.com/reubano/swutils","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/reubano/swutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubano%2Fswutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubano%2Fswutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubano%2Fswutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubano%2Fswutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reubano","download_url":"https://codeload.github.com/reubano/swutils/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reubano%2Fswutils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["data","library"],"created_at":"2026-01-14T08:55:01.498Z","updated_at":"2026-01-14T08:55:03.135Z","avatar_url":"https://github.com/reubano.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# swutils\n\n## Introduction\n\nswutils is a Python library for interacting with [ScraperWiki](https://scraperwiki.com/products/data-science-platform) boxes.\n\nWith swutils, you can\n\n- Schedule jobs to run on daily basis\n- Get email notifications if a job fails\n- and much more...\n\n## Requirements\n\nswutils has been tested on the following configuration:\n\n- MacOS X 10.9.5\n- Python 2.7.10\n\nswutils requires the following in order to run properly:\n\n- [Python \u003e= 2.7](http://www.python.org/download) (MacOS X comes with python preinstalled)\n\n## Installation\n\n(You are using a [virtualenv](http://www.virtualenv.org/en/latest/index.html), right?)\n\n    pip install swutils\n\n## Usage\n\n```python\nimport swutils\n\njob = lambda: 'Code to update SW database'\nexc_handler = swutils.ExceptionHandler('reubano@gmail.com').handler\nswutils.run_or_schedule(job, True, exc_handler)\n```\n\n## Scripts\n\nswutils comes with a built in task manager `manage.py` and a `Makefile`.\n\n### Setup\n\n    pip install -r dev-requirements.txt\n\n### Examples\n\n*Run python linter and nose tests*\n\n```bash\nmanage lint\nmanage test\n```\n\nOr if `make` is more your speed...\n\n```bash\nmake lint\nmake test\n```\n\n## Contributing\n\nView [CONTRIBUTING.rst](https://github.com/reubano/swutils/blob/master/CONTRIBUTING.rst)\n\n## License\n\nswutils is distributed under the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubano%2Fswutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freubano%2Fswutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freubano%2Fswutils/lists"}