{"id":17791557,"url":"https://github.com/davidak/pyzufall","last_synced_at":"2026-02-24T20:35:47.676Z","repository":{"id":42207308,"uuid":"10288585","full_name":"davidak/PyZufall","owner":"davidak","description":"Generiert zufällige Daten wie Namen, Berufe, Bandnamen, ein Datum, Sätze oder den Datensatz einer Personen","archived":false,"fork":false,"pushed_at":"2023-02-25T22:49:31.000Z","size":7591,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-17T05:44:35.244Z","etag":null,"topics":["python","zufall"],"latest_commit_sha":null,"homepage":"https://codeberg.org/davidak/pyzufall","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidak.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2013-05-25T19:15:23.000Z","updated_at":"2023-08-08T15:54:41.000Z","dependencies_parsed_at":"2024-10-27T10:59:13.550Z","dependency_job_id":"a3faf207-7b6d-4c7e-b534-18df175c7282","html_url":"https://github.com/davidak/PyZufall","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/davidak/PyZufall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2FPyZufall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2FPyZufall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2FPyZufall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2FPyZufall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidak","download_url":"https://codeload.github.com/davidak/PyZufall/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidak%2FPyZufall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29799094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T19:56:48.334Z","status":"ssl_error","status_checked_at":"2026-02-24T19:55:43.372Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","zufall"],"created_at":"2024-10-27T10:53:32.244Z","updated_at":"2026-02-24T20:35:47.643Z","avatar_url":"https://github.com/davidak.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Die Python-Bibliothek **PyZufall** beinhaltet Funktionen für das **Generieren zufälliger Daten**.\n\nDie Entwicklung begann als `Satzgenerator \u003chttp://satzgenerator.de/\u003e`_ und wird noch in diese Richtung weitergeführt. Durch die große Sammlung an Funktionen kann sie inzwischen vielfältig eingesetzt werden. So wird sie bereits von `anderen Projekten \u003chttps://pyzufall.readthedocs.org/de/latest/benutzer.html\u003e`_ verwendet, wie dem `Random VCard-Generator \u003chttps://github.com/davidak/random-vcard-generator\u003e`_.\n\n**PyZufall** ist `Freie Software \u003chttp://fsfe.org/about/basics/freesoftware.de.html\u003e`_. Der Quellcode ist Open Source und steht unter der `GPL Version 3 \u003chttp://www.gnu.org/licenses/gpl-3.0.html\u003e`_.\n\nDas `Code Repository \u003chttps://github.com/davidak/pyzufall\u003e`_ und ein `Bugtracker \u003chttps://github.com/davidak/pyzufall/issues\u003e`_ sind auf Github.\n\nJeder ist eingeladen zum Projekt beizutragen!\n\nAusführliche Informationen sind in der `Dokumentation \u003chttps://pyzufall.readthedocs.org/\u003e`_ zu finden.\n\nInstallation\n------------\n\nMit der Paketverwaltung `pip \u003chttp://www.pip-installer.org/de/latest/\u003e`_ lässt sich die neuste stabile Version installieren.\n::\n\n\t# pip install pyzufall\n\nKompatibel mit Python 2.7, Python 3.3+ sowie `PyPy \u003chttp://pypy.org/\u003e`_.\n\nVerwenden\n---------\n\nHier ein einfaches Beispiel, wie du mit **PyZufall** einen zufälligen Namen generieren kannst::\n\n\tfrom pyzufall.generator import vorname, nachname\n\tname = vorname() + ' ' + nachname()\n\tprint(name)\n\nIn der Dokumentation findest du `weitere Beispiele \u003chttps://pyzufall.readthedocs.org/de/latest/verwenden.html\u003e`_ und eine `Referenz aller Funktionen \u003chttps://pyzufall.readthedocs.org/de/latest/module.html\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fpyzufall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidak%2Fpyzufall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidak%2Fpyzufall/lists"}