Metadata-Version: 2.1
Name: StarClusterPlot
Version: 0.1.1
Summary: Python package for visualizing star clusters and their Hertzsprung-Russell diagrams
Home-page: UNKNOWN
Author: Teerat Chanromyen
Author-email: teerat.nahm@gmail.com
License: MIT
Keywords: Astronomy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Provides-Extra: dev
License-File: LICENCE.txt

This is a Python library for visualizing star clusters and their Hertzsprung-Russell diagrams. 
All stars colors shown in this program are derived from their calculated temperatures.
The package includes two functions: ClusterVis() and HRDiagram(). 
The former takes one dataframe as a required input along withÂ two optional parameters to set the x and y scale of the plot. The latter simply requires one dataframe input. 

Change Log
==========

0.1.0 (2/08/2023)
-----------------
Initial Release

0.1.1 (3/08/2023)
-----------------

