{ "info": { "author": "Brad Smith", "author_email": "bradster@infinitewarp.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "**faker-starship** is a provider of various starship data for the [Faker](https://faker.readthedocs.io/) Python package. faker-starship pulls randomly from a static library of thousands of fictional starship names, classes, and registry numbers spanning multiple sci-fi universes.\n\n# Installation\n\nInstall with pip (or pipenv):\n\n```\npip install faker-starship\n```\n\n# Usage\n\n## Python\n\nAdd the `faker_starship.Provider` to your `faker.Faker` instance:\n\n```python\nimport faker\nimport faker_starship\nfake = faker.Faker()\nfake.add_provider(faker_starship.Provider)\n```\n\nTo get a starship name, class, or registry number from across the multiverse:\n\n```python\nprint(fake.starship_name()) # prints \"Colonial One\" or similar\nprint(fake.starship_class()) # prints \"K't'inga\" or similar\nprint(fake.starship_registry()) # prints \"ECS-222\" or similar\n```\n\nOr to limit to a specific source universe:\n\n```python\nprint(fake.starship_name(\"starwars\")) # prints \"Millennium Falcon\" or similar\nprint(fake.starship_class(\"eveonline\")) # prints \"Nyx\" or similar\nprint(fake.starship_registry(\"theorville\")) # prints \"ECV-197\" or similar\n```\n\n## Command Line\n\n```\nfaker starship_name -i faker_starship\nfaker starship_class -i faker_starship\nfaker starship_registry -i faker_starship\n```\n\n## Additional Information\n\n- License: [MIT](https://gitlab.com/infinitewarp/faker-starship/blob/master/LICENSE)\n- Releases: https://pypi.org/project/faker-starship/\n- Code: https://gitlab.com/infinitewarp/faker-starship\n- Test status: https://gitlab.com/infinitewarp/faker-starship/pipelines/?scope=branches\n- Test coverage: https://codecov.io/gl/infinitewarp/faker-starship/branch/master\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/infinitewarp/faker-starship", "keywords": "faker provider starship test data", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "faker-starship", "package_url": "https://pypi.org/project/faker-starship/", "platform": "", "project_url": "https://pypi.org/project/faker-starship/", "project_urls": { "Homepage": "https://gitlab.com/infinitewarp/faker-starship" }, "release_url": "https://pypi.org/project/faker-starship/0.0.1a1/", "requires_dist": [ "faker" ], "requires_python": "", "summary": "Provider of various starship data for the Faker Python package.", "version": "0.0.1a1" }, "last_serial": 5201451, "releases": { "0.0.1a1": [ { "comment_text": "", "digests": { "md5": "a2b3d04a111cd6af66fc4d5f332e009c", "sha256": "02b40e432907e2be4a6efc2c8a228b3a958f2a6203f5c111f118733a98043b01" }, "downloads": -1, "filename": "faker_starship-0.0.1a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2b3d04a111cd6af66fc4d5f332e009c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30808, "upload_time": "2019-04-29T03:10:31", "url": "https://files.pythonhosted.org/packages/30/7b/a5e5e81afed1388a77aae8cf246f06043719e79d8329bd24eb308cfe3cda/faker_starship-0.0.1a1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2b3d04a111cd6af66fc4d5f332e009c", "sha256": "02b40e432907e2be4a6efc2c8a228b3a958f2a6203f5c111f118733a98043b01" }, "downloads": -1, "filename": "faker_starship-0.0.1a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a2b3d04a111cd6af66fc4d5f332e009c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 30808, "upload_time": "2019-04-29T03:10:31", "url": "https://files.pythonhosted.org/packages/30/7b/a5e5e81afed1388a77aae8cf246f06043719e79d8329bd24eb308cfe3cda/faker_starship-0.0.1a1-py2.py3-none-any.whl" } ] }