databricks-uc-apis


Namedatabricks-uc-apis JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryMy package description
upload_time2025-08-07 03:12:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords one two
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # databricks_uc_apis

## Quick start

```bash
pip install databricks_uc_apis
```

```python
from dbrick import ...
```

## Developing/Contributing

### System requirements

You will need the following installed on your machine to develop on this codebase

- `make` AKA `cmake`, e.g. `sudo apt-get update -y; sudo apt-get install cmake -y`
- Python 3.7+, ideally using `pyenv` to easily change between Python versions
- `git`

### 

```bash
# clone the repo
git clone https://github.com/<your github username>/databricks_uc_apis.git

# install the dev dependencies
make install

# run the tests
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "databricks-uc-apis",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "one, two",
    "author": null,
    "author_email": "\"<your name>\" <some-email@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/fc/a1/031f6fb3e6598d2c09fab6f977a04447cccfcce91603cd02d6c8dda7b824/databricks_uc_apis-0.0.0.tar.gz",
    "platform": null,
    "description": "# databricks_uc_apis\n\n## Quick start\n\n```bash\npip install databricks_uc_apis\n```\n\n```python\nfrom dbrick import ...\n```\n\n## Developing/Contributing\n\n### System requirements\n\nYou will need the following installed on your machine to develop on this codebase\n\n- `make` AKA `cmake`, e.g. `sudo apt-get update -y; sudo apt-get install cmake -y`\n- Python 3.7+, ideally using `pyenv` to easily change between Python versions\n- `git`\n\n### \n\n```bash\n# clone the repo\ngit clone https://github.com/<your github username>/databricks_uc_apis.git\n\n# install the dev dependencies\nmake install\n\n# run the tests\nmake test\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "My package description",
    "version": "0.0.0",
    "project_urls": null,
    "split_keywords": [
        "one",
        " two"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6b734f482331a8cb5b535b7dad507040301a3d4c9c679995af79aa5d63e04131",
                "md5": "c66739cf701a643c28ed57fe82a2f47e",
                "sha256": "56951c63371d6c8bda2ad363c7be6726b2a29d3b2cc344cf945693ac469515f4"
            },
            "downloads": -1,
            "filename": "databricks_uc_apis-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c66739cf701a643c28ed57fe82a2f47e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1848,
            "upload_time": "2025-08-07T03:12:49",
            "upload_time_iso_8601": "2025-08-07T03:12:49.315753Z",
            "url": "https://files.pythonhosted.org/packages/6b/73/4f482331a8cb5b535b7dad507040301a3d4c9c679995af79aa5d63e04131/databricks_uc_apis-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "fca1031f6fb3e6598d2c09fab6f977a04447cccfcce91603cd02d6c8dda7b824",
                "md5": "8efe6a077bc3479d3efa3ed580746756",
                "sha256": "aa1d532850ab33816ef994807b1b726221c0733a5fe5642adc111ce9338a5b65"
            },
            "downloads": -1,
            "filename": "databricks_uc_apis-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8efe6a077bc3479d3efa3ed580746756",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2780,
            "upload_time": "2025-08-07T03:12:50",
            "upload_time_iso_8601": "2025-08-07T03:12:50.781686Z",
            "url": "https://files.pythonhosted.org/packages/fc/a1/031f6fb3e6598d2c09fab6f977a04447cccfcce91603cd02d6c8dda7b824/databricks_uc_apis-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-07 03:12:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "databricks-uc-apis"
}
        
Elapsed time: 0.57726s