Metadata-Version: 2.2
Name: dtcc
Version: 0.9.2
Summary: DTCC
Author-email: Dag Wästberg <dwastberg@gmail.com>, Anders Logg <logg@chalmers.se>, Vasilis Naserentin <vasilis.naserentin@chalmers.se>, George Spaias <gspaiasa@ece.auth.gr>, Jens Olsson <jens.olsson@chalmersindustriteknik.se>, Themistoklis Arvanitis <thearva@chalmers.se>
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dtcc-core
Requires-Dist: dtcc-data
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-immaterial; extra == "docs"
Provides-Extra: viewer
Requires-Dist: dtcc-viewer; extra == "viewer"

# DTCC

DTCC is a meta package for DTCC Platform. It imports all other DTCC
packages and provides a common interface to DTCC Platform. The DTCC
package also hosts demos and common documentation.

This project is part of the
[Digital Twin Platform (DTCC Platform)](https://github.com/dtcc-platform/)
developed at the
[Digital Twin Cities Centre](https://dtcc.chalmers.se/)
supported by Sweden’s Innovation Agency Vinnova under Grant No. 2019-421 00041.

## Documentation

This project is documented as part of the
[DTCC Platform Documentation](https://platform.dtcc.chalmers.se/).

## Authors (in order of appearance)

* [Anders Logg](http://anders.logg.org)
* [Vasilis Naserentin](https://www.chalmers.se/en/Staff/Pages/vasnas.aspx)
* [Dag Wästerberg](https://chalmersindustriteknik.se/sv/medarbetare/dag-wastberg/)

## License

This project is licensed under the
[MIT license](https://opensource.org/licenses/MIT).

Copyrights are held by the individual authors as listed at the top of
each source file.

## Community guidelines

Comments, contributions, and questions are welcome. Please engage with
us through Issues, Pull Requests, and Discussions on our GitHub page.
