search-haystack


Namesearch-haystack JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/zackees/haystack
Summarysearches through loads of files for simple searches that are next to each other, like clean, air
upload_time2024-12-11 06:55:37
maintainerZachary Vorhies
docs_urlNone
authorNone
requires_python>=3.7
licenseBSD 3-Clause License
keywords template-python-cmd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # template-python-cmd
A template for quickly making a python lib that has a command line program attached

[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)

[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)

Replace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's
correct.

To develop software, run `. ./activate.sh`

# Windows

This environment requires you to use `git-bash`.

# Linting

Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zackees/haystack",
    "name": "search-haystack",
    "maintainer": "Zachary Vorhies",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "template-python-cmd",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/fb/4f/bd55f8f27c7bc8fbfce805da6c3cf6795aab1ca9ba241a8e37aefa33ee28/search_haystack-1.0.3.tar.gz",
    "platform": null,
    "description": "# template-python-cmd\nA template for quickly making a python lib that has a command line program attached\n\n[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)\n\n[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)\n[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)\n[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)\n\nReplace `template-python-cmd` and `template_python_cmd` with your command. Run tox until it's\ncorrect.\n\nTo develop software, run `. ./activate.sh`\n\n# Windows\n\nThis environment requires you to use `git-bash`.\n\n# Linting\n\nRun `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "searches through loads of files for simple searches that are next to each other, like clean, air",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/zackees/haystack"
    },
    "split_keywords": [
        "template-python-cmd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2f3eae7e5043a362dddbfd8b10c57a58fd3aa44455d1143138b03a9670643ca",
                "md5": "2b68937e80a01d472cca6b71d5c4b61d",
                "sha256": "9e2d875c82af81e5a528f5a8eecd7e6ade1301141036046cac24e479088bcb3b"
            },
            "downloads": -1,
            "filename": "search_haystack-1.0.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2b68937e80a01d472cca6b71d5c4b61d",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 5738,
            "upload_time": "2024-12-11T06:55:35",
            "upload_time_iso_8601": "2024-12-11T06:55:35.718527Z",
            "url": "https://files.pythonhosted.org/packages/c2/f3/eae7e5043a362dddbfd8b10c57a58fd3aa44455d1143138b03a9670643ca/search_haystack-1.0.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb4fbd55f8f27c7bc8fbfce805da6c3cf6795aab1ca9ba241a8e37aefa33ee28",
                "md5": "47c94a92bc9dbc10a4983ab9eee037e5",
                "sha256": "a535fed19ec70ee00936fb18ec6abc645bb0ef2c1529f751b305382baa1c50a9"
            },
            "downloads": -1,
            "filename": "search_haystack-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "47c94a92bc9dbc10a4983ab9eee037e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9708,
            "upload_time": "2024-12-11T06:55:37",
            "upload_time_iso_8601": "2024-12-11T06:55:37.706062Z",
            "url": "https://files.pythonhosted.org/packages/fb/4f/bd55f8f27c7bc8fbfce805da6c3cf6795aab1ca9ba241a8e37aefa33ee28/search_haystack-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-11 06:55:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zackees",
    "github_project": "haystack",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "search-haystack"
}
        
Elapsed time: 0.67651s