opendatapy


Nameopendatapy JSON
Version 0.1.2 PyPI version JSON
download
home_pageNone
Summaryopendata.studio datakit helper library
upload_time2024-10-20 23:46:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # opendatapy

A Python library for interacting with opendata.studio datakits.

This library contains low-level functions used by [opends-cli](https://github.com/opendatastudio/cli) to interact with opendata.studio datakits.

## Development

### Deploying to PyPI

```bash
python -m venv .venv
source .venv/bin/activate
pip install --upgrade build twine
python -m build  # Generate distribution archives
python -m twine upload --repository pypi dist/*  # Upload distribution archives
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "opendatapy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "echus <varvara@echus.co>",
    "download_url": "https://files.pythonhosted.org/packages/d4/9e/06a50f25d4ba8de6c9825fababc7ad92d5e62f04eb6c9c5ac0e53cf53b02/opendatapy-0.1.2.tar.gz",
    "platform": null,
    "description": "# opendatapy\n\nA Python library for interacting with opendata.studio datakits.\n\nThis library contains low-level functions used by [opends-cli](https://github.com/opendatastudio/cli) to interact with opendata.studio datakits.\n\n## Development\n\n### Deploying to PyPI\n\n```bash\npython -m venv .venv\nsource .venv/bin/activate\npip install --upgrade build twine\npython -m build  # Generate distribution archives\npython -m twine upload --repository pypi dist/*  # Upload distribution archives\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "opendata.studio datakit helper library",
    "version": "0.1.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/opendatastudio/opendatapy/issues",
        "Homepage": "https://github.com/opendatastudio/opendatapy"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea418993c936e6aaca5a60ecfb1b577c62395790593e53a7cbe759933bb6e2b6",
                "md5": "cd3b2d5add15fa0093cc92d05787315c",
                "sha256": "3ed33d06253775f827089365097246df6bcd19117ad795a255c9049c0328ca22"
            },
            "downloads": -1,
            "filename": "opendatapy-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cd3b2d5add15fa0093cc92d05787315c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 8294,
            "upload_time": "2024-10-20T23:46:48",
            "upload_time_iso_8601": "2024-10-20T23:46:48.134704Z",
            "url": "https://files.pythonhosted.org/packages/ea/41/8993c936e6aaca5a60ecfb1b577c62395790593e53a7cbe759933bb6e2b6/opendatapy-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d49e06a50f25d4ba8de6c9825fababc7ad92d5e62f04eb6c9c5ac0e53cf53b02",
                "md5": "91cf78b7ee49553f16d26ebf81243d92",
                "sha256": "7260d4a2b98102b3aaac759d83995c7d8d7c3c366557c9a1aab31a1b27e13cf5"
            },
            "downloads": -1,
            "filename": "opendatapy-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "91cf78b7ee49553f16d26ebf81243d92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 8033,
            "upload_time": "2024-10-20T23:46:49",
            "upload_time_iso_8601": "2024-10-20T23:46:49.802842Z",
            "url": "https://files.pythonhosted.org/packages/d4/9e/06a50f25d4ba8de6c9825fababc7ad92d5e62f04eb6c9c5ac0e53cf53b02/opendatapy-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-20 23:46:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opendatastudio",
    "github_project": "opendatapy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "opendatapy"
}
        
Elapsed time: 0.99527s