Metadata-Version: 1.1
Name: planetoids
Version: 0.1-alpha.1
Summary: Planetoids is a high level Python API for generating interactive, procedurally generated worlds from data in a pandas DataFrame.
Home-page: https://github.com/paulds8/planetoids
Author: Paul dos Santos
Author-email: paulds8@hotmail.com
License: MIT
Download-URL: https://github.com/paulds8/planetoids/archive/0.1-alpha.1.tar.gz
Description: 
        ## What is it?
        Planetoids is a high level Python API for generating interactive, procedurally generated worlds from data in a pandas DataFrame.
        
        ## What does it do?
        Currently, Planetoids is able to terraform a planet from two-dimensional data that has an optional cluster attribute. It's still very new and will be growing in capabilities, but for now the library can achieve the following when terraforming a new world:
        
        + generates somewhere in _space_ to render your creation
        + generates an ecology based on input data statistics
        + generates land masses
        	+ these land masses have 
        		+ topographic detail (contours) 
        		+ relief detail (gradients)
        + generates lighting effects in the form of a hillshade
        
        For further information please visit the Homepage in the Project links on the left.
        
Keywords: interactive,3D,plotting,world-building,data science,GIS
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
