{"id":15442926,"url":"https://github.com/sfischer13/python-lorem","last_synced_at":"2025-04-15T11:03:24.224Z","repository":{"id":49549888,"uuid":"61072225","full_name":"sfischer13/python-lorem","owner":"sfischer13","description":":snake: Python library for the generation of random text that looks like Latin","archived":false,"fork":false,"pushed_at":"2021-06-15T01:04:40.000Z","size":17,"stargazers_count":29,"open_issues_count":3,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-18T13:16:54.198Z","etag":null,"topics":["generator","ipsum","library","lorem","placeholder","python","python-3","random-text"],"latest_commit_sha":null,"homepage":"","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/sfischer13.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.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}},"created_at":"2016-06-13T21:52:06.000Z","updated_at":"2024-10-11T15:24:35.000Z","dependencies_parsed_at":"2022-09-06T07:01:48.602Z","dependency_job_id":null,"html_url":"https://github.com/sfischer13/python-lorem","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfischer13%2Fpython-lorem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfischer13%2Fpython-lorem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfischer13%2Fpython-lorem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfischer13%2Fpython-lorem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfischer13","download_url":"https://codeload.github.com/sfischer13/python-lorem/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249058365,"owners_count":21205910,"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":["generator","ipsum","library","lorem","placeholder","python","python-3","random-text"],"created_at":"2024-10-01T19:31:51.552Z","updated_at":"2025-04-15T11:03:24.199Z","avatar_url":"https://github.com/sfischer13.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"====================\nPython Lorem Package\n====================\n\n.. image:: https://img.shields.io/pypi/v/lorem.svg\n        :target: https://pypi.python.org/pypi/lorem\n\n.. image:: https://img.shields.io/travis/sfischer13/python-lorem.svg\n        :target: https://travis-ci.org/sfischer13/python-lorem\n\n\nSummary\n-------\n\nGenerator for random text that looks like Latin.\n\nSimple Example\n--------------\n\n.. code:: python\n\n    import lorem\n    \n    s = lorem.sentence()  # 'Eius dolorem dolorem labore neque.'\n    p = lorem.paragraph()\n    t = lorem.text()\n\nComplex Example\n---------------\n\n.. code:: python\n\n    from lorem.text import TextLorem\n    \n    # separate words by '-'\n    # sentence length should be between 2 and 3\n    # choose words from A, B, C and D\n    lorem = TextLorem(wsep='-', srange=(2,3), words=\"A B C D\".split())\n    \n    s1 = lorem.sentence()  # 'C-B.'\n    s2 = lorem.sentence()  # 'C-A-C.'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfischer13%2Fpython-lorem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfischer13%2Fpython-lorem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfischer13%2Fpython-lorem/lists"}