appdirs 1.2.0+git20130326-1 source package in Ubuntu

Changelog

appdirs (1.2.0+git20130326-1) unstable; urgency=low


  * Initial version. (Closes: #737107)

 -- Benjamin Drung <email address hidden>  Thu, 30 Jan 2014 12:21:00 +0100

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Sid
Original maintainer:
Benjamin Drung
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
appdirs_1.2.0+git20130326-1.dsc 2.0 KiB adbdcc08a91a4f969d8ec47e0082b320568c654214f727147b4d76b30854d77c
appdirs_1.2.0+git20130326.orig.tar.xz 11.0 KiB c39b1f2f47d972120c2472fdcb7aa7aa3200817a9938ae046160397073bb627b
appdirs_1.2.0+git20130326-1.debian.tar.xz 1.9 KiB 7dcf177f43ef4e23ecb7a06fa345554fb6d9abc4905e9c8df7eb70125c76a705

No changes file available.

Binary packages built by this source

python-appdirs: determining appropriate platform-specific directories (Python 2)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 2 version of the package.

python3-appdirs: determining appropriate platform-specific directories (Python 3)

 Depending on your system (Linux, Mac OS X, or Windows), you have to use
 different directories for storing user data. appdirs will help you choose an
 appropriate:
 .
  * user data directory (user_data_dir function)
  * user config directory (user_config_dir function)
  * user cache directory (user_cache_dir function)
  * site data directory (site_data_dir function)
  * site config directory (site_config_dir function)
  * user log directory (user_log_dir function)
 .
 On Linux systems, these function return directories based on the XDG Base
 Directory Specification.
 .
 This is the Python 3 version of the package.