Metadata-Version: 2.4
Name: synthorus
Version: 1.1.0
Summary: A Python package for synthetic data generation.
Author-email: Barry Drake <barry@synthorus.org>
License-Expression: MIT
Project-URL: Homepage, https://github.com/ropeless/synthorus
Project-URL: Issues, https://github.com/ropeless/synthorus/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: compiled-knowledge
Requires-Dist: pandas
Requires-Dist: pyarrow
Requires-Dist: pyodbc
Requires-Dist: psycopg
Requires-Dist: psycopg-binary
Requires-Dist: xlsxwriter
Requires-Dist: pydantic
Dynamic: license-file

Synthorus
=========

Synthorus is a Python package for creating synthetic data.

The aim of the project is:
  - to provide a Python library for building synthetic data simulators
    based on probabilistic graphical models
  - to be efficient, flexible, and easy to use
  - to exhibit excellent design, code, and documentation
  - to support researchers and businesses wanting to explore and use 
    synthetic data.

License
=======

MIT license (see the file `LICENSE.txt`).


More Information
================

Refer to the project online documentation at
[synthorus.readthedocs.io](https://synthorus.readthedocs.io/).

The primary repository for the project is 
[github.com/ropeless/synthorus](https://github.com/ropeless/synthorus). 

The Python package is available on PyPI, see
[pypi.org/project/synthorus](https://pypi.org/project/synthorus/).

For more information email
[info@synthorus.org](mailto:info@synthorus.org).
