Metadata-Version: 2.4
Name: ptvis
Version: 2.0.0
Summary: Tools for visualizing data on the periodic table
Home-page: https://gitlab.com/naubuan/ptvis/
Author: naubuan
License: Apache License 2.0
Project-URL: Documentation, https://naubuan.gitlab.io/ptvis/
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: plotly>=5.0.0
Requires-Dist: wclr>=0.1.0
Dynamic: license-file

PTVis
=====

Python package for visualizing data on the periodic table.

Requirements
------------

* Python version 3.9 or later

Installation
------------

You can install PTVis by, e.g., [pip](https://pip.pypa.io/):

``` shell
python -m pip install ptvis
```

Usage
-----

See the [documentation](https://naubuan.gitlab.io/ptvis/).

License
-------

[Apache License, Version 2.0](LICENSE.txt)
