Metadata-Version: 2.4
Name: pseudopeople
Version: 1.2.6
Summary: pseudopeople generates realistic simulated data about a fictional United States population, designed for use in testing entity resolution (record linkage) methods or other data science algorithms at scale.
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 :: BSD License
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
License-File: LICENSE
Requires-Dist: vivarium_dependencies[numpy_lt_2,pandas,pyarrow,pyyaml]
Requires-Dist: vivarium_build_utils<2.0.0,>=1.1.0
Requires-Dist: vivarium>=1.2.0
Requires-Dist: tqdm
Requires-Dist: layered_config_tree>=1.0.1
Provides-Extra: docs
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: dask[dataframe,distributed]; extra == "test"
Provides-Extra: interactive
Requires-Dist: vivarium_dependencies[jupyter]; extra == "interactive"
Provides-Extra: dev
Requires-Dist: vivarium_dependencies[ipython,matplotlib,sphinx,sphinx-click]; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: dask[dataframe,distributed]; extra == "dev"
Requires-Dist: vivarium_dependencies[jupyter]; extra == "dev"
Requires-Dist: vivarium_dependencies[lint]; extra == "dev"
Provides-Extra: dask
Requires-Dist: dask[dataframe,distributed]; extra == "dask"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

============
pseudopeople
============

pseudopeople is a Python package that generates realistic simulated data about a
fictional United States population, designed for use in testing entity resolution
(record linkage) methods or other data science algorithms at scale.

**pseudopeople requires Python 3.10-3.11 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``

Documentation
======================
You can view documentation at https://pseudopeople.readthedocs.io/en/latest/

To receive updates about this software package `join the mailing list
here
<https://mailman11.u.washington.edu/mailman/listinfo/pseudopeople-users>`_.
