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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file ionized-1.1.0.tar.gz.

File metadata

  • Download URL: ionized-1.1.0.tar.gz
  • Upload date:
  • Size: 9.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for ionized-1.1.0.tar.gz
Algorithm Hash digest
SHA256 0a32d0177a3a14515e98de6445cb5a00f61ea973e2e51e931dcd2c039d7fc44e
MD5 a9b55b48da6ade5748e89e103d3684c8
BLAKE2b-256 47e18e380e04f11e1bc479c5651a4cd0a73d5bcef7487a56240e27b4e616ca4d

See more details on using hashes here.

File details

Details for the file ionized-1.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: ionized-1.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.8

File hashes

Hashes for ionized-1.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9dac5764b7510287ff2cf08fbbc1db937cde40f24736e9d50a52bda2f293d432
MD5 08b51405cd73e123de504fbc094f273c
BLAKE2b-256 d09bb6052a506535d8256783ef46b0cf0ceef68ceaa7780b7e747c75e37e1c79

See more details on using hashes here.

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