Skip to main content

Bootstrap Amazon Ion into existing projects

Project description

ionized

CI Documentation Status

Bootstrap Amazon Ion into existing projects using ion-python.

Features

  • Add Amazon-Ion capabilities to a class using the @ionize decorator

Usage

Installation

This package is available in Pypi pypi.org/project/ionized

$ pip install ionized

Example

Simply add a decorator before declaring your class.

from dataclasses import dataclass

from ionized.ionized import ionize

@ionize
@dataclass
class MyData:
    name: str
    age: int = 0

instance = MyData('Bob', 29)
print(instance.ionize())

Credits

This package was created with Cookiecutter_ and the audreyr/cookiecutter-pypackage_ project template.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ionized-1.1.0.tar.gz (9.8 kB view hashes)

Uploaded Source

Built Distribution

ionized-1.1.0-py2.py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page