{"id":20244284,"url":"https://github.com/protonmail/pyprotonrebar","last_synced_at":"2026-02-08T13:33:49.809Z","repository":{"id":223507198,"uuid":"760444361","full_name":"ProtonMail/pyprotonrebar","owner":"ProtonMail","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-21T14:15:03.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-04-22T19:57:43.496Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProtonMail.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.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,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-20T12:39:40.000Z","updated_at":"2024-08-21T14:15:07.000Z","dependencies_parsed_at":"2024-03-11T11:55:43.721Z","dependency_job_id":null,"html_url":"https://github.com/ProtonMail/pyprotonrebar","commit_stats":null,"previous_names":["protonmail/pyprotonrebar"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fpyprotonrebar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fpyprotonrebar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fpyprotonrebar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProtonMail%2Fpyprotonrebar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProtonMail","download_url":"https://codeload.github.com/ProtonMail/pyprotonrebar/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252868959,"owners_count":21816945,"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-11-14T09:14:02.878Z","updated_at":"2026-02-08T13:33:49.749Z","avatar_url":"https://github.com/ProtonMail.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nOverview\n========\n\nInteract with the RackN Digital Rebar API (in a way that's useful *to\nus*).\n\n* Free software: Apache Software License 2.0\n\nInstallation\n============\n\n::\n\n    pip install pyprotonrebar\n\nYou can also install the in-development version with::\n\n    pip install git+ssh://git@github.com/ProtonMail/pyprotonrebar.git@main\n\nDocumentation\n=============\n\n\nWhile primarily intended as common code for\nhttps://github.com/ProtonMail/proton.rackndr, it can also be used as is.\n\nFor example, to use the project to create a new Param:\n\n.. code-block:: python\n\n    import pyprotonrebar.pyrackndr\n    TOKEN = pyprotonrebar.pyrackndr.fetch_token_requests(\n        'superuser',\n        'user:pass',\n        'https://localhost:8092')\n    AUTH = TOKEN['header']\n\n    rebar_object = pyprotonrebar.pyrackndr.RackNDr(\n        'https://localhost:8092',\n        AUTH,\n        'params')\n\n    data = pyprotonrebar.CONSTANTS['params'].copy()\n    data['Description'] = 'new-param description goes here'\n    data['Documentation'] = 'new-param documentation goes here'\n    data['Name'] = 'new-param'\n    data['Secure'] = False\n    data['Schema'] = {\n      'type': 'string',\n      'default': 'hello'\n    }\n\n    rebar_object.create(data)\n\n\nDevelopment\n===========\n\nTo run all the tests run::\n\n    tox\n\nNote, to combine the coverage data from all the tox environments run:\n\n.. list-table::\n    :widths: 10 90\n    :stub-columns: 1\n\n    - - Windows\n      - ::\n\n            set PYTEST_ADDOPTS=--cov-append\n            tox\n\n    - - Other\n      - ::\n\n            PYTEST_ADDOPTS=--cov-append tox\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fpyprotonrebar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotonmail%2Fpyprotonrebar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotonmail%2Fpyprotonrebar/lists"}