contract-deploy-tools


Namecontract-deploy-tools JSON
Version 0.11.1 PyPI version JSON
download
home_pagehttps://github.com/trustlines-protocol/contract-deploy-tools
SummaryCompile, test and deploy smart contracts
upload_time2022-11-07 11:12:12
maintainer
docs_urlNone
authorTrustlines-Network
requires_python>=3.6
licenseMIT
keywords ethereum compile test deploy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # contract-deploy-tools
Tools around compiling, deploying and testing smart contracts on an ethereum chain with python.

# Installation
```bash
pip install -r dev-requirements.txt -e .
```

# Run test
```bash
pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/trustlines-protocol/contract-deploy-tools",
    "name": "contract-deploy-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "ethereum compile test deploy",
    "author": "Trustlines-Network",
    "author_email": "contact@brainbot.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/0a/e55ec5458eee505ff003d9b21e05ca39ac23848b6ea8dc880db0254b62d1/contract-deploy-tools-0.11.1.tar.gz",
    "platform": null,
    "description": "# contract-deploy-tools\nTools around compiling, deploying and testing smart contracts on an ethereum chain with python.\n\n# Installation\n```bash\npip install -r dev-requirements.txt -e .\n```\n\n# Run test\n```bash\npytest\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Compile, test and deploy smart contracts",
    "version": "0.11.1",
    "split_keywords": [
        "ethereum",
        "compile",
        "test",
        "deploy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6b0bea28276dd61b9cd7b2a1ea51b4ea",
                "sha256": "92f0c9e422beb489e2fc9ca2e414b0d982e26cf4938ac73a2f387a1899f6b36e"
            },
            "downloads": -1,
            "filename": "contract_deploy_tools-0.11.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6b0bea28276dd61b9cd7b2a1ea51b4ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 15098,
            "upload_time": "2022-11-07T11:11:56",
            "upload_time_iso_8601": "2022-11-07T11:11:56.303511Z",
            "url": "https://files.pythonhosted.org/packages/a3/69/9eddb1f01ae1bc9b32f30bfc0354199f45bf5e8d9e30426880ca18615ed7/contract_deploy_tools-0.11.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "9b5724c00148e0bfa79010d81cd1e32f",
                "sha256": "15fa5bc7f172642b2915d16b274913fa8e55826928a7e4e8676e6730c9f17a21"
            },
            "downloads": -1,
            "filename": "contract-deploy-tools-0.11.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9b5724c00148e0bfa79010d81cd1e32f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 21250,
            "upload_time": "2022-11-07T11:12:12",
            "upload_time_iso_8601": "2022-11-07T11:12:12.274199Z",
            "url": "https://files.pythonhosted.org/packages/a9/0a/e55ec5458eee505ff003d9b21e05ca39ac23848b6ea8dc880db0254b62d1/contract-deploy-tools-0.11.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-07 11:12:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "trustlines-protocol",
    "github_project": "contract-deploy-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "tox": true,
    "lcname": "contract-deploy-tools"
}
        
Elapsed time: 0.02365s