Reference

common

Common use constants and functions.

common.banner()[source]

Returns banner text.

common.license_()[source]

Returns license text, read from a file.

common.load_data(filename=u'/home/docs/checkouts/readthedocs.org/user_builds/easysetup/checkouts/latest/easysetup/data.json')[source]

Load data (list).

common.save_data(data_lst, filename=u'/home/docs/checkouts/readthedocs.org/user_builds/easysetup/checkouts/latest/easysetup/data.json')[source]

Save data (list).

common.sleep(seconds=5)[source]

Pause for specified time.

common.usage()[source]

Returns usage text, read from a file.

common.version()[source]

Returns version.

easysetup

Helps creating a package distribution setup for Windows users.

easysetup.create_redir2rtd_zip()[source]

Create zip of index.html that redirects pythonhosted to RTD.

easysetup.create_setup()[source]

Copy files from template and update them with user input.

easysetup.get_app_info()[source]

Read application info from appinfo.py.

easysetup.main()[source]

Process command line args.

easysetup.update_doc()[source]

Update doc dir.

easysetup.update_file(filename)[source]

Update file with user input.

easysetup.update_ref()[source]

Creates a new doc/reference.rst for Sphinx autodoc extension.

localization

Localization.

localization.sys_lang()[source]

Get system language.