web3-block-timestamp


Nameweb3-block-timestamp JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryConverts between EVM chain block and timestamp
upload_time2024-10-08 15:00:29
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2024 Boldrack Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords web3 blockchain timestamp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # web3py-block-timestamp
This is a python fork of https://github.com/monosux/ethereum-block-by-date for web3py. It helps converts between a blockchain block and a timestamp. This turns out to be a very common requirement when building web3 applications. it arose from my own requirement itself. 

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "web3-block-timestamp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "web3, blockchain, timestamp",
    "author": null,
    "author_email": "boldrack <boldrackdev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/95/c572739e4a971ff5dd80c3fc1f42cba154999ba14457a58a786a2d01d6af/web3_block_timestamp-1.0.0.tar.gz",
    "platform": null,
    "description": "# web3py-block-timestamp\nThis is a python fork of https://github.com/monosux/ethereum-block-by-date for web3py. It helps converts between a blockchain block and a timestamp. This turns out to be a very common requirement when building web3 applications. it arose from my own requirement itself. \n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Boldrack  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Converts between EVM chain block and timestamp",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/boldrack/web3py-block-timestamp"
    },
    "split_keywords": [
        "web3",
        " blockchain",
        " timestamp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "19d4b36109cfd64eba6d89e6eec771ce46440ddd4777f7e2a85dd628de02bdd3",
                "md5": "ea1e956ea731da3bf11f134095bfdfd9",
                "sha256": "270275ba773c642fe4e48e828b2a0c7bc5f5f9a872fe43a49993527fced378d7"
            },
            "downloads": -1,
            "filename": "web3_block_timestamp-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ea1e956ea731da3bf11f134095bfdfd9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 10239,
            "upload_time": "2024-10-08T15:00:26",
            "upload_time_iso_8601": "2024-10-08T15:00:26.381304Z",
            "url": "https://files.pythonhosted.org/packages/19/d4/b36109cfd64eba6d89e6eec771ce46440ddd4777f7e2a85dd628de02bdd3/web3_block_timestamp-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4895c572739e4a971ff5dd80c3fc1f42cba154999ba14457a58a786a2d01d6af",
                "md5": "0248a6284cb7029591790a9e4a258af6",
                "sha256": "c84c608a1d50f42142b80879f127b5ab8043286c1cb3a2b2b667ded56882e426"
            },
            "downloads": -1,
            "filename": "web3_block_timestamp-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0248a6284cb7029591790a9e4a258af6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8094,
            "upload_time": "2024-10-08T15:00:29",
            "upload_time_iso_8601": "2024-10-08T15:00:29.085650Z",
            "url": "https://files.pythonhosted.org/packages/48/95/c572739e4a971ff5dd80c3fc1f42cba154999ba14457a58a786a2d01d6af/web3_block_timestamp-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-08 15:00:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "boldrack",
    "github_project": "web3py-block-timestamp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "web3-block-timestamp"
}
        
Elapsed time: 4.38968s