openvector


Nameopenvector JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/eddyjin1/openvector
SummaryAn open source vector embeddings database.
upload_time2024-04-09 00:52:33
maintainerNone
docs_urlNone
authorEddy Jin
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # openvector

An open source vector embeddings database.
https://openvector.net

https://pypi.org/project/openvector/

```python
pip install openvector
```


### Build and upload

```shell
pip install setuptools wheel twine

python setup.py sdist bdist_wheel

python -m twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/eddyjin1/openvector",
    "name": "openvector",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Eddy Jin",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/73/56/4252672db924b17fb683637519e317f41e0cb1c027449edb028a2f85c868/openvector-0.0.3.tar.gz",
    "platform": null,
    "description": "# openvector\n\nAn open source vector embeddings database.\nhttps://openvector.net\n\nhttps://pypi.org/project/openvector/\n\n```python\npip install openvector\n```\n\n\n### Build and upload\n\n```shell\npip install setuptools wheel twine\n\npython setup.py sdist bdist_wheel\n\npython -m twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "An open source vector embeddings database.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/eddyjin1/openvector"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f5d9ba535395fa97ac7dc0c2a5784d57833fd911500d1c211c142328c4bfbee",
                "md5": "ae451922b54e573b7272b8f1c7e3ebf9",
                "sha256": "d778a058b7763fea20a5ad9c2469478eeb1c5559b5f15a94b916a34138c1fe65"
            },
            "downloads": -1,
            "filename": "openvector-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae451922b54e573b7272b8f1c7e3ebf9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3508,
            "upload_time": "2024-04-09T00:52:32",
            "upload_time_iso_8601": "2024-04-09T00:52:32.379177Z",
            "url": "https://files.pythonhosted.org/packages/0f/5d/9ba535395fa97ac7dc0c2a5784d57833fd911500d1c211c142328c4bfbee/openvector-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73564252672db924b17fb683637519e317f41e0cb1c027449edb028a2f85c868",
                "md5": "b898f287af6105b0b7865dc0828fea88",
                "sha256": "82aea0177441252b2c90d22e5124dc1ca4d24d8dd981ab71e73f024cc1154a7d"
            },
            "downloads": -1,
            "filename": "openvector-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b898f287af6105b0b7865dc0828fea88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2593,
            "upload_time": "2024-04-09T00:52:33",
            "upload_time_iso_8601": "2024-04-09T00:52:33.976363Z",
            "url": "https://files.pythonhosted.org/packages/73/56/4252672db924b17fb683637519e317f41e0cb1c027449edb028a2f85c868/openvector-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 00:52:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eddyjin1",
    "github_project": "openvector",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "openvector"
}
        
Elapsed time: 0.65468s