ape-gnosis


Nameape-gnosis JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://github.com/jfarid27/ape-gnosis
Summaryape-gnosis: Gnosis Ecosystem Plugin for Ape
upload_time2023-06-08 13:41:57
maintainer
docs_urlNone
authorJalil A. Farid
requires_python>=3.7,<4
licenseApache-2.0
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ape Gnosis

Adds Gnosis Chain support to Ape CLI.

## Dependencies

* [python3](https://www.python.org/downloads) version 3.7 or greater, python3-dev

## Installation

### via `ape install`

```bash
ape install plugin gnosis
```

### via `ape-config.yaml`

```yaml
plugins:
  - name: gnosis
```

### via `pip`

```bash
cd ape-gnosis
python -m pip install . --user
```

## Quick Usage

TODO: Describe library overview in code

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

## License

This project is licensed under the [Apache 2.0](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jfarid27/ape-gnosis",
    "name": "ape-gnosis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7,<4",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "Jalil A. Farid",
    "author_email": "jrab227@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/33/a6/7cb0b80b82eff4ea8d738afe183138a9f640b2223655dd41752207e30022/ape-gnosis-0.2.0.tar.gz",
    "platform": null,
    "description": "# Ape Gnosis\n\nAdds Gnosis Chain support to Ape CLI.\n\n## Dependencies\n\n* [python3](https://www.python.org/downloads) version 3.7 or greater, python3-dev\n\n## Installation\n\n### via `ape install`\n\n```bash\nape install plugin gnosis\n```\n\n### via `ape-config.yaml`\n\n```yaml\nplugins:\n  - name: gnosis\n```\n\n### via `pip`\n\n```bash\ncd ape-gnosis\npython -m pip install . --user\n```\n\n## Quick Usage\n\nTODO: Describe library overview in code\n\n## Development\n\nThis project is in development and should be considered a beta.\nThings might not be in their final state and breaking changes may occur.\nComments, questions, criticisms and pull requests are welcomed.\n\n## License\n\nThis project is licensed under the [Apache 2.0](LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-gnosis: Gnosis Ecosystem Plugin for Ape",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://github.com/jfarid27/ape-gnosis"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f5cb007ec5d62f71d4dff3a088a04143b5a0f07772a80e3bc9e622ed6b3455e",
                "md5": "0d084cf9dd511899bb11470d875da367",
                "sha256": "89a13c6e10861b53fd8369dd69c621e0a54b0cc38dd0d8e8a76ecd739fdec8cd"
            },
            "downloads": -1,
            "filename": "ape_gnosis-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d084cf9dd511899bb11470d875da367",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4",
            "size": 9153,
            "upload_time": "2023-06-08T13:41:55",
            "upload_time_iso_8601": "2023-06-08T13:41:55.543676Z",
            "url": "https://files.pythonhosted.org/packages/2f/5c/b007ec5d62f71d4dff3a088a04143b5a0f07772a80e3bc9e622ed6b3455e/ape_gnosis-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "33a67cb0b80b82eff4ea8d738afe183138a9f640b2223655dd41752207e30022",
                "md5": "80d577610941b24db2c45b5720cd31cc",
                "sha256": "94af597d58fe26110e9f40f4d079a8ce774910c3d9ce9971b494794a205c155f"
            },
            "downloads": -1,
            "filename": "ape-gnosis-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "80d577610941b24db2c45b5720cd31cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4",
            "size": 14550,
            "upload_time": "2023-06-08T13:41:57",
            "upload_time_iso_8601": "2023-06-08T13:41:57.022889Z",
            "url": "https://files.pythonhosted.org/packages/33/a6/7cb0b80b82eff4ea8d738afe183138a9f640b2223655dd41752207e30022/ape-gnosis-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-08 13:41:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jfarid27",
    "github_project": "ape-gnosis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-gnosis"
}
        
Elapsed time: 0.08027s