fleetfind


Namefleetfind JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://da-kodesio.github.io/fleetfind
SummaryA Django package for searching across multiple models
upload_time2024-01-23 19:40:38
maintainer
docs_urlNone
authorAimé An-Nyong DEGBEY
requires_python>=3.6
license
keywords django search multi-model
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # FleetFind

FleetFind is a lightweight Django package that empowers you to seamlessly search across multiple models in your Django projects. It provides a flexible and efficient way to aggregate search results from various sources, making it easy to implement a unified search experience.

## Features

- **Multi-Model Search:** FleetFind allows you to perform searches across different Django models simultaneously.

- **Easy Integration:** With a simple setup process, FleetFind seamlessly integrates with your existing Django project, minimizing development overhead.

- **Customizable:** FleetFind is highly customizable, allowing you to define specific search criteria and tune the search experience to meet your project's requirements.

## Installation

To install FleetFind, simply use pip:

```bash
pip install fleetfind

            

Raw data

            {
    "_id": null,
    "home_page": "https://da-kodesio.github.io/fleetfind",
    "name": "fleetfind",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "django search multi-model",
    "author": "Aim\u00e9 An-Nyong DEGBEY",
    "author_email": "annyongdey19@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/ea/157b11ae37af4cc23a2210156fcb5f1a7a0265d42b5126ed24427baef1d2/fleetfind-1.1.0.tar.gz",
    "platform": null,
    "description": "# FleetFind\n\nFleetFind is a lightweight Django package that empowers you to seamlessly search across multiple models in your Django projects. It provides a flexible and efficient way to aggregate search results from various sources, making it easy to implement a unified search experience.\n\n## Features\n\n- **Multi-Model Search:** FleetFind allows you to perform searches across different Django models simultaneously.\n\n- **Easy Integration:** With a simple setup process, FleetFind seamlessly integrates with your existing Django project, minimizing development overhead.\n\n- **Customizable:** FleetFind is highly customizable, allowing you to define specific search criteria and tune the search experience to meet your project's requirements.\n\n## Installation\n\nTo install FleetFind, simply use pip:\n\n```bash\npip install fleetfind\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Django package for searching across multiple models",
    "version": "1.1.0",
    "project_urls": {
        "Homepage": "https://da-kodesio.github.io/fleetfind",
        "Source": "https://github.com/yourusername/fleetfind"
    },
    "split_keywords": [
        "django",
        "search",
        "multi-model"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c94385f61fdbe40f5a79fca37c533f4615e737582c9e467a92a176adcfa358e",
                "md5": "b7841978bc6690e94aeafa4fbf506c9b",
                "sha256": "8d2cc378f2d92d7195551655d13130446a8a61b9df3e7f2612339d2ead1c1b02"
            },
            "downloads": -1,
            "filename": "fleetfind-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b7841978bc6690e94aeafa4fbf506c9b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3209,
            "upload_time": "2024-01-23T19:40:35",
            "upload_time_iso_8601": "2024-01-23T19:40:35.774970Z",
            "url": "https://files.pythonhosted.org/packages/3c/94/385f61fdbe40f5a79fca37c533f4615e737582c9e467a92a176adcfa358e/fleetfind-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebea157b11ae37af4cc23a2210156fcb5f1a7a0265d42b5126ed24427baef1d2",
                "md5": "546443bd2907d1e2bde3eb61e70df20f",
                "sha256": "5042953f596148cb26cb2b855d2a492217963f2e2fff5c96037402284df1b5cb"
            },
            "downloads": -1,
            "filename": "fleetfind-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "546443bd2907d1e2bde3eb61e70df20f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2975,
            "upload_time": "2024-01-23T19:40:38",
            "upload_time_iso_8601": "2024-01-23T19:40:38.223743Z",
            "url": "https://files.pythonhosted.org/packages/eb/ea/157b11ae37af4cc23a2210156fcb5f1a7a0265d42b5126ed24427baef1d2/fleetfind-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-23 19:40:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "fleetfind",
    "github_not_found": true,
    "lcname": "fleetfind"
}
        
Elapsed time: 0.18072s