{ "info": { "author": "Daniele Tomatis", "author_email": "daniele.tomatis@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Fortran", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "PPPACK\n======\n\n:Author: Daniele Tomatis\n:Date: 02/05/2017\n\nPiece-wise Polynomial Package for multivariate interpolation of real-valued scalar functions.\n\nThis package offers representations of multi-dimensional functions using piece-wise polynomials. Python handles memory management, whereas external FORTRAN libraries perform all the numerics in order to ensure high computational performances with big amount of data.\n\nThe main FORTRAN library is an enhanced version of pppack.f90, whose original version by J. Burkardt is available on www.netlib.org/pppack. External FORTRAN libraries are available in the folder src. To get the shared object to import in a python module just enter the pppack/lib folder and run `.../bin/wrap.sh libname` where `libname` can be pppack, chebyshev_inter or divdif.\n\nThe documentation is produced by Sphinx, so additional directives (as math) are used in the docstrings. Please see also the additional sphinx.extension-s used before making the doc.\n\n\nContact\n=======\n\nPlease send bug reports, patches and other feedback to:\n\nDaniele . Tomatis ( at ) gmail . com\n\n\nContributions\n=============\n\n02/05/2017 - Esteban Szames, implementation of tests.", "description_content_type": null, "docs_url": "https://pythonhosted.org/pppack/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ndarmage/pppack", "keywords": "multivariate polynomial splines fortran", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pppack", "package_url": "https://pypi.org/project/pppack/", "platform": "", "project_url": "https://pypi.org/project/pppack/", "project_urls": { "Homepage": "https://github.com/ndarmage/pppack" }, "release_url": "https://pypi.org/project/pppack/1.1.0.post1/", "requires_dist": null, "requires_python": "", "summary": "A Python Piecewise Polynomial Package", "version": "1.1.0.post1" }, "last_serial": 2917153, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "7d3ae483cab1d108fc601c2cb03a6414", "sha256": "9090c9ccc1a2de78458212e513c322244b6ec84c63d21fc81067a09b758c927b" }, "downloads": -1, "filename": "pppack-1.1.0.tar.gz", "has_sig": false, "md5_digest": "7d3ae483cab1d108fc601c2cb03a6414", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 237957, "upload_time": "2017-05-31T23:19:06", "url": "https://files.pythonhosted.org/packages/ea/56/d3934c4e68a7446804ba53fe533eea0849fb71b23c468d2a850a2192b8c9/pppack-1.1.0.tar.gz" } ], "1.1.0.post1": [ { "comment_text": "", "digests": { "md5": "26e1e683733b00946a07afc8dbb9884b", "sha256": "418a581b6ff673d278a6797a2302f2717ce9848c03abfc90f95ad6d9454b9f11" }, "downloads": -1, "filename": "pppack-1.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "26e1e683733b00946a07afc8dbb9884b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1065518, "upload_time": "2017-06-01T14:34:01", "url": "https://files.pythonhosted.org/packages/9b/d7/73244a32e7aced016901c2c4ef4c0d48357c6b94a4c575686830615f2251/pppack-1.1.0.post1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "26e1e683733b00946a07afc8dbb9884b", "sha256": "418a581b6ff673d278a6797a2302f2717ce9848c03abfc90f95ad6d9454b9f11" }, "downloads": -1, "filename": "pppack-1.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "26e1e683733b00946a07afc8dbb9884b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1065518, "upload_time": "2017-06-01T14:34:01", "url": "https://files.pythonhosted.org/packages/9b/d7/73244a32e7aced016901c2c4ef4c0d48357c6b94a4c575686830615f2251/pppack-1.1.0.post1.tar.gz" } ] }