cleaning-sdk


Namecleaning-sdk JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/yourusername/cleaning_sdk
SummaryA simple SDK to clean tabular data using a remote API.
upload_time2024-07-27 12:47:21
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # veridian-api-python-sdk

A simple SDK to clean tabular data using Veridian's remote API.

## Installation

```bash
pip install cleaning_sdk
```

## Usage

```python
from cleaning_sdk import clean

api_key = "your_api_key"
file_path = "path_to_your_file.csv"
result = clean(file_path, api_key)

print(result)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/cleaning_sdk",
    "name": "cleaning-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": null,
    "platform": null,
    "description": "# veridian-api-python-sdk\r\n\r\nA simple SDK to clean tabular data using Veridian's remote API.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install cleaning_sdk\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom cleaning_sdk import clean\r\n\r\napi_key = \"your_api_key\"\r\nfile_path = \"path_to_your_file.csv\"\r\nresult = clean(file_path, api_key)\r\n\r\nprint(result)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple SDK to clean tabular data using a remote API.",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/cleaning_sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1c2420c016339f76034ccc5575bc23fa93c5a52cb7b8c1c0d256d31bcfba245",
                "md5": "3f5c1c40fd6831641ad743f03513ad53",
                "sha256": "a85318405e2f92e20aa0855eb010faeb959de1562352814b0ffb3fda274b21bc"
            },
            "downloads": -1,
            "filename": "cleaning_sdk-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f5c1c40fd6831641ad743f03513ad53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3035,
            "upload_time": "2024-07-27T12:47:21",
            "upload_time_iso_8601": "2024-07-27T12:47:21.514057Z",
            "url": "https://files.pythonhosted.org/packages/f1/c2/420c016339f76034ccc5575bc23fa93c5a52cb7b8c1c0d256d31bcfba245/cleaning_sdk-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-27 12:47:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "cleaning_sdk",
    "github_not_found": true,
    "lcname": "cleaning-sdk"
}
        
Elapsed time: 2.69311s