inverse


Nameinverse JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/SermetPekin/inverse-repo
Summarylarge matrix operations
upload_time2023-05-09 06:15:25
maintainer
docs_urlNone
authorSermet Pekin
requires_python>=3.8,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
[![Python package](https://github.com/SermetPekin/inversePro/actions/workflows/python-package.yml/badge.svg)](https://github.com/SermetPekin/inversePro/actions/workflows/python-package.yml)
 

[![Supported Python Versions](https://img.shields.io/pypi/pyversions/inverse/0.0.3)](https://pypi.org/project/inverse/)   

[![Downloads](https://pepy.tech/badge/inverse/week)](https://pepy.tech/project/inverse)

### About

***inverse*** is an open source python package which helps operations on large matrix such as inversions 
by using techniques such as using balancing optimal memory and stack memory cache and users local area SQLite database  
This package does not create large matrix but instead addresses each row or rows to SQLite and loads only then they are required 
for the operation. 

### Usage 
    


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SermetPekin/inverse-repo",
    "name": "inverse",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sermet Pekin",
    "author_email": "sermet.pekin@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "\n[![Python package](https://github.com/SermetPekin/inversePro/actions/workflows/python-package.yml/badge.svg)](https://github.com/SermetPekin/inversePro/actions/workflows/python-package.yml)\n \n\n[![Supported Python Versions](https://img.shields.io/pypi/pyversions/inverse/0.0.3)](https://pypi.org/project/inverse/)   \n\n[![Downloads](https://pepy.tech/badge/inverse/week)](https://pepy.tech/project/inverse)\n\n### About\n\n***inverse*** is an open source python package which helps operations on large matrix such as inversions \nby using techniques such as using balancing optimal memory and stack memory cache and users local area SQLite database  \nThis package does not create large matrix but instead addresses each row or rows to SQLite and loads only then they are required \nfor the operation. \n\n### Usage \n    \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "large matrix operations",
    "version": "0.0.13",
    "project_urls": {
        "Documentation": "https://github.com/SermetPekin/inverse-repo",
        "Homepage": "https://github.com/SermetPekin/inverse-repo"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37d2d5ecb322e68d601af2355a327617d9b6a58952c73249a400db240d35e0e8",
                "md5": "aad13d747f531fe1a838e9dd3c082778",
                "sha256": "003393e72e4080ebd615e151760e59f9993b6f109a1f03688f4edab7cc0f569f"
            },
            "downloads": -1,
            "filename": "inverse-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "aad13d747f531fe1a838e9dd3c082778",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 188476,
            "upload_time": "2023-05-09T06:15:25",
            "upload_time_iso_8601": "2023-05-09T06:15:25.526480Z",
            "url": "https://files.pythonhosted.org/packages/37/d2/d5ecb322e68d601af2355a327617d9b6a58952c73249a400db240d35e0e8/inverse-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 06:15:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SermetPekin",
    "github_project": "inverse-repo",
    "github_not_found": true,
    "lcname": "inverse"
}
        
Elapsed time: 0.10716s