{"library":"reuters-style","title":"reuters-style","description":"Format dates, numbers and text to conform with the Reuters Style Guide. Current version is 0.0.5, released in 2024. Release cadence is irregular.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install reuters-style"],"cli":null},"imports":["from reuters_style import ReutersStyle","from reuters_style import Slug","from reuters_style import RIC"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from reuters_style import ReutersStyle\n\n# Format a date\nstyle = ReutersStyle()\nprint(style.format_date('2024-01-01'))  # Output: 'Jan 1'\n\n# Format a number\nprint(style.format_number(1234567))  # Output: '1,234,567'\n\n# Format text\nprint(style.format_text('Mr. John Smith'))  # Output: 'John Smith'","lang":"python","description":"Basic usage: create a ReutersStyle instance and call format methods.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}