[metadata] name = tfields version = attr: tfields.__version__ url = https://gitlab.mpcdf.mpg.de/dboe/tfields author = Daniel Böckenhoff author_email = dboe@ipp.mpg.de # find the full list of possible classifiers at https://pypi.org/classifiers/ classifiers = Development Status :: 3 - Alpha License :: OSI Approved :: MIT License Programming Language :: Python Programming Language :: Python :: 3 Programming Language :: Python :: 3.2 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 license = MIT License license_files = LICENSE.rst description = Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation. long_description = file: README.rst, LICENSE.rst long_description_content_type = text/x-rst keywords = tensors, tensor-fields, graphs, mesh, numpy, math install_requires = pathlib rna sortedcontainers project_urls = Documentation = https://gitlab.mpcdf.mpg.de/dboe/tfields Source = https://gitlab.mpcdf.mpg.de/dboe/tfields tests_require = doctest unittest python_requires = >=3.0 [options.extras_require] all = %(dev)s %(test)s dev = twine # for publishing %(test)s sphinx # for documentation test = flake8 pytest pytest-cov coverage pytest-shutil pytest-virtualenv pytest-fixture-config pytest-xdist [bumpversion] commit = True tag = True [bumpversion:file:tfields/__init__.py] search = __version__ = '{current_version}' replace = __version__ = '{new_version}' [bdist_wheel] universal = 1 [coverage:report] show_missing = true exclude_lines = pragma: no cover if False # @abc.abstractmethod # @abc.abstractproperty # raise NotImplementedError # return NotImplemented # except ImportError [flake8] max-line-length = 99 doctests = True exclude = .git, .eggs, __pycache__, tests/, docs/, build/, dist/ [build_sphinx] builder = html,man source-dir = docs build-dir = docs/build all-files = 1