{"id":15009367,"url":"https://github.com/bbaovanc/liblistloader","last_synced_at":"2026-03-09T18:18:47.138Z","repository":{"id":114420807,"uuid":"248340239","full_name":"BBaoVanC/liblistloader","owner":"BBaoVanC","description":"Python library for loading word lists. Built for https://github.com/BBaoVanC/libnamegen.","archived":false,"fork":false,"pushed_at":"2022-01-13T16:46:29.000Z","size":53,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T07:42:12.796Z","etag":null,"topics":["list-manager","pip","pip3","pypi","pypi-package","pypi-source","python","python-3","python-3-6","python-3-7","python-3-8","python-library","python3","python36","python37","python38"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/liblistloader/","language":"Python","has_issues":true,"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/BBaoVanC.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}},"created_at":"2020-03-18T20:51:37.000Z","updated_at":"2022-01-13T16:46:45.000Z","dependencies_parsed_at":"2023-03-29T19:49:33.829Z","dependency_job_id":null,"html_url":"https://github.com/BBaoVanC/liblistloader","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.5,"last_synced_commit":"24eee83aabf2c0be293b752ffbbe089810f3bacf"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBaoVanC%2Fliblistloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBaoVanC%2Fliblistloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBaoVanC%2Fliblistloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BBaoVanC%2Fliblistloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BBaoVanC","download_url":"https://codeload.github.com/BBaoVanC/liblistloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243233933,"owners_count":20258361,"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":["list-manager","pip","pip3","pypi","pypi-package","pypi-source","python","python-3","python-3-6","python-3-7","python-3-8","python-library","python3","python36","python37","python38"],"created_at":"2024-09-24T19:24:45.726Z","updated_at":"2025-12-11T18:16:37.818Z","avatar_url":"https://github.com/BBaoVanC.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# liblistloader\n\n[![Build Status](https://drone.bbaovanc.com/api/badges/bbaovanc/liblistloader/status.svg)](https://drone.bbaovanc.com/bbaovanc/liblistloader)\n\n![PyPI](https://img.shields.io/pypi/v/liblistloader)\n![PyPI - License](https://img.shields.io/pypi/l/liblistloader)\n\nLibrary for loading word lists from files. Built for [libnamegen](https://git.bbaovanc.com/bbaovanc/libnamegen)\n\n## Features\n\n* Easy to use\n* Imported as module\n* Always tested before release\n* Officially supports latest two versions of Python 3\n\n---\n\n## Included word lists\n\n* `liblistloader.desiquintans_nounlist`: [The Great Noun List](http://www.desiquintans.com/nounlist) by desiquintans.com\n\n---\n\n## How to Install\n\nRun the command `pip install liblistloader`. If you want to specify a specific Python version to use for pip, use a command such as `pip3` or `pip3.8`.\n\n---\n\n## Documentation\n\n### API\n\nTo import a single list, type `import liblistloader.[word list]`. Then, you can get a list, each item being a word in the word list, by typing `liblistloader.[word list].words`.\n\nWARNING! These lists are VERY long! For example, desiquintans_nounlist is 6,801 words long! Therefore, `liblistloader.desiquintans_nounlist.words` returns a list with 6,801 items in it. I would not recommend the following code for your sanity:\n\n``` python\nimport liblistloader.desiquintans_nounlist\n\nfor word in liblistloader.desiquintans_nounlist.words:\n    print(word)\n```\n\nOutput (total 6,801 lines):\n\n``` plaintext\nATM\nCD\nSUV\nTV\naardvark\nabacus\nabbey\nabbreviation\nabdomen\n...\n```\n\n---\n\nImport all noun lists and pick a random word from a few:\n\n``` python\nimport random\nimport liblistloader\n\nprint(\"desiquintans_nounlist: \" + random.choice(liblistloader.desiquintans_nounlist.words))\n```\n\nOutput (will vary because a random word is being picked):\n\n``` plaintext\ndesiquintans_nounlist: velocity\n```\n\n---\n\n## License\n\n_liblistloader_ is licensed under the GPLv3 license. For more information, please refer to [`LICENSE`](https://git.bbaovanc.com/bbaovanc/liblistloader/src/branch/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbaovanc%2Fliblistloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbaovanc%2Fliblistloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbaovanc%2Fliblistloader/lists"}