Metadata-Version: 2.1
Name: open-source-sdk
Version: 0.0.2
Summary: Template for the Python Civil Engineering library.
Author: Open Civil Engineering
Maintainer-email: Enrique García Méndez <enriquegarcia@live.nl>
License: LGPL-2.1
Project-URL: homepage, https://github.com/opencivilengineering
Project-URL: documentation, http://opencivilengineering.readthedocs.io
Keywords: Civil engineering,Material properties,Structural engineering,Structural analysis,Eurocodes,Dutch building codes
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Provides-Extra: plot
Requires-Dist: matplotlib (>=3.7.2) ; extra == 'plot'
Requires-Dist: plotly (>=5.15.0) ; extra == 'plot'
Provides-Extra: test
Requires-Dist: black (==23.7.0) ; extra == 'test'
Requires-Dist: mypy (==1.4.1) ; extra == 'test'
Requires-Dist: pylint (==2.17.5) ; extra == 'test'
Requires-Dist: pytest (==7.4.0) ; extra == 'test'
Requires-Dist: pytest-describe (==2.1.0) ; extra == 'test'
Requires-Dist: pytest-pspec (==0.0.4) ; extra == 'test'
Requires-Dist: pytest-raises (==0.11) ; extra == 'test'

# opensourcesdk

[![Python tests](https://github.com/opencivilengineering/opensourcesdk/actions/workflows/test.yaml/badge.svg)](https://github.com/opencivilengineering/opensourcesdk/actions/workflows/test.yaml)
[![codecov](https://codecov.io/gh/opencivilengineering/opensourcesdk/branch/main/graph/badge.svg?token=9Q9GOAMKNF)](https://codecov.io/gh/opencivilengineering/opensourcesdk)
[![PyPI version](https://badge.fury.io/py/open-source-sdk.svg)](https://badge.fury.io/py/open-source-sdk)

Template for the Python Civil Engineering library

