{"id":19916833,"url":"https://github.com/srackham/rimu-py","last_synced_at":"2026-05-09T20:03:06.932Z","repository":{"id":36670503,"uuid":"229463169","full_name":"srackham/rimu-py","owner":"srackham","description":"A port of the Rimu Markup language written in the Python language.","archived":false,"fork":false,"pushed_at":"2023-02-23T19:59:44.000Z","size":196,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T23:34:30.428Z","etag":null,"topics":["asciidoc","markdown","python","rimu"],"latest_commit_sha":null,"homepage":null,"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/srackham.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2019-12-21T17:50:38.000Z","updated_at":"2022-06-03T22:18:26.000Z","dependencies_parsed_at":"2025-01-11T23:31:05.262Z","dependency_job_id":null,"html_url":"https://github.com/srackham/rimu-py","commit_stats":{"total_commits":169,"total_committers":1,"mean_commits":169.0,"dds":0.0,"last_synced_commit":"42278bea2badf01675ab27daacd95c04d01e69a7"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srackham%2Frimu-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srackham","download_url":"https://codeload.github.com/srackham/rimu-py/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241347242,"owners_count":19948120,"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":["asciidoc","markdown","python","rimu"],"created_at":"2024-11-12T21:47:45.464Z","updated_at":"2026-05-09T20:03:01.898Z","avatar_url":"https://github.com/srackham.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"A port of the [Rimu Markup language](https://srackham.github.io/rimu/) written\nin the Python language.\n\n\n## Features\nFunctionally identical to the [TypeScript\nimplementation](https://github.com/srackham/rimu) version 11.4.0.\n\n\n## Usage\nInstall from [PyPI](https://pypi.org/project/rimu/) using the Python `pip` command:\n\n    pip install rimu\n\nExample usage:\n\n``` python\nimport rimu\n\nprint(rimu.render('*Hello World*!'))\n```\n\nSee also Rimu\n[API documentation](https://srackham.github.io/rimu/reference.html#api).\n\n\n## CLI command\nThe [Rimu CLI\ncommand](https://srackham.github.io/rimu/reference.html#rimuc-command) installed\nby Pip is named `rimupy`. CLI command example:\n\n``` sh\necho 'Hello *Rimu*!' | rimupy\n```\n\nThis will output:\n\n``` html\n\u003cp\u003eHello \u003cem\u003eRimu\u003c/em\u003e!\u003c/p\u003e\n```\n\n\n## Building\nDevelopment is carried out in a Conda virtual environment so you need to have either Anaconda or Miniconda installed.\n\nBuild instructions:\n\n1. Install the source repo from Github:\n\n        git clone https://github.com/srackham/rimu-py.git\n\n2. Create the `rimu-py` Conda environment (this includes Python and all the necessary Python packages):\n\n        cd rimu-py/\n        conda env create --file environment.yaml\n\n3. Run tests and build rimu-py:\n\n        conda activate rimu-py\n        make build\n\n\n## Learn more\nRead the [documentation](https://srackham.github.io/rimu/reference.html) and experiment\nwith Rimu in the [Rimu\nPlayground](http://srackham.github.io/rimu/rimuplayground.html).\n\n\n## Implementation\n- The largely one-to-one correspondence between the canonical\n  [TypeScript code](https://github.com/srackham/rimu) and the Python code\n  eased porting and debugging.  This will also make it easier to\n  cross-port new features and bug-fixes.\n\n- All Rimu implementations share the same JSON driven test suites\n  comprising over 300 compatibility checks.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Frimu-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrackham%2Frimu-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrackham%2Frimu-py/lists"}