Metadata-Version: 2.1
Name: Persinator
Version: 0.1.0
Summary: A tiny little library, that returns a list of persons out of pre-generated mock-data.
Author: EvilWeasel (Tobias Wehrle)
Author-email: <tobiaswehrle@live.de>
Keywords: python,generate,persons,person,mock,library
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: tablib

This library exposes a "PersonGenerator" class, with a method for getting up to 1000 persons, and a method for printing the same ammount to stdout. This is just a small project for learning how to publish packages. Don't expect any kind of support.
