{ "info": { "author": "tahta d. timur", "author_email": "tahtadaritimoer@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Natural Language :: Indonesian", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Education", "Topic :: Scientific/Engineering :: Mathematics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# `pynumerik` - Library Metode dan Optimasi Numerik\n\nImplementasi dan kompilasi metode & optimasi numerik dengan fitur CLI, interface web dan API dalam bahasa Python\n\n## Lisensi\n\nLibrary ini didistribusikan menggunakan lisensi [GNU General Public License versi 3](https://www.gnu.org/licenses/gpl-3.0.en.html). Penggunaan dan distribusi ulang diharap mengikuti aturan lisensi tersebut.\n\n## Changelog\n* v0.1 - Metode untuk pencarian akar\n\n## Requirement\n\n* Independen terhadap OS\n* [Python 3](https://python.org/)\n\n## Instalasi\n\n* `pip install pynumerik`\n\n## Penggunaan\n\n* Buka console Python\n* `import pynumerik`\n* Untuk mengakses metode tertentu, misal, masukkan perintah `from pynumerik.akar.bisection import Bisection`\n* Untuk melihat cara penggunaan class, `Bisection.__doc__`\n\n## Dokumentasi\n\n* Untuk dokumentasi lengkap library ini, lihat [Wiki](https://gitlab.com/tdtimur/pynumerik/wikis/home)\n\n## Kontribusi\n\nProject ini adalah project open source (kode sumber terbuka). Siapapun dapat berkontribusi\nuntuk menghadirkan software yang lebih baik. Silakan baca [Wiki](https://gitlab.com/tdtimur/pynumerik/wikis/home)\nuntuk informasi selengkapnya mengenai tatacara kontribusi.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/tdtimur/pynumerik", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "pynumerik", "package_url": "https://pypi.org/project/pynumerik/", "platform": "", "project_url": "https://pypi.org/project/pynumerik/", "project_urls": { "Homepage": "https://gitlab.com/tdtimur/pynumerik" }, "release_url": "https://pypi.org/project/pynumerik/0.1/", "requires_dist": [ "numpy", "scipy", "sympy", "matplotlib", "numba", "click" ], "requires_python": "", "summary": "Library Metode dan Optimasi Numerik", "version": "0.1" }, "last_serial": 4355637, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "ead14dc583ad6c338cf9fb25d47eb071", "sha256": "7f9fc39b6f0fd9021caa65f32ac59d84cef811c45d6a09901ede8cba2108e743" }, "downloads": -1, "filename": "pynumerik-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ead14dc583ad6c338cf9fb25d47eb071", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19414, "upload_time": "2018-10-09T12:29:02", "url": "https://files.pythonhosted.org/packages/58/9c/4bd3612ca4dbb32728395b8b3d3c15709feb3132da91af90db70dea8a60a/pynumerik-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3b6dc9bfb5f07518a6f8bf791b72e83", "sha256": "d2eb6febcc1809d78c4b2098ebb086e7eed18bbd6ede625d146c49c8f366cfce" }, "downloads": -1, "filename": "pynumerik-0.1.tar.gz", "has_sig": false, "md5_digest": "d3b6dc9bfb5f07518a6f8bf791b72e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3611, "upload_time": "2018-10-09T12:29:03", "url": "https://files.pythonhosted.org/packages/c2/e5/59ed069f0b01c366afd21fe3d0575583c239c3e26d43d4989bc32521cb1b/pynumerik-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ead14dc583ad6c338cf9fb25d47eb071", "sha256": "7f9fc39b6f0fd9021caa65f32ac59d84cef811c45d6a09901ede8cba2108e743" }, "downloads": -1, "filename": "pynumerik-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "ead14dc583ad6c338cf9fb25d47eb071", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19414, "upload_time": "2018-10-09T12:29:02", "url": "https://files.pythonhosted.org/packages/58/9c/4bd3612ca4dbb32728395b8b3d3c15709feb3132da91af90db70dea8a60a/pynumerik-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3b6dc9bfb5f07518a6f8bf791b72e83", "sha256": "d2eb6febcc1809d78c4b2098ebb086e7eed18bbd6ede625d146c49c8f366cfce" }, "downloads": -1, "filename": "pynumerik-0.1.tar.gz", "has_sig": false, "md5_digest": "d3b6dc9bfb5f07518a6f8bf791b72e83", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3611, "upload_time": "2018-10-09T12:29:03", "url": "https://files.pythonhosted.org/packages/c2/e5/59ed069f0b01c366afd21fe3d0575583c239c3e26d43d4989bc32521cb1b/pynumerik-0.1.tar.gz" } ] }