altadb


Namealtadb JSON
Version 0.0.6 PyPI version JSON
download
home_pageNone
SummaryAltaDB platform Python SDK!
upload_time2024-12-16 07:26:31
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.8
licenseNone
keywords altadb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AltaDB SDK

## Example Usage

### Set up configuration

```sh
altadb config add
```
- Above command will prompt you to enter the following details:
    - Org ID
    - API Key
    - API Secret
    - API URL


### Upload a file

- `path` can be a file or a directory. In case of a directory, all files in the directory will be uploaded recursively.
```sh
altadb upload <dataset> <path>
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "altadb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.14,>=3.8",
    "maintainer_email": null,
    "keywords": "altadb",
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# AltaDB SDK\n\n## Example Usage\n\n### Set up configuration\n\n```sh\naltadb config add\n```\n- Above command will prompt you to enter the following details:\n    - Org ID\n    - API Key\n    - API Secret\n    - API URL\n\n\n### Upload a file\n\n- `path` can be a file or a directory. In case of a directory, all files in the directory will be uploaded recursively.\n```sh\naltadb upload <dataset> <path>\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "AltaDB platform Python SDK!",
    "version": "0.0.6",
    "project_urls": {
        "Changelog": "https://github.com/redbrick-ai/altadb-sdk/releases",
        "Documentation": "https://sdk.altadb.com",
        "Homepage": "https://www.altadb.com"
    },
    "split_keywords": [
        "altadb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a4b3266b791812d8c648574cfe9e1b0d9bc60f5e2cc30fc3f53b556d428293d",
                "md5": "852d801f59fb36b73b230390d04f3da7",
                "sha256": "446cc53c9ec66d8216a4b5010521a70be27bc72024024971e91687f7e21f3e52"
            },
            "downloads": -1,
            "filename": "altadb-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "852d801f59fb36b73b230390d04f3da7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.8",
            "size": 49531,
            "upload_time": "2024-12-16T07:26:31",
            "upload_time_iso_8601": "2024-12-16T07:26:31.711921Z",
            "url": "https://files.pythonhosted.org/packages/3a/4b/3266b791812d8c648574cfe9e1b0d9bc60f5e2cc30fc3f53b556d428293d/altadb-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 07:26:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "redbrick-ai",
    "github_project": "altadb-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "altadb"
}
        
Elapsed time: 0.72685s