File: PKG-INFO

package info (click to toggle)
python-gmpy2 2.1.0~a4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,048 kB
  • sloc: ansic: 24,051; python: 325; makefile: 117
file content (43 lines) | stat: -rw-r--r-- 2,125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Metadata-Version: 1.1
Name: gmpy2
Version: 2.1.0a4
Summary: gmpy2 interface to GMP/MPIR, MPFR, and MPC for Python 2.6+ and 3.4+
Home-page: https://github.com/aleaxit/gmpy
Author: Case Van Horsen
Author-email: casevh@gmail.com
License: LGPL-3.0+
Description: gmpy2 is an optimized, C-coded Python extension module that supports fast
        multiple-precision arithmetic.  gmpy2 is based on the original gmpy module.
        gmpy2 adds support for correctly rounded multiple-precision real arithmetic
        (using the MPFR library) and complex arithmetic (using the MPC library).
        
        The gmpy2 2.0.x series is a stable version that is only receiving bug fixes.
        The main development branch (2.1.x) was extensively refactored. The most
        significant changes are support for thread-safe contexts and context methods.
        
        gmpy2 is available at https://pypi.python.org/pypi/gmpy2/
        
        Documentation is available at https://gmpy2.readthedocs.io/en/latest/
        
        
Keywords: gmp mpir mpfr mpc multiple-precision arbitrary-precision precision bignum
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules