adapta


Nameadapta JSON
Version 3.3.10 PyPI version JSON
download
home_pagehttps://github.com/SneaksAndData/adapta
SummaryLogging, data connectors, monitoring, secret handling and general lifehacks to make data people lives easier.
upload_time2025-02-18 14:00:08
maintainerGZU
docs_urlNone
authorECCO Sneaks & Data
requires_python<3.13,>=3.11
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Adapta
This project aim at providing tools needed for everyday activities of data scientists and engineers:
- Connectors for various cloud APIs
- Secure secret handlers for various remote storages
- Logging framework
- Metrics reporting framework
- Storage drivers for various clouds and storage types

## Delta Lake

This module provides basic Delta Lake operations without Spark session, based on [delta-rs](https://github.com/delta-io/delta-rs) project.

Please refer to the [module](adapta/storage/delta_lake/v3/README.md) documentation for examples.

## Secret Storages

Please refer to the [module](adapta/storage/secrets/README.md) documentation for examples.

## NoSql (Astra DB)

Please refer to the [module](adapta/storage/distributed_object_store/v3/datastax_astra/README.md) documentation for examples.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SneaksAndData/adapta",
    "name": "adapta",
    "maintainer": "GZU",
    "docs_url": null,
    "requires_python": "<3.13,>=3.11",
    "maintainer_email": "gzu@ecco.com",
    "keywords": null,
    "author": "ECCO Sneaks & Data",
    "author_email": "esdsupport@ecco.com",
    "download_url": "https://files.pythonhosted.org/packages/54/5a/74e7e8a4ff98bba6d118e3a82fe812e64e8e4c5ec8ddd776a1c923f159ed/adapta-3.3.10.tar.gz",
    "platform": null,
    "description": "# Adapta\nThis project aim at providing tools needed for everyday activities of data scientists and engineers:\n- Connectors for various cloud APIs\n- Secure secret handlers for various remote storages\n- Logging framework\n- Metrics reporting framework\n- Storage drivers for various clouds and storage types\n\n## Delta Lake\n\nThis module provides basic Delta Lake operations without Spark session, based on [delta-rs](https://github.com/delta-io/delta-rs) project.\n\nPlease refer to the [module](adapta/storage/delta_lake/v3/README.md) documentation for examples.\n\n## Secret Storages\n\nPlease refer to the [module](adapta/storage/secrets/README.md) documentation for examples.\n\n## NoSql (Astra DB)\n\nPlease refer to the [module](adapta/storage/distributed_object_store/v3/datastax_astra/README.md) documentation for examples.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Logging, data connectors, monitoring, secret handling and general lifehacks to make data people lives easier.",
    "version": "3.3.10",
    "project_urls": {
        "Homepage": "https://github.com/SneaksAndData/adapta",
        "Repository": "https://github.com/SneaksAndData/adapta"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfb14a842e5f28e719f1f6074dd8ac3f0a79b79532ee7f9409e9ab36c1e3fbd2",
                "md5": "f3deab330c8b995ad96c7fa2ee6f006b",
                "sha256": "550a5ae6016dfafc88434367ceb4d740cbc491c597ddbddb3d6f0df5b4346491"
            },
            "downloads": -1,
            "filename": "adapta-3.3.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3deab330c8b995ad96c7fa2ee6f006b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.11",
            "size": 195028,
            "upload_time": "2025-02-18T14:00:06",
            "upload_time_iso_8601": "2025-02-18T14:00:06.991198Z",
            "url": "https://files.pythonhosted.org/packages/cf/b1/4a842e5f28e719f1f6074dd8ac3f0a79b79532ee7f9409e9ab36c1e3fbd2/adapta-3.3.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "545a74e7e8a4ff98bba6d118e3a82fe812e64e8e4c5ec8ddd776a1c923f159ed",
                "md5": "01baad86cac73451e277480a327034f6",
                "sha256": "dd8a502bba760e12c8a1e07ac07a182ca7786b05751cbaf41ba325c226881754"
            },
            "downloads": -1,
            "filename": "adapta-3.3.10.tar.gz",
            "has_sig": false,
            "md5_digest": "01baad86cac73451e277480a327034f6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.11",
            "size": 103526,
            "upload_time": "2025-02-18T14:00:08",
            "upload_time_iso_8601": "2025-02-18T14:00:08.976557Z",
            "url": "https://files.pythonhosted.org/packages/54/5a/74e7e8a4ff98bba6d118e3a82fe812e64e8e4c5ec8ddd776a1c923f159ed/adapta-3.3.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 14:00:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SneaksAndData",
    "github_project": "adapta",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "adapta"
}
        
Elapsed time: 1.12568s