ape-openzeppelin


Nameape-openzeppelin JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/antazoey/ape-openzeppelin
Summaryape-openzeppelin: Easily use OpenZeppelin in your Ape projects
upload_time2023-11-03 14:20:31
maintainer
docs_urlNone
authorApeWorX Ltd.
requires_python>=3.8,<4
licenseApache-2.0
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Quick Start

Easily use OpenZeppelin dependencies in your Ape projects.

## Dependencies

- [python3](https://www.python.org/downloads) version 3.8 up to 3.11.

## Installation

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):

```bash
pip install ape-openzeppelin
```

### via `setuptools`

You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:

```bash
git clone https://github.com/antaozoey/ape-openzeppelin.git
cd ape-openzeppelin
python3 setup.py install
```

## Quick Usage

Easily use OpenZeppelin in your Ape project by including a dependency like this:

```yaml
dependencies:
  - openzeppelin: 4.6.0
```

You can also change the name of the dependency if needbe.
You would need to do this if using multiple versions in the same project:

```yaml
dependencies:
  - openzeppelin: 3.6.0
    name: openzeppelin_360
  - openzeppelin: 4.6.0
    name: openzeppelin_460
```

## 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/antazoey/ape-openzeppelin",
    "name": "ape-openzeppelin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "ApeWorX Ltd.",
    "author_email": "admin@apeworx.io",
    "download_url": "https://files.pythonhosted.org/packages/63/02/02c42a005c2ac7e2b83359a40d08a36a56e1e4f1993ac7905df63e6b0fa2/ape-openzeppelin-0.6.0.tar.gz",
    "platform": null,
    "description": "# Quick Start\n\nEasily use OpenZeppelin dependencies in your Ape projects.\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.8 up to 3.11.\n\n## Installation\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-openzeppelin\n```\n\n### via `setuptools`\n\nYou can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:\n\n```bash\ngit clone https://github.com/antaozoey/ape-openzeppelin.git\ncd ape-openzeppelin\npython3 setup.py install\n```\n\n## Quick Usage\n\nEasily use OpenZeppelin in your Ape project by including a dependency like this:\n\n```yaml\ndependencies:\n  - openzeppelin: 4.6.0\n```\n\nYou can also change the name of the dependency if needbe.\nYou would need to do this if using multiple versions in the same project:\n\n```yaml\ndependencies:\n  - openzeppelin: 3.6.0\n    name: openzeppelin_360\n  - openzeppelin: 4.6.0\n    name: openzeppelin_460\n```\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",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-openzeppelin: Easily use OpenZeppelin in your Ape projects",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/antazoey/ape-openzeppelin"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "baeaa47818f0ecf17597988833b521c7a9b3614fed4614002ea744d5349c7118",
                "md5": "f3f187a7d7a730418d8e06a01f725530",
                "sha256": "526732e32e8d9158ace399fd70cb75d87d1b7e54905330175158d3dc9be9c311"
            },
            "downloads": -1,
            "filename": "ape_openzeppelin-0.6.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3f187a7d7a730418d8e06a01f725530",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4",
            "size": 7745,
            "upload_time": "2023-11-03T14:20:30",
            "upload_time_iso_8601": "2023-11-03T14:20:30.240005Z",
            "url": "https://files.pythonhosted.org/packages/ba/ea/a47818f0ecf17597988833b521c7a9b3614fed4614002ea744d5349c7118/ape_openzeppelin-0.6.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "630202c42a005c2ac7e2b83359a40d08a36a56e1e4f1993ac7905df63e6b0fa2",
                "md5": "09cfe84e35a5cca5e221f336314ce991",
                "sha256": "fb1b99004d6b4899011362d9b3db87485079b0a4846b9a11b10a01b5c32a6b95"
            },
            "downloads": -1,
            "filename": "ape-openzeppelin-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "09cfe84e35a5cca5e221f336314ce991",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4",
            "size": 14286,
            "upload_time": "2023-11-03T14:20:31",
            "upload_time_iso_8601": "2023-11-03T14:20:31.895462Z",
            "url": "https://files.pythonhosted.org/packages/63/02/02c42a005c2ac7e2b83359a40d08a36a56e1e4f1993ac7905df63e6b0fa2/ape-openzeppelin-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-03 14:20:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "antazoey",
    "github_project": "ape-openzeppelin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-openzeppelin"
}
        
Elapsed time: 0.28110s