hashgrid


Namehashgrid JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryDistributed neural question answering framework
upload_time2025-10-08 11:52:35
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseMIT
keywords grid hash hashgrid
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hashgrid

A simple Python package for hashgrid functionality.

## Installation

To install the package in development mode:

```bash
pip install -e .
```

## Usage

After installation, you can use the package in two ways:

1. **As a command-line tool:**

   ```bash
   hashgrid
   ```

2. **As a Python module:**
   ```python
   from hashgrid import main
   main()
   ```

## Development

This package uses modern Python packaging with `pyproject.toml`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hashgrid",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "grid, hash, hashgrid",
    "author": null,
    "author_email": "Lucian Bicsi <lucian@hashgrid.ai>",
    "download_url": "https://files.pythonhosted.org/packages/ea/d5/9961bce99fe0a3394edf24b1e17ec5aad0bcc54e8d73894bd07ec29057cf/hashgrid-0.1.1.tar.gz",
    "platform": null,
    "description": "# Hashgrid\n\nA simple Python package for hashgrid functionality.\n\n## Installation\n\nTo install the package in development mode:\n\n```bash\npip install -e .\n```\n\n## Usage\n\nAfter installation, you can use the package in two ways:\n\n1. **As a command-line tool:**\n\n   ```bash\n   hashgrid\n   ```\n\n2. **As a Python module:**\n   ```python\n   from hashgrid import main\n   main()\n   ```\n\n## Development\n\nThis package uses modern Python packaging with `pyproject.toml`.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Distributed neural question answering framework",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "grid",
        " hash",
        " hashgrid"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3a3389fd8516c37bebe7153158cd90742adce792b32121ff64f19e78f9c07f5f",
                "md5": "2d1db37bf95243cf8a2e7317accb4192",
                "sha256": "b73acb203ef72bd194ea1ca981f80c87ea65a5dcc4db12c3820ba137e481dc99"
            },
            "downloads": -1,
            "filename": "hashgrid-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2d1db37bf95243cf8a2e7317accb4192",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 2358,
            "upload_time": "2025-10-08T11:52:33",
            "upload_time_iso_8601": "2025-10-08T11:52:33.593530Z",
            "url": "https://files.pythonhosted.org/packages/3a/33/89fd8516c37bebe7153158cd90742adce792b32121ff64f19e78f9c07f5f/hashgrid-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ead59961bce99fe0a3394edf24b1e17ec5aad0bcc54e8d73894bd07ec29057cf",
                "md5": "53fadaaccf0fb7867116ae6a6f9621f7",
                "sha256": "d4fc50d0a024f2ebc64072fbc45672c8f9a4cf0e843278615ccada1aadcec58e"
            },
            "downloads": -1,
            "filename": "hashgrid-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "53fadaaccf0fb7867116ae6a6f9621f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 19553,
            "upload_time": "2025-10-08T11:52:35",
            "upload_time_iso_8601": "2025-10-08T11:52:35.023175Z",
            "url": "https://files.pythonhosted.org/packages/ea/d5/9961bce99fe0a3394edf24b1e17ec5aad0bcc54e8d73894bd07ec29057cf/hashgrid-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 11:52:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hashgrid"
}
        
Elapsed time: 1.02130s