Skip to content
local_florist
Assembly Utils
Type to start searching
    assembly
    assembly
    • Overview
    • Installation
    • Architecture
    • Tutorials
    • Configuration
    • Views
    • Models
    • Templates
    • Static
    • wsgi.py
      • Core
      • Request
      • Response
      • Redirect
      • Signals
      • Date
      • Form Validations
      • Caching
      • CSFR
      • Mail
      • Storage
      • Flash
      • Login Manager
      • Pagination
      • Utils
        • Functions
          • gen_md5
          • gen_uuid
          • gen_uuid_hex
          • to_json
          • chunk_list
          • in_any_list
          • dict_replace
          • list_replace
          • DotDict
          • is_valid_email
          • is_valid_password
          • is_valid_username
          • is_valid_url
          • slugify
        • Inflection utils
          • camelize
          • titleize
          • dasherize
          • underscore
          • plurialize
          • singularize
          • ordinalize
          • ordinal
      • Error Handling
      • Sessions
      • Cookies
    • CLI
    • Deployment
    • Contribute
    • Functions
      • gen_md5
      • gen_uuid
      • gen_uuid_hex
      • to_json
      • chunk_list
      • in_any_list
      • dict_replace
      • list_replace
      • DotDict
      • is_valid_email
      • is_valid_password
      • is_valid_username
      • is_valid_url
      • slugify
    • Inflection utils
      • camelize
      • titleize
      • dasherize
      • underscore
      • plurialize
      • singularize
      • ordinalize
      • ordinal
    

    Utils

    Utils contains some common functionw and also exposes under the utils namespace some 3rd party function for convenience

    Functions

    Import the utils as follow:

    from assembly import utils
    

    gen_md5

    gen_uuid

    gen_uuid_hex

    to_json

    chunk_list

    in_any_list

    dict_replace

    list_replace

    DotDict

    is_valid_email

    is_valid_password

    is_valid_username

    --

    is_valid_url

    --

    slugify

    from lib: slugify


    Inflection utils

    camelize

    titleize

    dasherize

    underscore

    plurialize

    singularize

    ordinalize

    ordinal

    Previous Pagination
    Next Error Handling
    Copyright © 2020 - Forever Mardix
    powered by MkDocs and Material for MkDocs