Metadata-Version: 2.1
Name: pseudopeople
Version: 0.3.2
Summary: pseudopeople is package which adds noise to simulated census-scale data using standard scientific Python tools.
Home-page: https://github.com/ihmeuw/pseudopeople
Author: The pseudopeople developers
Author-email: vivarium.dev@gmail.com
License: BSD-3-Clause
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: interactive
Provides-Extra: dev
License-File: LICENSE

============
Pseudopeople
============

Pseudopeople is a package intended to add configurable noise to a simulated
census-scale data-set written using standard scientific Python tools.

**Pseudopeople requires Python 3.7-3.10 to run**

You can install ``pseudopeople`` from PyPI with pip:

  ``> pip install pseudopeople``

or build it from source with

  ``> git clone https://github.com/ihmeuw/pseudopeople.git``

  ``> cd pseudopeople``

  ``> python setup.py install``

This will make the ``pseudopeople`` library available to python and install a
command-line executable called ``...`` that you can use to verify your
installation with

  ``> ... test``
