Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 978 Bytes

ProgrammerResources.md

File metadata and controls

13 lines (7 loc) · 978 Bytes

Description

This section contains all the extraneous data structures that Seattle supports, in addition to all the various backend modules that makes seash work. There are several utilities which can help with basic programming tasks such as math.repy, random.repy, and etc. Notably modules include:

safe_eval.repy allows one to safely evaluate strings, free from the context of whatever it is in.

argparse.repy checks command line arguments and separates in a way that is usable. This utility can be used within the context of whatever program it's in, making this a very useful module.

urlparse.repy parses urls for network communication purposes. This is primarily used in the XML parsing section.

Please note that the The backend modules that are located here are mostly ones that the average user would not have to consider.

Back to SeattleLibWiki