Insight Industry Inc.

Results 12 issues of Insight Industry Inc.

First off, thanks for an awesome library! It is much appreciated, and this library (and the related bindings) are incredibly useful. Thanks for all the hard work! I do, however,...

enhancement
SPSS

Given the localization themes of **v.1.6.0**, it may be helpful to support the automatic formatting of a single mailing address string given a componentized input. In other words: - `validators.mailing_address(street_type...

enhancement

Continuing with the localization themes outlined for milestone **v.1.6.0**, it may be helpful to add support for postal code (zip code) validation: - `validators.postal_code(value, ..., country = None)` which validates...

enhancement

Given the localization validators outlined in #69 and #71 , it may be helpful to extend the library with language-detection capabilities. Namely to add a validator and checker which can...

enhancement

It would be good to support the validation of Language Codes in line with [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1), [ISO 639-2](https://en.wikipedia.org/wiki/ISO_639-2), and [IETF BCP47](https://tools.ietf.org/html/bcp47), etc. Given the mess in global language code standards,...

enhancement

It would be good to add support for file encoding validation, specifically for two types of validation and checking: - `validators.encoding(value)` which validates whether `value` is a valid file encoding...

enhancement

It would be helpful to extend the validator collection with a `validators.phone_number()` validator and `checkers.is_phone_number()` checker. Key requirements around this validator would be to: - support the diverse phone number...

enhancement

Currently, the SQLAthanor test matrix is ungainly and badly designed. This is partially because of the design decision to support Python 2.7 and to support older versions of SQLAlchemy and...

enhancement

PR for release v.0.8.0. Adding Pydantic support and other clean-up / improvements.

Currently the [`BaseModel.set_attribute_serialization_config()`](https://sqlathanor.readthedocs.io/en/latest/api.html#sqlathanor.declarative.BaseModel.set_attribute_serialization_config) method is missing documentation for the `config_set` parameter

documentation