nick_derobertis_site package¶
Nick DeRobertis’ Personal Website, built with Angular Universal (TypeScript), FastAPI (Python), and Bootstrap
Subpackages¶
- nick_derobertis_site.api package
- Subpackages
- nick_derobertis_site.api.routers package
- Submodules
- nick_derobertis_site.api.routers.awards module
- nick_derobertis_site.api.routers.courses module
APICourseModelAPICourseModel.course_idAPICourseModel.current_periodAPICourseModel.current_timeAPICourseModel.descriptionAPICourseModel.evaluation_max_scoreAPICourseModel.evaluation_scoreAPICourseModel.from_cv_model()APICourseModel.instructorAPICourseModel.instructor_emailAPICourseModel.list_from_cv_seq()APICourseModel.pdf_nameAPICourseModel.periods_taughtAPICourseModel.software_projectsAPICourseModel.titleAPICourseModel.topicsAPICourseModel.universityAPICourseModel.website_url
APICourseStatisticsModelAPICourseTopicModelAPIUniversityModelread_parent_skills()read_skill_stats()
- nick_derobertis_site.api.routers.research module
- nick_derobertis_site.api.routers.skills module
- nick_derobertis_site.api.routers.software module
APISoftwareModelAPISoftwareModel.commitsAPISoftwareModel.createdAPISoftwareModel.descriptionAPISoftwareModel.display_titleAPISoftwareModel.docs_urlAPISoftwareModel.from_cv_model()APISoftwareModel.github_urlAPISoftwareModel.list_from_cv_seq()APISoftwareModel.locAPISoftwareModel.logo_base64APISoftwareModel.logo_fa_icon_class_strAPISoftwareModel.logo_svg_textAPISoftwareModel.logo_urlAPISoftwareModel.package_directoryAPISoftwareModel.titleAPISoftwareModel.updatedAPISoftwareModel.urlAPISoftwareModel.version
APISoftwareStatisticsModelread_parent_skills()read_skill_stats()
- nick_derobertis_site.api.routers.timeline module
APITimelineModelAPITimelineModel.begin_dateAPITimelineModel.descriptionAPITimelineModel.end_dateAPITimelineModel.from_cv_education()APITimelineModel.from_cv_employment()APITimelineModel.item_typeAPITimelineModel.list_from_cv_seq()APITimelineModel.locationAPITimelineModel.organizationAPITimelineModel.roleAPITimelineModel.short_organizationAPITimelineModel.short_roleAPITimelineModel.timeline_id
APITimelineResponseModelAPITimelineStatisticsModelAPITimelineStatisticsResponseModelTimelineTypesread_all_research()read_skill_stats()
- nick_derobertis_site.api.routers package
- Submodules
- nick_derobertis_site.api.main module
- Subpackages
- nick_derobertis_site.gen_content package
Submodules¶
nick_derobertis_site.logger module¶
- class nick_derobertis_site.logger.CustomFormatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None)[source]¶
Bases:
Formatter- debug_formatter = <logging.Formatter object>¶
- format(record)[source]¶
Format the specified record as text.
The record’s attribute dictionary is used as the operand to a string formatting operation which yields the returned string. Before formatting the dictionary, a couple of preparatory steps are carried out. The message attribute of the record is computed using LogRecord.getMessage(). If the formatting string uses the time (as determined by a call to usesTime(), formatTime() is called to format the event time. If there is exception information, it is formatted using formatException() and appended to the message.
- Return type:
- other_formatter = <logging.Formatter object>¶