astrodb-utils


Nameastrodb-utils JSON
Version 0.1.2 PyPI version JSON
download
home_page
Summaryastrodb_utils: scripts for interacting with the astrodb database
upload_time2024-03-12 20:51:46
maintainer
docs_urlNone
authorKelle Cruz, David Rodriguez
requires_python>=3.9
licenseBSD-3-Clause
keywords databases astronomy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # astrodb-scripts
[![Test astrodb-utils](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml/badge.svg)](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml)
[![Documentation Status](https://readthedocs.org/projects/astrodb-scripts/badge/?version=latest)](https://astrodb-scripts.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/astrodb-scripts.svg)](https://badge.fury.io/py/astrodb-scripts)

# Developer Setup Instructions
- Make new environment with Python=3.10
- Install dependencies using an editable install:
  ```
  pip install -e ".[test]"
  ```
- In the `tests/` directory, clone the `astrodb-template` repo:
  ```
  git clone git@github.com:astrodbtoolkit/astrodb-template-db.git
  ```
- Be sure to run tests from the top level directory.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "astrodb-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "databases,astronomy",
    "author": "Kelle Cruz, David Rodriguez",
    "author_email": "Arjun Savel <asavel@umd.edu>",
    "download_url": "https://files.pythonhosted.org/packages/1c/37/31f0681a11d554005b9cf50423e6605be6d8cf9e2006388f5b22b5ac7452/astrodb_utils-0.1.2.tar.gz",
    "platform": null,
    "description": "# astrodb-scripts\n[![Test astrodb-utils](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml/badge.svg)](https://github.com/astrodbtoolkit/astrodb-scripts/actions/workflows/run_tests.yml)\n[![Documentation Status](https://readthedocs.org/projects/astrodb-scripts/badge/?version=latest)](https://astrodb-scripts.readthedocs.io/en/latest/?badge=latest)\n[![PyPI version](https://badge.fury.io/py/astrodb-scripts.svg)](https://badge.fury.io/py/astrodb-scripts)\n\n# Developer Setup Instructions\n- Make new environment with Python=3.10\n- Install dependencies using an editable install:\n  ```\n  pip install -e \".[test]\"\n  ```\n- In the `tests/` directory, clone the `astrodb-template` repo:\n  ```\n  git clone git@github.com:astrodbtoolkit/astrodb-template-db.git\n  ```\n- Be sure to run tests from the top level directory.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "astrodb_utils: scripts for interacting with the astrodb database",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://astrodb-utils.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/astrodbtoolkit/astrodb_utils",
        "Issues": "https://github.com/astrodbtoolkit/astrodb_utils/issues"
    },
    "split_keywords": [
        "databases",
        "astronomy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f8e523d7da5a230cd79527fc8bb966de5e148db06ac783d4c910ee30d0f6511",
                "md5": "3121d1463407ac54dd5223bb4bb4ea48",
                "sha256": "be383787bf6685a1cea92109cd1dcf9187b02d4deeb8fc752f2db7e3a384ec8e"
            },
            "downloads": -1,
            "filename": "astrodb_utils-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3121d1463407ac54dd5223bb4bb4ea48",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 12375,
            "upload_time": "2024-03-12T20:51:44",
            "upload_time_iso_8601": "2024-03-12T20:51:44.332472Z",
            "url": "https://files.pythonhosted.org/packages/7f/8e/523d7da5a230cd79527fc8bb966de5e148db06ac783d4c910ee30d0f6511/astrodb_utils-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c3731f0681a11d554005b9cf50423e6605be6d8cf9e2006388f5b22b5ac7452",
                "md5": "e7dc087963fd998180ab0c58cac0a5c4",
                "sha256": "44c293f43945651ac55daaf6b5d7769608737d0c441b9552205c704eb1b13efb"
            },
            "downloads": -1,
            "filename": "astrodb_utils-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e7dc087963fd998180ab0c58cac0a5c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22383,
            "upload_time": "2024-03-12T20:51:46",
            "upload_time_iso_8601": "2024-03-12T20:51:46.357293Z",
            "url": "https://files.pythonhosted.org/packages/1c/37/31f0681a11d554005b9cf50423e6605be6d8cf9e2006388f5b22b5ac7452/astrodb_utils-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-12 20:51:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "astrodbtoolkit",
    "github_project": "astrodb_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "astrodb-utils"
}
        
Elapsed time: 0.20531s