dbrx-de-ops


Namedbrx-de-ops JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryMy package description
upload_time2025-08-23 05:57:22
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.
            # dbrx_de_ops

## Quick start

```bash
pip install dbrx_de_ops
```

```python
from dbrx_ops 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>/dbrx_de_ops.git

# install the dev dependencies
make install

# run the tests
make test
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dbrx-de-ops",
    "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/f1/d6/bfbf1d06126d42ce68fc90c2283a7ea8bc03719e02efff15fe9e92ce6556/dbrx_de_ops-0.0.0.tar.gz",
    "platform": null,
    "description": "# dbrx_de_ops\n\n## Quick start\n\n```bash\npip install dbrx_de_ops\n```\n\n```python\nfrom dbrx_ops 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>/dbrx_de_ops.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": "9e74bbb9488e46a739cab7f3cf2a1b055bb325e4e6ca2e61b3b3914923679a88",
                "md5": "e0171228c7299f4f5d8df2190ee88c60",
                "sha256": "021d02004adfaed32b26f2a79d7bf4d4bfe329fe8d39c98b9970c32ad0fa7f8f"
            },
            "downloads": -1,
            "filename": "dbrx_de_ops-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e0171228c7299f4f5d8df2190ee88c60",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12167,
            "upload_time": "2025-08-23T05:57:20",
            "upload_time_iso_8601": "2025-08-23T05:57:20.951396Z",
            "url": "https://files.pythonhosted.org/packages/9e/74/bbb9488e46a739cab7f3cf2a1b055bb325e4e6ca2e61b3b3914923679a88/dbrx_de_ops-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1d6bfbf1d06126d42ce68fc90c2283a7ea8bc03719e02efff15fe9e92ce6556",
                "md5": "b053249fd9333559bcb1c8e2ad14c632",
                "sha256": "d36c1bab61710cd80cf48e98613e0d6e3a42bd28e0c08577e665a2e1f5f2789f"
            },
            "downloads": -1,
            "filename": "dbrx_de_ops-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b053249fd9333559bcb1c8e2ad14c632",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10314,
            "upload_time": "2025-08-23T05:57:22",
            "upload_time_iso_8601": "2025-08-23T05:57:22.197392Z",
            "url": "https://files.pythonhosted.org/packages/f1/d6/bfbf1d06126d42ce68fc90c2283a7ea8bc03719e02efff15fe9e92ce6556/dbrx_de_ops-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 05:57:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dbrx-de-ops"
}
        
Elapsed time: 0.57031s