fib-ast


Namefib-ast JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/pacifikus/fibonacci_ast
SummaryAST graph building for fibonacci function
upload_time2023-03-21 19:40:20
maintainer
docs_urlNone
authorpacificus
requires_python>=3.8,<4.0
licenseMIT
keywords ast fibonacchi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # fibonacci_ast

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pacifikus/fibonacci_ast",
    "name": "fib-ast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "ast,fibonacchi",
    "author": "pacificus",
    "author_email": "masterkristall@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c8/d6/3afabfdfb5bcea32dd11d97851a32c520b3cdbda6e1ceffe4278d00de5ca/fib_ast-0.1.0.tar.gz",
    "platform": null,
    "description": "# fibonacci_ast\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "AST graph building for fibonacci function",
    "version": "0.1.0",
    "split_keywords": [
        "ast",
        "fibonacchi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4750cf8e13be1d2bf87b716b5e1c2866b9d7e65a5ca7efa29c2c6b75891c302c",
                "md5": "26f0cf2505e8ff3cb434d4d3f2c20555",
                "sha256": "faf401f4e0b66587864c7eccb6d129b1e289e02e766a9b5f8f114e7b2737270f"
            },
            "downloads": -1,
            "filename": "fib_ast-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "26f0cf2505e8ff3cb434d4d3f2c20555",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 3517,
            "upload_time": "2023-03-21T19:40:17",
            "upload_time_iso_8601": "2023-03-21T19:40:17.933655Z",
            "url": "https://files.pythonhosted.org/packages/47/50/cf8e13be1d2bf87b716b5e1c2866b9d7e65a5ca7efa29c2c6b75891c302c/fib_ast-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8d63afabfdfb5bcea32dd11d97851a32c520b3cdbda6e1ceffe4278d00de5ca",
                "md5": "b8624787e617e4b952b866bbb1d1c8e5",
                "sha256": "f67ba90b81c7e8bedf7a81a692164a2f3e460322d0da2012d1198891fd7b1544"
            },
            "downloads": -1,
            "filename": "fib_ast-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b8624787e617e4b952b866bbb1d1c8e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 3003,
            "upload_time": "2023-03-21T19:40:20",
            "upload_time_iso_8601": "2023-03-21T19:40:20.440623Z",
            "url": "https://files.pythonhosted.org/packages/c8/d6/3afabfdfb5bcea32dd11d97851a32c520b3cdbda6e1ceffe4278d00de5ca/fib_ast-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-21 19:40:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pacifikus",
    "github_project": "fibonacci_ast",
    "lcname": "fib-ast"
}
        
Elapsed time: 0.06316s