14 projects
SQLLite3HelperClass
Initializes an sqlite3 database and provides some basic methods. This class is meant to be subclassed and expanded.
WebServerStatusCheckerAJM
Pings a machine to see if it is up, then checks for the presence of a given http server (originally conceived for use with Django and Apache).
EasyLoggerAJM
logger with already set up generalized file handlers
PyJotformAJM
*** Overall project description goes here ***
ApiKeyAJM
reusable API key getter
PythonDocxAJM
My python-docx class
PyEmailerAJM
Allows for automating sending Email with the Outlook Desktop client. Future releases will add more client support
DjangoIntellitextFormField
adds intellitext forms and fields to a django project
UtilityCloudAPIWrapper
Python wrapper for the utility cloud API
PurgeSecrets
Easy deletion of INI/key etc files
EasyReqAJM
Wrapper for Requests module to make my life easier.
BetterConfigAJM
More streamlined ConfigParser with fewer options available. Inherits from ConfigParser
IndexedChoiceSelector
IndexedChoiceSelector is a basic selector class that displays given options with numbers. This allows the user to choose an option either by number, or by name.
CSVToListDict
Takes any input csv, and returns a List[dict] of its contents.