PPC Robot Developer Documentation

Contents:

  • Glossary
  • Overview of the Components and Packages
  • Developer Guidelines
  • Project Structure
  • How-to Guides
  • Tasks and their execution
  • Reporting Functions
  • External Service Connectors
  • Output Module
  • Utility functions and types
    • Categorical Column Map
    • Change Set Computations
    • Configuration Helpers
    • Date Utilities
    • Database Utilities
    • E-mail Utilities
    • Error Utilities
    • Field Utilities
    • Function Utilities and Decorators
    • HTTP Utilities
    • Iteration Utilities
    • JSON Utilities
    • MIME Type Utilities
    • Regional Settings Utilities
    • Instance Registry
    • String Utilities
    • Color Swatches
    • Defining Formats of Tables
    • URL Utilities
  • Notifications
  • Database Models
  • Google OAuth2 Scopes
  • Kubernetes
  • Archive
PPC Robot Developer Documentation
  • Utility functions and types
  • View page source

Utility functions and types

Contents:

  • Categorical Column Map
    • CategoricalColumnMap
  • Change Set Computations
    • ItemAddition
    • ItemDeletion
    • compute_list_changes()
    • normalize_column_list()
  • Configuration Helpers
    • convert_to_bool()
    • convert_to_int()
    • env()
    • has_env()
    • secrets_dir
    • socket_address_to_tuple()
  • Date Utilities
    • MonthOfDateRange
    • add_months()
    • get_month_in_date_range()
    • get_previous_period()
    • midnight()
    • today_in_timezone()
    • tzinfo()
  • Database Utilities
    • is_duplicate_entry_error()
  • E-mail Utilities
    • EmailAddress
    • render_and_inline_template()
  • Error Utilities
    • get_cause()
  • Field Utilities
    • get_base_name()
  • Function Utilities and Decorators
    • per_thread_result()
  • HTTP Utilities
    • HTTP_GATEWAY_ERRORS
    • RATE_LIMIT_ERRORS
    • SERVER_ERRORS
    • get_status_text()
    • is_gateway_error()
    • is_rate_limit_error()
    • is_server_error()
  • Iteration Utilities
    • ChunkedIterator
    • IterableTooLong
    • chunked
    • chunks()
    • counted
    • filter_not_none()
    • merged_generator()
    • try_slice_iterable()
    • unique()
  • JSON Utilities
    • JSONEncoder
    • get_decoder()
    • get_encoder()
  • MIME Type Utilities
    • MimeTypes
  • Regional Settings Utilities
    • activate_regional_settings()
  • Instance Registry
    • AbstractRegistry
    • create_registry_getter()
  • String Utilities
    • FirstMatchSplitter
    • remove_accents()
    • remove_emojis()
  • Color Swatches
    • TextColors
    • HeaderColors
    • ChartColors
    • GradientColors
    • SparklineColors
    • MaterialDesign
  • Defining Formats of Tables
    • Headers
    • Text Formatting
    • Conditional Formatting
  • URL Utilities
    • extract_domain()
Previous Next

© Copyright 2017 - 2020, PPC Robot s.r.o.. Last updated on 2020-08-20 10:07:36.

Built with Sphinx using a theme provided by Read the Docs.