gotu


Namegotu JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/swfiua/gotu
SummaryThe Geometry of the Universe
upload_time2024-11-02 15:57:17
maintainerNone
docs_urlNone
authorJohnny Gill
requires_pythonNone
licenseGPL 3
keywords astropy cosmology
VCS
bugtrack_url
requirements blume matplotlib astropy astroquery scipy
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==============================
 The Geometry of the Universe
==============================

Colin Rourke, University of Warwick

https://www.worldscientific.com/worldscibooks/10.1142/12195

This new book is to be published in July 2021.

I have created this little project as a place for a virtual guide to
the book, as I work my way through it.

Install
=======


::

   git clone https://github.com/swfiua/gotu

   python3 setup.py install --user


You may need blume from github too:::

   git clone https://github.com/swfiua/blume
   
   cd gotu

   python3 setup.py install --user

Running modules
===============

Many modules can be run from the command line, often using argparse to
parse options::

   python3 -m gotu.spiral --sky

   python3 -m gotu.gaia -h

Most of these use blume to provide a console and matplotlib plotting
environment.

It is a strange console where single character commands can have
interesting consequences.  

To start the show, type::

  magic.show()

This will pop up a magplotlib figure.

Type 'h' to see what does what.

Good luck on your adventure.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/swfiua/gotu",
    "name": "gotu",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "astropy cosmology",
    "author": "Johnny Gill",
    "author_email": "swfiua@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "==============================\n The Geometry of the Universe\n==============================\n\nColin Rourke, University of Warwick\n\nhttps://www.worldscientific.com/worldscibooks/10.1142/12195\n\nThis new book is to be published in July 2021.\n\nI have created this little project as a place for a virtual guide to\nthe book, as I work my way through it.\n\nInstall\n=======\n\n\n::\n\n   git clone https://github.com/swfiua/gotu\n\n   python3 setup.py install --user\n\n\nYou may need blume from github too:::\n\n   git clone https://github.com/swfiua/blume\n   \n   cd gotu\n\n   python3 setup.py install --user\n\nRunning modules\n===============\n\nMany modules can be run from the command line, often using argparse to\nparse options::\n\n   python3 -m gotu.spiral --sky\n\n   python3 -m gotu.gaia -h\n\nMost of these use blume to provide a console and matplotlib plotting\nenvironment.\n\nIt is a strange console where single character commands can have\ninteresting consequences.  \n\nTo start the show, type::\n\n  magic.show()\n\nThis will pop up a magplotlib figure.\n\nType 'h' to see what does what.\n\nGood luck on your adventure.\n\n\n",
    "bugtrack_url": null,
    "license": "GPL 3",
    "summary": "The Geometry of the Universe",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/swfiua/gotu"
    },
    "split_keywords": [
        "astropy",
        "cosmology"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e372378e4d8f744130c8a18ae4037a96a6fd952552e8471859b6f47ba23efd1c",
                "md5": "ff8ee8e52b6f2c9db631d9f9c232c514",
                "sha256": "896f8481c9b183c9108e0921abd8e13fa555807d7bd9be429ee5a4b26b00acd9"
            },
            "downloads": -1,
            "filename": "gotu-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ff8ee8e52b6f2c9db631d9f9c232c514",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 59239,
            "upload_time": "2024-11-02T15:57:17",
            "upload_time_iso_8601": "2024-11-02T15:57:17.671054Z",
            "url": "https://files.pythonhosted.org/packages/e3/72/378e4d8f744130c8a18ae4037a96a6fd952552e8471859b6f47ba23efd1c/gotu-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 15:57:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "swfiua",
    "github_project": "gotu",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "blume",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "astropy",
            "specs": []
        },
        {
            "name": "astroquery",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        }
    ],
    "lcname": "gotu"
}
        
Elapsed time: 4.04796s