{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet"}],"enrichment":{"capability":"Parses and generates RFC 3339-compliant timestamps using Python datetime objects, converting between string representations and timezone-aware datetime instances.","skillfed_tags":["timestamp-handling","rfc-3339","datetime-conversion"],"use_cases":["Serialize datetime objects to RFC 3339 strings for REST API responses or JSON payloads.","Parse RFC 3339 timestamps from external APIs or configuration files into Python datetime objects.","Ensure consistent timestamp formatting across services that require RFC 3339 compliance.","Handle timezone-aware datetime conversions without manual string manipulation.","Generate audit logs or event timestamps in a standardized, interoperable format."],"what_it_does":"pyRFC3339 is a lightweight library for working with RFC 3339-compliant timestamps in Python. It provides two core functions: `generate()` converts a timezone-aware datetime object into an RFC 3339 string, and `parse()` converts an RFC 3339 string back into a datetime object with proper timezone information. The library handles the details of timestamp formatting and parsing so you don't have to manually construct or interpret RFC 3339 strings.\n\nThis is useful for any application that needs to exchange timestamps with APIs, databases, or other systems that expect RFC 3339 format\u2014a standard used widely in web services and data interchange. The library has no external dependencies and supports current Python versions from 3.9 onward, making it straightforward to add to any project.","worth_installing":"Yes. pyRFC3339 is a stable, actively maintained library with zero dependencies, permissive licensing, and no known vulnerabilities. Install it if you need to work with RFC 3339 timestamps; the low friction and narrow, well-defined scope make it a reliable choice for timestamp serialization and parsing."},"id":"pyrfc3339","links":{"html":"https://skillfed.io/packages/pyrfc3339","md":"https://skillfed.io/packages/pyrfc3339.md","pypi":"https://pypi.org/project/pyrfc3339/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-08-23","license_spdx":"MIT","license_treatment":"permissive","name":"pyRFC3339","python_support":"supports_current","summary":"Generate and parse RFC 3339 timestamps"},"popularity":{"monthly_downloads":15529723,"position":1182,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.1.0"}
