Navigation

  • index
  • modules |
  • next |
  • pyneric 1.3.0 documentation »

pyneric library documentation¶

The pyneric package provides generic Python utilities and extensions.

The source, documentation, and issues are hosted on GitHub.

This is an open-source project by and for the community. Contributions, suggestions, and questions are welcome (Twitter: @bravegnuworld).

Build Status Coverage Status

Contents:

  • Overview
  • Installation
    • Via pip
    • Via source
  • API
    • pyneric
    • pyneric.future
    • pyneric.util
    • pyneric.fsnotify
    • pyneric.http
      • v1_1
        • core
        • patch
    • pyneric.meta
    • pyneric.requests
    • pyneric.rest_requests
    • pyneric.django
      • db.models.fields.pguuid
  • Examples
    • Importing
      • Supporting recent versions Python 2 and 3 simultaneously
    • Python identifier transformation
      • lower/underscore to titled-terms (pascalize function)
      • titled-terms to lower/underscore (underscore function)
    • Get a function name from the stack
      • the current function name
      • also further back in the stack
    • Return upon exception (tryf function)
      • no exception
      • catch any non-system-exiting exception by default
      • catch more specific exceptions
      • return a different value upon exception
    • Test Python identifier validity
      • return boolean
      • raise exception
      • raise a specific exception
    • Make a request to a REST resource
  • Release Notes
    • Version 1.3.0
    • Version 1.2.1
    • Version 1.2
    • Version 1.1.1
    • Version 1.1
    • Version 1.0
    • Version 0.2
    • Version 0.1

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • pyneric library documentation
  • Indices and tables

Next topic

Overview

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • modules |
  • next |
  • pyneric 1.3.0 documentation »
© Copyright 2014-2015, Craig Hurd-Rindy. Created using Sphinx 1.3.1.