{"id":40855159,"url":"https://github.com/offscale/offset","last_synced_at":"2026-01-21T23:45:01.547Z","repository":{"id":93967258,"uuid":"129765194","full_name":"offscale/offset","owner":"offscale","description":"Offset is the offscale tool for setting values (e.g.: nodes)","archived":false,"fork":false,"pushed_at":"2024-03-31T21:53:39.000Z","size":70,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-21T13:46:48.504Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/offscale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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}},"created_at":"2018-04-16T15:27:38.000Z","updated_at":"2021-12-31T16:55:45.000Z","dependencies_parsed_at":"2024-03-31T06:32:13.817Z","dependency_job_id":null,"html_url":"https://github.com/offscale/offset","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/offscale/offset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offscale%2Foffset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offscale%2Foffset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offscale%2Foffset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offscale%2Foffset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/offscale","download_url":"https://codeload.github.com/offscale/offset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/offscale%2Foffset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28646966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T21:29:11.980Z","status":"ssl_error","status_checked_at":"2026-01-21T21:24:31.872Z","response_time":86,"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":"2026-01-21T23:45:00.501Z","updated_at":"2026-01-21T23:45:01.541Z","avatar_url":"https://github.com/offscale.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"offset\n======\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech)\n![Python version range](https://img.shields.io/badge/python-2.7%20|%203.5%20|%203.6%20|%203.7%20|%203.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12%20|%203.13-blue.svg)\n[![License](https://img.shields.io/badge/license-Apache--2.0%20OR%20MIT%20OR%20CC0--1.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat\u0026labelColor=ef8336)](https://pycqa.github.io/isort)\n\nOffset is the offscale tool for setting values (e.g.: nodes). Currently just used for manually settings nodes, which can then be used by `offregister`.\n\n## Install dependencies\n\n    pip install -r requirements.txt\n\n## Install package\n\n    pip install .\n\n## Usage\n\n    usage: python -m offset [-h] (-p PASSWORD | -i IDENTITY_FILE) --dns-name HOSTNAME\n                            -u USERNAME [-n NAME] [--version] [--etcd ETCD]\n                            [--purpose PURPOSE]\n    \n    Offset CLI. Set nodes manually.\n    \n    optional arguments:\n      -h, --help            show this help message and exit\n      -p PASSWORD, --password PASSWORD\n                            Password for login\n      -i IDENTITY_FILE, --identity-file IDENTITY_FILE\n                            pem file for login\n      --dns-name HOSTNAME, --ip HOSTNAME\n                            Location of node\n      -u USERNAME, --user USERNAME\n                            Login username\n      --os OS               Operating System to store in `extra.os` property\n                            of LibCloud's `Node`. If unspecified OS is\n                            inferred from `--user`.\n      -n NAME, --name NAME  Name for node. Used for bookkeeping, and other\n                            packages may set the hostname to this.\n      --version             show program's version number and exit\n      --etcd ETCD           Server location [127.0.0.1:4001]\n      --purpose PURPOSE, --cluster PURPOSE\n                            Purpose of the node. Groups all together\n                            (hierarchically). Defaults to: 'unclustered'\n\n## License\n\nLicensed under any of:\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttps://opensource.org/licenses/MIT\u003e)\n- CC0 license ([LICENSE-CC0](LICENSE-CC0) or \u003chttps://creativecommons.org/publicdomain/zero/1.0/legalcode\u003e)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be\nlicensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffscale%2Foffset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foffscale%2Foffset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foffscale%2Foffset/lists"}