fs-attestation-safe-eth-py


Namefs-attestation-safe-eth-py JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/safe-global/safe-eth-py
SummaryModified safe-eth-py library version 6.0.0b25 to be used in FailSafe Attestation Service CLI. The original safe-eth-py is available here https://pypi.org/project/safe-eth-py/
upload_time2024-05-04 05:04:43
maintainerNone
docs_urlNone
authorMohan | Team FailSafe | https://getfailsafe.com
requires_python>=3.9
licenseMIT License
keywords ethereum web3 django safe cowswap gnosis failsafe failsafe-attestation-service
VCS
bugtrack_url
requirements django django-filter djangorestframework hexbytes packaging psycopg2-binary py-evm pysha3 requests safe-pysha3 web3
Travis-CI No Travis.
coveralls test coverage
            fs-attestation-safe-eth-py
###########################################

.. class:: no-web no-pdf

fs-attestation-safe-eth-py provides the SafeBaseAPI class in safe-eth-py library with the ability to accept a custom base url for the Safe Transaction Service:
  - The modified safe-cli (fs-attestation-safe-cli, available here https://pypi.org/project/fs-attestation-safe-cli/1.0.2/) uses this library to connect to a custom safe transaction service url

Quick start
-----------

Just run ``pip install fs-attestation-safe-eth-py`` or add it to your **requirements.txt**

Contributors
------------
- Mohan, Lead Blockchain Engineer, FailSafe, mohan@ethlas.com

- `See more about FailSafe <https://getfailsafe.com/>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/safe-global/safe-eth-py",
    "name": "fs-attestation-safe-eth-py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "ethereum, web3, django, safe, cowswap, gnosis, failsafe, failsafe-attestation-service",
    "author": "Mohan | Team FailSafe | https://getfailsafe.com",
    "author_email": "mohan@ethlas.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/ab/e0ec909135dfc301356f12e97aee9903aa2049cfb9ac07f8ea89ad8e42ae/fs-attestation-safe-eth-py-1.0.3.tar.gz",
    "platform": null,
    "description": "fs-attestation-safe-eth-py\n###########################################\n\n.. class:: no-web no-pdf\n\nfs-attestation-safe-eth-py provides the SafeBaseAPI class in safe-eth-py library with the ability to accept a custom base url for the Safe Transaction Service:\n  - The modified safe-cli (fs-attestation-safe-cli, available here https://pypi.org/project/fs-attestation-safe-cli/1.0.2/) uses this library to connect to a custom safe transaction service url\n\nQuick start\n-----------\n\nJust run ``pip install fs-attestation-safe-eth-py`` or add it to your **requirements.txt**\n\nContributors\n------------\n- Mohan, Lead Blockchain Engineer, FailSafe, mohan@ethlas.com\n\n- `See more about FailSafe <https://getfailsafe.com/>`_\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Modified safe-eth-py library version 6.0.0b25 to be used in FailSafe Attestation Service CLI. The original safe-eth-py is available here https://pypi.org/project/safe-eth-py/",
    "version": "1.0.3",
    "project_urls": {
        "Documentation": "https://safe-eth-py.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/safe-global/safe-eth-py",
        "Source": "https://github.com/safe-global/safe-eth-py",
        "Tracker": "https://github.com/safe-global/safe-eth-py/issues"
    },
    "split_keywords": [
        "ethereum",
        " web3",
        " django",
        " safe",
        " cowswap",
        " gnosis",
        " failsafe",
        " failsafe-attestation-service"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2abe0ec909135dfc301356f12e97aee9903aa2049cfb9ac07f8ea89ad8e42ae",
                "md5": "4865208cd9c58b5d32112dd89a27a245",
                "sha256": "9b28906f3ff0f1d9e0b762fa83746f9263a7d1e58368cf5bd609aa6557b99e38"
            },
            "downloads": -1,
            "filename": "fs-attestation-safe-eth-py-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "4865208cd9c58b5d32112dd89a27a245",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 755030,
            "upload_time": "2024-05-04T05:04:43",
            "upload_time_iso_8601": "2024-05-04T05:04:43.023450Z",
            "url": "https://files.pythonhosted.org/packages/b2/ab/e0ec909135dfc301356f12e97aee9903aa2049cfb9ac07f8ea89ad8e42ae/fs-attestation-safe-eth-py-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-04 05:04:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "safe-global",
    "github_project": "safe-eth-py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "django",
            "specs": [
                [
                    "==",
                    "4.2.11"
                ]
            ]
        },
        {
            "name": "django-filter",
            "specs": [
                [
                    "==",
                    "24.2"
                ]
            ]
        },
        {
            "name": "djangorestframework",
            "specs": [
                [
                    "==",
                    "3.15.1"
                ]
            ]
        },
        {
            "name": "hexbytes",
            "specs": [
                [
                    "==",
                    "0.3.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": []
        },
        {
            "name": "psycopg2-binary",
            "specs": [
                [
                    "==",
                    "2.9.9"
                ]
            ]
        },
        {
            "name": "py-evm",
            "specs": [
                [
                    "==",
                    "0.10.1b1"
                ]
            ]
        },
        {
            "name": "pysha3",
            "specs": [
                [
                    "<",
                    "2.0.0"
                ],
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "safe-pysha3",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "web3",
            "specs": [
                [
                    "==",
                    "6.17.2"
                ]
            ]
        }
    ],
    "lcname": "fs-attestation-safe-eth-py"
}
        
Elapsed time: 0.36995s