Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
mpmath / setup.cfg
Size: Mime:
[metadata]
name = mpmath
description = Python library for arbitrary-precision floating-point arithmetic
long_description = file: README.rst
author = Fredrik Johansson
author_email = fredrik.johansson@gmail.com
url = http://mpmath.org/
license = BSD
classifiers = License :: OSI Approved :: BSD License
	Topic :: Scientific/Engineering :: Mathematics
	Topic :: Software Development :: Libraries :: Python Modules
	Programming Language :: Python
	Programming Language :: Python :: 2
	Programming Language :: Python :: 2.7
	Programming Language :: Python :: 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
	Programming Language :: Python :: 3.9
	Programming Language :: Python :: Implementation :: CPython
	Programming Language :: Python :: Implementation :: PyPy
project_urls = Source = https://github.com/fredrik-johansson/mpmath
	Tracker = https://github.com/fredrik-johansson/mpmath/issues
	Documentation = http://mpmath.org/doc/current/

[options]
packages = find:
setup_requires = setuptools>=36.7.0
	setuptools_scm>=1.7.0
tests_require = mpmath[tests]

[options.extras_require]
tests = pytest >= 4.6
develop = %(tests)s
	pycodestyle
	pytest-cov
	codecov
	wheel

[pycodestyle]
select = E101,W191,W291,W293,E111,E112,E113,W292,W391
exclude = .eggs,.git

[tool:pytest]
doctest_optionflags = IGNORE_EXCEPTION_DETAIL
addopts = --doctest-modules
	--ignore=setup.py
	--doctest-glob='*.txt'
norecursedirs = doc/source/plots demo .eggs .git

[coverage:run]
branch = True
omit = mpmath/tests/*

[coverage:report]
exclude_lines = pragma: no cover
	raise NotImplementedError
	return NotImplemented

[egg_info]
tag_build = 
tag_date = 0