astropic


Nameastropic JSON
Version 1.1.6 PyPI version JSON
download
home_pagehttps://github.com/Aromik/astropic
SummaryTool for editing astronomical object pictures
upload_time2023-02-11 17:35:50
maintainer
docs_urlNone
authorAromik
requires_python>=3.7,<4.0
licenseMIT
keywords astropy redshift astropic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # astropic
Code to modify the images using different redshifts and distances.
May be buggy, submit bugs in Github Issues. 
To run your code, install the repository: 
WARNING: poetry and poetry-core are needed to build the package 
`pip install astropic` 
Then you are ready to run the main code. 
To use the module in your code, do `from astropic.main import convert` and then run the `convert('info')` 
There is also a bonus script fits2png.py, which modifies .fits files into .png files 


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Aromik/astropic",
    "name": "astropic",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "",
    "keywords": "astropy,redshift,astropic",
    "author": "Aromik",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2a/2d/3f5c1f138da1b3964f3991ce1b80bb05863257b95c2fad630b2ae0d288ee/astropic-1.1.6.tar.gz",
    "platform": null,
    "description": "# astropic\nCode to modify the images using different redshifts and distances.\nMay be buggy, submit bugs in Github Issues. \nTo run your code, install the repository: \nWARNING: poetry and poetry-core are needed to build the package \n`pip install astropic` \nThen you are ready to run the main code. \nTo use the module in your code, do `from astropic.main import convert` and then run the `convert('info')` \nThere is also a bonus script fits2png.py, which modifies .fits files into .png files \n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tool for editing astronomical object pictures",
    "version": "1.1.6",
    "split_keywords": [
        "astropy",
        "redshift",
        "astropic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "57a5da6567ee57bba6fc30d80caa97ea182b1c9a6f7fa2cf9c4fb0af38762b38",
                "md5": "f0c11d6484c2c502f0fe25caec6ba3ce",
                "sha256": "4f1af3b8fd51109d2c118aaf0423b53aafe26fb5818af414ac6ef599fbf22819"
            },
            "downloads": -1,
            "filename": "astropic-1.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f0c11d6484c2c502f0fe25caec6ba3ce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 5999,
            "upload_time": "2023-02-11T17:35:48",
            "upload_time_iso_8601": "2023-02-11T17:35:48.911995Z",
            "url": "https://files.pythonhosted.org/packages/57/a5/da6567ee57bba6fc30d80caa97ea182b1c9a6f7fa2cf9c4fb0af38762b38/astropic-1.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a2d3f5c1f138da1b3964f3991ce1b80bb05863257b95c2fad630b2ae0d288ee",
                "md5": "3418736b325f0d4e8036050f0eb5d6f8",
                "sha256": "df0e51ddf8c2fd370fb3bdcf00ae421773d409a914793d821c704834d40cbaaa"
            },
            "downloads": -1,
            "filename": "astropic-1.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "3418736b325f0d4e8036050f0eb5d6f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 4911,
            "upload_time": "2023-02-11T17:35:50",
            "upload_time_iso_8601": "2023-02-11T17:35:50.677666Z",
            "url": "https://files.pythonhosted.org/packages/2a/2d/3f5c1f138da1b3964f3991ce1b80bb05863257b95c2fad630b2ae0d288ee/astropic-1.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 17:35:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Aromik",
    "github_project": "astropic",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "astropic"
}
        
Elapsed time: 0.04584s