frankford


Namefrankford JSON
Version 0.1 PyPI version JSON
download
home_pageNone
SummaryUse the CUDA system to fit multiple datasets simultaneously using the Levenberg–Marquardt algorithm
upload_time2024-08-15 01:00:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## Copyright

Python code copyright (C) 2024 Edward F. Behn, Jr.

Translated from MINPACK-1 in FORTRAN, Apr-Jul 1998, CM
Copyright (C) 1997-2002, Craig Markwardt
This software is provided as is without any warranty whatsoever.
Permission to use, copy, modify, and distribute modified or
unmodified copies is granted, provided this copyright and disclaimer
are included unchanged.

## License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "frankford",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Ed Behn <ed@behn.us>",
    "download_url": "https://files.pythonhosted.org/packages/64/75/93de30dc2680a7b44f1650adb4fb2eb1c503fec8978e13fd13259c0ab0b2/frankford-0.1.tar.gz",
    "platform": null,
    "description": "## Copyright\n\nPython code copyright (C) 2024 Edward F. Behn, Jr.\n\nTranslated from MINPACK-1 in FORTRAN, Apr-Jul 1998, CM\nCopyright (C) 1997-2002, Craig Markwardt\nThis software is provided as is without any warranty whatsoever.\nPermission to use, copy, modify, and distribute modified or\nunmodified copies is granted, provided this copyright and disclaimer\nare included unchanged.\n\n## License\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <https://www.gnu.org/licenses/>.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Use the CUDA system to fit multiple datasets simultaneously using the Levenberg\u2013Marquardt algorithm",
    "version": "0.1",
    "project_urls": {
        "Documentation": "https://frankford.readthedocs.io/",
        "Homepage": "https://github.com/ed-o-saurus/frankford",
        "Issues": "https://github.com/ed-o-saurus/frankford/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eac90e2f1cd79a34d5479eb4b04a03bf7dead9ff12c8c5667f944a8745252bc8",
                "md5": "29bc4fd6d0b7d1f7a82e685acc7ee57b",
                "sha256": "b0ddc9a9ca18f03e351e5e79322eb9117006c28193600ed0fa62a6903fe6c061"
            },
            "downloads": -1,
            "filename": "frankford-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29bc4fd6d0b7d1f7a82e685acc7ee57b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 34504,
            "upload_time": "2024-08-15T01:00:05",
            "upload_time_iso_8601": "2024-08-15T01:00:05.266847Z",
            "url": "https://files.pythonhosted.org/packages/ea/c9/0e2f1cd79a34d5479eb4b04a03bf7dead9ff12c8c5667f944a8745252bc8/frankford-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "647593de30dc2680a7b44f1650adb4fb2eb1c503fec8978e13fd13259c0ab0b2",
                "md5": "9187afb464fef033235e00c3462ca518",
                "sha256": "59bf30ef3ff117547f1b3305ed65d76dca53b936ef59458421d1ac9f792dec3b"
            },
            "downloads": -1,
            "filename": "frankford-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9187afb464fef033235e00c3462ca518",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 61801,
            "upload_time": "2024-08-15T01:00:06",
            "upload_time_iso_8601": "2024-08-15T01:00:06.650140Z",
            "url": "https://files.pythonhosted.org/packages/64/75/93de30dc2680a7b44f1650adb4fb2eb1c503fec8978e13fd13259c0ab0b2/frankford-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 01:00:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ed-o-saurus",
    "github_project": "frankford",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "frankford"
}
        
Elapsed time: 0.32037s