2022-04-25 15:30:54 +05:30
|
|
|
[metadata]
|
|
|
|
name = damask
|
|
|
|
version = file: damask/VERSION
|
|
|
|
author = The DAMASK team
|
|
|
|
author_email = damask@mpie.de
|
|
|
|
url = https://damask.mpie.de
|
|
|
|
description = DAMASK processing tools
|
|
|
|
long_description = Pre- and post-processing tools for DAMASK
|
|
|
|
license: AGPL3
|
|
|
|
classifiers =
|
|
|
|
Intended Audience :: Science/Research
|
|
|
|
Topic :: Scientific/Engineering
|
|
|
|
Programming Language :: Python :: 3
|
|
|
|
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
|
|
|
|
Operating System :: OS Independent
|
|
|
|
|
|
|
|
[options]
|
2022-05-02 21:30:21 +05:30
|
|
|
packages = find:
|
2022-04-25 15:30:54 +05:30
|
|
|
include_package_data = true
|
|
|
|
python_requires = >= 3.8
|
|
|
|
install_requires =
|
|
|
|
importlib-metadata; python_version<"3.8"
|
2022-04-25 18:28:15 +05:30
|
|
|
pandas; python_version<="0.24" # requires numpy
|
|
|
|
numpy; python_version<="1.17" # needed for default_rng
|
2022-04-25 15:30:54 +05:30
|
|
|
scipy; python_version<="1.2"
|
2022-04-25 18:28:15 +05:30
|
|
|
h5py; python_version<="2.9" # requires numpy
|
2022-04-25 15:30:54 +05:30
|
|
|
vtk; python_version<="8.1"
|
2022-04-25 18:28:15 +05:30
|
|
|
matplotlib; python_version<="3.0" # requires numpy, pillow
|
2022-04-25 15:30:54 +05:30
|
|
|
pyyaml; python_version<="3.12"
|
|
|
|
setup_requires = setuptools
|