databricks-uc-apis


Namedatabricks-uc-apis JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryMy package description
upload_time2025-08-11 23:36:56
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/6c/c5/293cf0391274d0d18b1885b916d54899429d12e7fa3d9ff27c27b853f910/databricks_uc_apis-0.0.4.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.4",
    "project_urls": null,
    "split_keywords": [
        "one",
        " two"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "72ea9663620e77035de578620e206717446a22fd66df01a61b38893d12eddc1a",
                "md5": "bfc25c7b9652d463dfd3f4950a6be50c",
                "sha256": "8bf8b1b204cb32854fdddc84c9129e6e09ef464e7e5c6da937fa63c90b3098e7"
            },
            "downloads": -1,
            "filename": "databricks_uc_apis-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bfc25c7b9652d463dfd3f4950a6be50c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 1848,
            "upload_time": "2025-08-11T23:36:55",
            "upload_time_iso_8601": "2025-08-11T23:36:55.207455Z",
            "url": "https://files.pythonhosted.org/packages/72/ea/9663620e77035de578620e206717446a22fd66df01a61b38893d12eddc1a/databricks_uc_apis-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6cc5293cf0391274d0d18b1885b916d54899429d12e7fa3d9ff27c27b853f910",
                "md5": "7d0585509d37cccdef0a1b4fce7023f5",
                "sha256": "99d60a305a1bff66fbbddca5febb6826d430cbba89ae8d3612f0dc52ecd06d3b"
            },
            "downloads": -1,
            "filename": "databricks_uc_apis-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7d0585509d37cccdef0a1b4fce7023f5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2781,
            "upload_time": "2025-08-11T23:36:56",
            "upload_time_iso_8601": "2025-08-11T23:36:56.020591Z",
            "url": "https://files.pythonhosted.org/packages/6c/c5/293cf0391274d0d18b1885b916d54899429d12e7fa3d9ff27c27b853f910/databricks_uc_apis-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 23:36:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "databricks-uc-apis"
}
        
Elapsed time: 2.78144s