twat-search


Nametwat-search JSON
Version 2.1.3 PyPI version JSON
download
home_pageNone
SummaryAdvanced search utilities and tools for the twat ecosystem
upload_time2025-02-21 22:18:48
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords indexing search text-search twat utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 



## Features

- Plugin for twat
- Modern Python packaging with PEP 621 compliance
- Type hints and runtime type checking
- Comprehensive test suite and documentation
- CI/CD ready configuration

## Installation

```bash
pip install twat-search
```

## Usage

```python
import twat_search
plugin = twat_search.plugin
```

## Development

This project uses [Hatch](https://hatch.pypa.io/) for development workflow management.

### Setup Development Environment

```bash
# Install hatch if you haven't already
pip install hatch

# Create and activate development environment
hatch shell

# Run tests
hatch run test

# Run tests with coverage
hatch run test-cov

# Run linting
hatch run lint

# Format code
hatch run format
```

## License

MIT License  
.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "twat-search",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "indexing, search, text-search, twat, utilities",
    "author": null,
    "author_email": "Adam Twardoch <adam+github@twardoch.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/b2/947ab00f46ecf2ad39d07f48381961072e7eba4b0c24ad1ccdb0b647326b/twat_search-2.1.3.tar.gz",
    "platform": null,
    "description": "# \n\n\n\n## Features\n\n- Plugin for twat\n- Modern Python packaging with PEP 621 compliance\n- Type hints and runtime type checking\n- Comprehensive test suite and documentation\n- CI/CD ready configuration\n\n## Installation\n\n```bash\npip install twat-search\n```\n\n## Usage\n\n```python\nimport twat_search\nplugin = twat_search.plugin\n```\n\n## Development\n\nThis project uses [Hatch](https://hatch.pypa.io/) for development workflow management.\n\n### Setup Development Environment\n\n```bash\n# Install hatch if you haven't already\npip install hatch\n\n# Create and activate development environment\nhatch shell\n\n# Run tests\nhatch run test\n\n# Run tests with coverage\nhatch run test-cov\n\n# Run linting\nhatch run lint\n\n# Format code\nhatch run format\n```\n\n## License\n\nMIT License  \n.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Advanced search utilities and tools for the twat ecosystem",
    "version": "2.1.3",
    "project_urls": {
        "Documentation": "https://github.com/twardoch/twat-search#readme",
        "Issues": "https://github.com/twardoch/twat-search/issues",
        "Source": "https://github.com/twardoch/twat-search"
    },
    "split_keywords": [
        "indexing",
        " search",
        " text-search",
        " twat",
        " utilities"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d28f621c8043ddf37b878feb96fd977ce9ea3d0867d0ac84d4c087c753e03a2f",
                "md5": "1c85e62695aa040c1bb1da377f37385f",
                "sha256": "9fc12b69954f0ebd1d242589895c355e3cb9ca4db29104e1c1207da1f7781ab2"
            },
            "downloads": -1,
            "filename": "twat_search-2.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c85e62695aa040c1bb1da377f37385f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3357,
            "upload_time": "2025-02-21T22:18:46",
            "upload_time_iso_8601": "2025-02-21T22:18:46.192549Z",
            "url": "https://files.pythonhosted.org/packages/d2/8f/621c8043ddf37b878feb96fd977ce9ea3d0867d0ac84d4c087c753e03a2f/twat_search-2.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cab2947ab00f46ecf2ad39d07f48381961072e7eba4b0c24ad1ccdb0b647326b",
                "md5": "7a91f1fce2cf8fab4fd85ffe6b0dd2bd",
                "sha256": "942a7f40701b8d7109d364ecd0d4470448141054fba09177e2f736bef14629b6"
            },
            "downloads": -1,
            "filename": "twat_search-2.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7a91f1fce2cf8fab4fd85ffe6b0dd2bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 45626,
            "upload_time": "2025-02-21T22:18:48",
            "upload_time_iso_8601": "2025-02-21T22:18:48.730986Z",
            "url": "https://files.pythonhosted.org/packages/ca/b2/947ab00f46ecf2ad39d07f48381961072e7eba4b0c24ad1ccdb0b647326b/twat_search-2.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-21 22:18:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "twardoch",
    "github_project": "twat-search#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "twat-search"
}
        
Elapsed time: 1.98677s