{"id":21806379,"url":"https://github.com/svilborg/simplerestler","last_synced_at":"2025-03-21T07:45:00.372Z","repository":{"id":17891728,"uuid":"20840588","full_name":"svilborg/simplerestler","owner":"svilborg","description":"Simple reStructuredText Builder","archived":false,"fork":false,"pushed_at":"2014-06-21T12:39:06.000Z","size":280,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T04:27:48.941Z","etag":null,"topics":["library","markup","python","restructured-text"],"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/svilborg.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}},"created_at":"2014-06-14T19:53:58.000Z","updated_at":"2019-07-12T11:24:51.000Z","dependencies_parsed_at":"2022-09-03T15:12:18.768Z","dependency_job_id":null,"html_url":"https://github.com/svilborg/simplerestler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fsimplerestler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fsimplerestler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fsimplerestler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svilborg%2Fsimplerestler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svilborg","download_url":"https://codeload.github.com/svilborg/simplerestler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244759899,"owners_count":20505712,"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":["library","markup","python","restructured-text"],"created_at":"2024-11-27T12:19:17.013Z","updated_at":"2025-03-21T07:45:00.338Z","avatar_url":"https://github.com/svilborg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Simple reStler\n==============\n\nSimple reStructuredText Builder - A small python library for building reStructuredText \n\nExample :\n\n```python\n\n    import simplerestler\n    \n    \n    doc = simplerestler.Document()\n\n    doc.title(\"Title\")\n    doc.title(\"Subtitle\", \"=\")\n    doc.ul(\"One\", \"Two\", \"Three\")\n    doc.ol(\"One\", \"Two\", \"Three\")\n\n    doc.hr()\n\n    doc.p(\"\u003cb\u003eLorem ipsum\u003c/b\u003e dolor sit amet, consectetur adipisicing \u003cem\u003eelit\u003c/em\u003e, \" + \n        \"sed do eiusmod tempor \" +\n        \"incididunt ut labore et dolore magna aliqua.\u003cbr/\u003e Ut enim ad minim veniam ..\")\n\n    doc.pre(\"Same as      here \")\n\n    doc.flist(title=\"Book Z\", author=\"JJ Brown\")\n\n    doc.image(src=\"https://avatars2.githubusercontent.com/u/2757518\", height=\"40pt\", alt=\"Icon\")\n\n    \n    doc.link(href=\"http://google.com\", text=\"G00g1e\")\n\n    doc.directive(type=\"math\", text=\"10*x + 12*y = z\")\n\n\n    doc.directive(type=\"sidebar\", title=\"News\", subtitle=\"Sport\", text=\"Gooool!\")\n\n    if printable :\n       print doc\n    else :\n       doc.save(\"/tmp/example.html\")\n    \n    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvilborg%2Fsimplerestler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvilborg%2Fsimplerestler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvilborg%2Fsimplerestler/lists"}