Metadata-Version: 2.2
Name: xslope
Version: 0.1.9
Summary: Slope stability analysis (limit equilibrium and FEM) in Python.
Author: Norman L. Jones
Project-URL: Homepage, https://github.com/njones61/xslope
Project-URL: Documentation, https://xslope.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/njones61/xslope
Project-URL: Issues, https://github.com/njones61/xslope/issues
Keywords: slope,stability,geotechnical,FEM,limit equilibrium
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: shapely
Requires-Dist: openpyxl
Provides-Extra: fem
Requires-Dist: gmsh; extra == "fem"

# xslope
Python package for limit equilibrium slope stability analysis

## License

This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.

## Copyright

Copyright 2025 Norman L. Jones

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

