Metadata-Version: 2.1
Name: anabel
Version: 0.0.0
Summary: Object oriented finite element analysis.
Home-page: https://github.com/claudioperez/anabel
Author: Claudio M. Perez
Author-email: claudio_perez@berkeley.edu
License: UNKNOWN
Project-URL: Changelog, https://github.com/claudioperez/anabel/blob/master/CHANGELOG.md
Project-URL: Issue Tracker, https://github.com/claudioperez/anabel/issues
Description: 
        <h1><img src="docs/img/emtec-4.png" alt="" width=100></img>anabel</h1>
        
        Object oriented framework for matrix structural analysis in Python.
        
        -------------------------------------
        
        [![PyPI Version][pypi-v-image]][pypi-v-link]
        [![Commits since latest release][gh-image]][gh-link]
        [![Code Style: Black][black-shield]]()
        [![Documentation](https://img.shields.io/badge/documentation-blue)](https://claudioperez.github.io/anabel/)
        
        
        ## Installation
        
        
        ## Documentation
        
        The following additional dependencies are required to build the documentation:
        
        - [Pandoc](https://pandoc.org/)
        - Elstir (`pip install elstir`)
        
        
        [black-shield]: https://img.shields.io/badge/code%20style-black-000000.svg
        
        [pypi-v-image]: https://img.shields.io/pypi/v/anabel.svg
        [pypi-v-link]: https://pypi.org/project/anabel/
        
        [gh-link]: https://github.com/claudioperez/anabel/compare/0.0.0...master
        [gh-image]: https://img.shields.io/github/commits-since/claudioperez/anabel/0.0.0?style=social
        
        
        # Changelog
        
        ## 0.0.0 (2020-12-25)
        
        - First release on PyPI.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: shellcomplete
Provides-Extra: tensorflow
Provides-Extra: jax
Provides-Extra: backends
