PokaInc / arnparse

Parse ARNs using Python
MIT License
36 stars 6 forks source link

Generating ARN strings #7

Open mikedlr opened 4 years ago

mikedlr commented 4 years ago

This is a first run through generating ARNs - adds a __str__ method to the ARN object as discussed in https://github.com/PokaInc/arnparse/issues/6

laurrentt commented 4 years ago

@mikedlr no pressure, but are you still interested in contributing to this PR?

mikedlr commented 4 years ago

Hi; Yes; I've just partly built the open source version of the software which will justify this then I'll complete the patch against the real software.

As far as hypothesis goes I want to also do more broad testing of the handling of different messy strings and fuzzing so I think I'll justify using it. In the meantime it's just the quickest way I knew to do what I want.