graphenelib


Namegraphenelib JSON
Version 1.6.1 PyPI version JSON
download
home_pagehttps://github.com/xeroc/python-graphenelib
SummaryPython library for graphene-based blockchains
upload_time2023-11-23 20:25:54
maintainerFabian Schuh
docs_urlNone
authorFabian Schuh
requires_python>=3.6
license
keywords graphene api rpc ecdsa secp256k1
VCS
bugtrack_url
requirements ecdsa requests websocket-client pylibscrypt pycryptodome appdirs scrypt websockets aiohttp asyncinit expiringdict
Travis-CI
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xeroc/python-graphenelib",
    "name": "graphenelib",
    "maintainer": "Fabian Schuh",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Fabian@chainsquad.com",
    "keywords": "graphene,api,rpc,ecdsa,secp256k1",
    "author": "Fabian Schuh",
    "author_email": "Fabian@chainsquad.com",
    "download_url": "https://files.pythonhosted.org/packages/fc/6a/0277bac0587a8f3e7eb9fdd6ed9113201ea6a1366196db115cf7972a08d6/graphenelib-1.6.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python library for graphene-based blockchains",
    "version": "1.6.1",
    "project_urls": {
        "Homepage": "https://github.com/xeroc/python-graphenelib"
    },
    "split_keywords": [
        "graphene",
        "api",
        "rpc",
        "ecdsa",
        "secp256k1"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fc6a0277bac0587a8f3e7eb9fdd6ed9113201ea6a1366196db115cf7972a08d6",
                "md5": "ba1de4e2629ab98efee9c5dfd29b5d7e",
                "sha256": "860a3377a4e72e574e6d56963c8317c463b3649c4ad150e2dbcd8ef23311d4a6"
            },
            "downloads": -1,
            "filename": "graphenelib-1.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ba1de4e2629ab98efee9c5dfd29b5d7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 333800,
            "upload_time": "2023-11-23T20:25:54",
            "upload_time_iso_8601": "2023-11-23T20:25:54.410741Z",
            "url": "https://files.pythonhosted.org/packages/fc/6a/0277bac0587a8f3e7eb9fdd6ed9113201ea6a1366196db115cf7972a08d6/graphenelib-1.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-23 20:25:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xeroc",
    "github_project": "python-graphenelib",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "ecdsa",
            "specs": [
                [
                    ">",
                    "0.14"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.22.0"
                ],
                [
                    "<",
                    "3"
                ]
            ]
        },
        {
            "name": "websocket-client",
            "specs": [
                [
                    "<",
                    "1"
                ],
                [
                    ">=",
                    "0.56.0"
                ]
            ]
        },
        {
            "name": "pylibscrypt",
            "specs": [
                [
                    "<",
                    "2"
                ],
                [
                    ">=",
                    "1.8.0"
                ]
            ]
        },
        {
            "name": "pycryptodome",
            "specs": [
                [
                    "<",
                    "4"
                ],
                [
                    ">=",
                    "3.9.1"
                ]
            ]
        },
        {
            "name": "appdirs",
            "specs": [
                [
                    "<",
                    "2"
                ],
                [
                    ">=",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "scrypt",
            "specs": [
                [
                    "<",
                    "0.9"
                ],
                [
                    ">=",
                    "0.8.13"
                ]
            ]
        },
        {
            "name": "websockets",
            "specs": [
                [
                    ">=",
                    "9.1"
                ]
            ]
        },
        {
            "name": "aiohttp",
            "specs": [
                [
                    "<",
                    "4"
                ],
                [
                    ">=",
                    "3.5.4"
                ]
            ]
        },
        {
            "name": "asyncinit",
            "specs": [
                [
                    "<",
                    "0.3"
                ],
                [
                    ">=",
                    "0.2.4"
                ]
            ]
        },
        {
            "name": "expiringdict",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "graphenelib"
}
        
Elapsed time: 0.14272s