righty


Namerighty JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/jasper-tms/righty
SummaryCode to interact with the "righty" fly CNS GridTape-TEM dataset
upload_time2023-07-13 21:42:46
maintainer
docs_urlNone
authorJasper Phelps
requires_python>=3.6
license
keywords
VCS
bugtrack_url
requirements numpy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Python code for the "righty" GridTape-TEM dataset

#### Installation
Install this package into your python environment using pip:

    # Install from Python Package Index
    pip install righty
    # Install from GitHub
    pip install git+https://github.com/jasper-tms/righty

To later pull updates, use:

    # If you installed from PyPI
    pip install --upgrade righty
    # If you installed from GitHub
    pip install --force-reinstall git+https://github.com/jasper-tms/righty

#### Get started
Launch python, import this package, and get started by looking at the dataset's description:

    import righty
    print(righty.info.dataset_description)

See what other information is available:

    print(righty.info.descriptions)
    # Or if you want to print these descriptions formatted nicely:
    import json
    print(json.dumps(righty.info.descriptions, indent=2))

Then access the info you are interested in, e.g.:

    voxel_size = righty.info.voxel_size
    shape = righty.info.shape




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jasper-tms/righty",
    "name": "righty",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Jasper Phelps",
    "author_email": "jasper.s.phelps@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/3e/d60c6d4f36242484d095edea51897e1ab8f198b671107ae2135a928076ab/righty-0.1.0.tar.gz",
    "platform": null,
    "description": "### Python code for the \"righty\" GridTape-TEM dataset\n\n#### Installation\nInstall this package into your python environment using pip:\n\n    # Install from Python Package Index\n    pip install righty\n    # Install from GitHub\n    pip install git+https://github.com/jasper-tms/righty\n\nTo later pull updates, use:\n\n    # If you installed from PyPI\n    pip install --upgrade righty\n    # If you installed from GitHub\n    pip install --force-reinstall git+https://github.com/jasper-tms/righty\n\n#### Get started\nLaunch python, import this package, and get started by looking at the dataset's description:\n\n    import righty\n    print(righty.info.dataset_description)\n\nSee what other information is available:\n\n    print(righty.info.descriptions)\n    # Or if you want to print these descriptions formatted nicely:\n    import json\n    print(json.dumps(righty.info.descriptions, indent=2))\n\nThen access the info you are interested in, e.g.:\n\n    voxel_size = righty.info.voxel_size\n    shape = righty.info.shape\n\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Code to interact with the \"righty\" fly CNS GridTape-TEM dataset",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jasper-tms/righty"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cd0b2d4f64627138ec18a68eec8ea0be703f808f60e03dbe5827945d8570093",
                "md5": "27155ce0da0daadb73e784f679cd7c6f",
                "sha256": "4904bb9c2f641c7a5b9ed37c335dc460a54d930fb64b7ad541c4c29a7f436401"
            },
            "downloads": -1,
            "filename": "righty-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27155ce0da0daadb73e784f679cd7c6f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4109,
            "upload_time": "2023-07-13T21:42:45",
            "upload_time_iso_8601": "2023-07-13T21:42:45.030708Z",
            "url": "https://files.pythonhosted.org/packages/8c/d0/b2d4f64627138ec18a68eec8ea0be703f808f60e03dbe5827945d8570093/righty-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "883ed60c6d4f36242484d095edea51897e1ab8f198b671107ae2135a928076ab",
                "md5": "2a273c915158377137ac0ffa5d3101d9",
                "sha256": "6684f26e0aabab740103ae63b3855df8cf62cc91c1a0b124facb240b30c575bc"
            },
            "downloads": -1,
            "filename": "righty-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2a273c915158377137ac0ffa5d3101d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3798,
            "upload_time": "2023-07-13T21:42:46",
            "upload_time_iso_8601": "2023-07-13T21:42:46.850367Z",
            "url": "https://files.pythonhosted.org/packages/88/3e/d60c6d4f36242484d095edea51897e1ab8f198b671107ae2135a928076ab/righty-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-13 21:42:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jasper-tms",
    "github_project": "righty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        }
    ],
    "lcname": "righty"
}
        
Elapsed time: 0.08883s