Metadata-Version: 2.4
Name: path-and-address
Version: 2.0.1
Summary: Functions for server command-line arguments used by humans.
Home-page: http://github.com/joeyespo/path-and-address
Author: Joe Esposito
Author-email: joe@joeyespo.com
License: MIT
Platform: any
License-File: LICENSE
License-File: AUTHORS.md
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: summary

Built-in functions, types, exceptions, and other objects.

This module provides direct access to all 'built-in'
identifiers of Python; for example, builtins.len is
the full name for the built-in function len().

This module is not normally accessed explicitly by most
applications, but can be useful in modules that provide
objects with the same name as a built-in value, but in
which the built-in of that name is also needed.
