Metadata-Version: 2.1
Name: stanpy
Version: 0.2.5
Summary: Small python package for structural analysis
Home-page: https://stanpy-dev.david-zhou.org/
Author: David Zhou
Author-email: d.zhou@posteo.at
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DavidNaizheZhou/stanpy/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

.. image:: https://img.shields.io/pypi/v/stanpy.svg
        :target: https://pypi.python.org/pypi/stanpy

.. image:: https://readthedocs.org/projects/stanpy/badge/?version=latest
        :target: https://stanpy.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

********
Overview
********

Structural analysis libary in python

* Free software: MIT license

Installation
============

::

    pip install stanpy

You can also install the in-development version with::

    pip install git+ssh://git@https://github.com/davidnaizhezhou/stanpy@main

Documentation
=============


https://stanpy-dev.david-zhou.org/


Development
===========

To run all the tests run::

    tox

Note, to combine the coverage data from all the tox environments run:



