Metadata-Version: 2.1
Name: sitka
Version: 0.1.2
Summary: A built environment analysis and modeling library for Python.
Home-page: https://github.com/mcneillj/sitka
Author: James McNeill
License: UNKNOWN
Keywords: simulation setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy (>=1.14.3)
Requires-Dist: pandas (>=0.23.0)
Requires-Dist: pytest (>=3.5.1)


Sitka is a built environment analysis and modeling library for Python.

This library is intended to make modeling and simulation for the built environment more hackable and easier to use for:

* Portable design tools
* Scalable web apps and services
* Quick design and analysis studies
* Interactive simulations and analyses
* Testing new models

The library is currently being written entirely in Python using [Pandas](https://pandas.pydata.org) as a core dependency in order to allow easier integration with data analysis in [Jupyter](https://jupyter.org).

A focus of this project is to create tools to make building models more hackable.  The library can be used to create a simple model just a few inputs or a larger whole building model can be created by connecting multiple objects.



