linehaul


Namelinehaul JSON
Version 1.0.1 PyPI version JSON
download
home_page
SummaryUser-Agent parsing for PyPI analytics
upload_time2023-05-26 12:19:18
maintainer
docs_urlNone
author
requires_python<4,>=3.11
license
keywords pypi user-agent parsing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # About

Implementation of linehaul to feed the PyPI public BigQuery dataset via Google Cloud Functions.

The function is triggerd by the CDN logs created in a Cloud Storage bucket. It parses the logs and streams them to the BigQuery public dataset.

# Deploy

These functions auto-deploy on merge to the `main` branch via a Cloud Build trigger on this repository.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "linehaul",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<4,>=3.11",
    "maintainer_email": "",
    "keywords": "pypi,user-agent,parsing",
    "author": "",
    "author_email": "PyPI Admins <admin@pypi.org>",
    "download_url": "https://files.pythonhosted.org/packages/f8/e7/74d1bd36ed26ac43bfe22e97129edaa7066f7af4bf76084b9493cd581d58/linehaul-1.0.1.tar.gz",
    "platform": null,
    "description": "# About\n\nImplementation of linehaul to feed the PyPI public BigQuery dataset via Google Cloud Functions.\n\nThe function is triggerd by the CDN logs created in a Cloud Storage bucket. It parses the logs and streams them to the BigQuery public dataset.\n\n# Deploy\n\nThese functions auto-deploy on merge to the `main` branch via a Cloud Build trigger on this repository.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "User-Agent parsing for PyPI analytics",
    "version": "1.0.1",
    "project_urls": {
        "Homepage": "https://github.com/pypi/linehaul-cloud-function",
        "Source": "https://github.com/pypi/linehaul-cloud-function"
    },
    "split_keywords": [
        "pypi",
        "user-agent",
        "parsing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0373c73588052198be06462d1a7c4653b602a109a0df0208c59e58075dc3bc73",
                "md5": "495470cdd02b1d7d1f36a8522d886f0a",
                "sha256": "d19ca669008dad910868dfae7f904dfc5362583729bda344799cf7ea2ad5ef12"
            },
            "downloads": -1,
            "filename": "linehaul-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "495470cdd02b1d7d1f36a8522d886f0a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.11",
            "size": 27848,
            "upload_time": "2023-05-26T12:19:16",
            "upload_time_iso_8601": "2023-05-26T12:19:16.531939Z",
            "url": "https://files.pythonhosted.org/packages/03/73/c73588052198be06462d1a7c4653b602a109a0df0208c59e58075dc3bc73/linehaul-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8e774d1bd36ed26ac43bfe22e97129edaa7066f7af4bf76084b9493cd581d58",
                "md5": "2d43acde7e7f824ee86cc9d117f3aacb",
                "sha256": "09d71b1f6a9ab92dd8c763b3d099e4ae05c2845ee783a02d5fe731e6e2a6a997"
            },
            "downloads": -1,
            "filename": "linehaul-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2d43acde7e7f824ee86cc9d117f3aacb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.11",
            "size": 19410,
            "upload_time": "2023-05-26T12:19:18",
            "upload_time_iso_8601": "2023-05-26T12:19:18.072259Z",
            "url": "https://files.pythonhosted.org/packages/f8/e7/74d1bd36ed26ac43bfe22e97129edaa7066f7af4bf76084b9493cd581d58/linehaul-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-26 12:19:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pypi",
    "github_project": "linehaul-cloud-function",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "linehaul"
}
        
Elapsed time: 0.07256s