This is a dummy package.


Keywords
pypi, python, python-library
Install
pip install fullpath==0.0.post0

Documentation

Travis

Install

$ [sudo] pip install fullpath

Functions

function description
fullpath.fullpath(path) return fullpath

Examples

>>> from fullpath import fullpath

>>> fullpath("~")
'/Users/username'

>>> fullpath(".")
'/path/to/current/directory'

>>> fullpath("..")
'/path/to/current'

readme-md - README.md generator