Burgerlib Python
Loading...
Searching...
No Matches
burger Namespace Reference

A set of subroutines used by the Burgerlib based scripts written in Python. More...

Namespaces

namespace  _find_visual_studio
 Package that contains windows only functions.
namespace  _find_win_sdks
 Package that locates all Windows SDKs.
namespace  _vsinstance
 Package containing shared classes for Windows SDK and Visual Studio instance searches.
namespace  buildutils
 Package that contains build helper functions.
namespace  cleanutils
 Package that contains clean helper functions.
namespace  fileutils
 Package that contains file manipulation functions.
namespace  git
 Package that contains git helper functions.
namespace  locators
 Package that contains executable locators.
namespace  perforce
 Package that contains functions to help perforce.
namespace  setuputils
 Package that contains setup.py helper functions.
namespace  strutils
 Package that contains string manipulation functions.
namespace  validators
 Package that contains class member validators.
namespace  windowsutils
 Package that contains windows only functions.
namespace  xcode
 Package that contains xcode helper functions.

Classes

class  Interceptstdout
 Handy class for capturing stdout from tools and python itself. More...
class  Node
 Node class for creating directory trees. More...

Variables

tuple __numversion__ = (1, 5, 1)
 Numeric version.
str __version__ = ".".join([str(num) for num in __numversion__])
 Current version of the library.
str __author__ = "Rebecca Ann Heineman"
 Author's name.
str __title__ = "burger"
 Name of the module.
str __summary__ = "Burger Becky's shared python library."
 Summary of the module's use.
str __uri__ = "http://pyburger.readthedocs.io"
 Home page.
str __email__ = "becky@burgerbecky.com"
 Email address for bug reports.
str __license__ = "MIT License"
 Type of license used for distribution.
str __copyright__ = "Copyright 2013-2025 Rebecca Ann Heineman"
 Copyright owner.
list __all__
 Items to import on "from burger import *".

Detailed Description

A set of subroutines used by the Burgerlib based scripts written in Python.

For higher level tools like makeprojects, cleanme and buildme, common subroutines were collected and placed in this module for reuse.