{"id":18965849,"url":"https://github.com/wso2/docs-ob-toolkit-berlin","last_synced_at":"2025-10-08T05:32:58.263Z","repository":{"id":39290877,"uuid":"428187587","full_name":"wso2/docs-ob-toolkit-berlin","owner":"wso2","description":"This repository contains the source code for WSO2 Open Banking Toolkit - Berlin documentation.","archived":false,"fork":false,"pushed_at":"2025-02-20T05:35:12.000Z","size":19645,"stargazers_count":33,"open_issues_count":0,"forks_count":8,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-04-15T11:40:07.906Z","etag":null,"topics":["documentation","mkdocs","open-banking"],"latest_commit_sha":null,"homepage":"https://berlin.ob.docs.wso2.com/","language":"CSS","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/wso2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-15T08:50:42.000Z","updated_at":"2025-02-20T05:35:16.000Z","dependencies_parsed_at":"2024-02-20T12:46:41.200Z","dependency_job_id":"a4d56cfa-fb17-415e-97ed-189e5d0c001b","html_url":"https://github.com/wso2/docs-ob-toolkit-berlin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wso2/docs-ob-toolkit-berlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wso2%2Fdocs-ob-toolkit-berlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wso2%2Fdocs-ob-toolkit-berlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wso2%2Fdocs-ob-toolkit-berlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wso2%2Fdocs-ob-toolkit-berlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wso2","download_url":"https://codeload.github.com/wso2/docs-ob-toolkit-berlin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wso2%2Fdocs-ob-toolkit-berlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278892283,"owners_count":26063967,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["documentation","mkdocs","open-banking"],"created_at":"2024-11-08T14:33:22.236Z","updated_at":"2025-10-08T05:32:58.243Z","avatar_url":"https://github.com/wso2.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextGenPSD2 Reference Toolkit Documentation\n\nThis repository contains the source code for WSO2 Open Banking Toolkit - Berlin documentation\n\n|  Branch | Build Status |\n| :------------ |:------------- \n| master      | [![Build Status](https://wso2.org/jenkins/view/Dashboard/job/docs/job/docs-ob-toolkit-berlin/badge/icon)](https://wso2.org/jenkins/view/Dashboard/job/docs/job/docs-ob-toolkit-berlin/) |\n\n## Prerequisites\n\nTo run the project locally, it requires [python](https://www.python.org/downloads/) \u0026 [pip](https://pypi.org/project/pip/).\n\n### Install Python\n\nCheck if you already have Python installed by running the following command.\n\n```bash\n$ python --version\nPython 2.7.10\n```\n\nIf you receive a response similar to the one shown above, `Python 2.7.10` is your default version.\n\nYou should also check if you have Python 3 installed. \n\n```bash\n$ python3 --version\nPython 3.8.0\n```\n\nIf you don't seem to have `Python` installed, grab the latest release from the [official downloads page](https://www.python.org/downloads/).\n\n### Install pip\n\npip is already installed if you are using Python 2 \u003e=2.7.9 or Python 3 \u003e=3.4 downloaded from [python.org](https://www.python.org/) or if you are working in a [Virtual Environment](https://packaging.python.org/tutorials/installing-packages/#creating-and-using-virtual-environments) created by [virtualenv](https://packaging.python.org/key_projects/#virtualenv) or [pyvenv](https://packaging.python.org/key_projects/#venv). Just make sure to [upgrade pip](https://pip.pypa.io/en/stable/installing/#upgrading-pip).\n\n#### Installing with get-pip.py\n\nTo install pip with `curl`, execute the following command. Alternatively you can download `get-pip.py` by clicking [here](https://bootstrap.pypa.io/get-pip.py). \n\n```bash\n$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n```\n\nThen run the following command in the folder where you have downloaded get-pip.py\n\n```bash\n$ python get-pip.py\n```\n\n## Run project locally (Dev Mode)\n\n**Clone the repo**\n\n```bash\n$ git clone https://github.com/wso2/docs-ob-toolkit-berlin.git\n```\n\n**Install the dependencies**\n\n```bash\n$ cd docs-ob-toolkit-berlin \u0026\u0026 pip install -r requirements.txt\n```\n\n**Run mkdocs**\n\nExecute the following command from inside the `\u003cLang folder\u003e`.\n\n```bash\n$ cd en \u0026\u0026 mkdocs serve\n```\n\n## License\n\nLicenses this source under the Apache License, Version 2.0 ([LICENSE](LICENSE)), You may not use this file except in compliance with the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwso2%2Fdocs-ob-toolkit-berlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwso2%2Fdocs-ob-toolkit-berlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwso2%2Fdocs-ob-toolkit-berlin/lists"}