Metadata-Version: 1.2
Name: rfctools_common
Version: 0.6.2
Summary: Common routines for a set of RFC Production center tools
Home-page: https://github.com/ietf-tools/RfcEditor/tree/master/rfctools_common
Author: Jim Schaad
Author-email: ietf@augustcellars.com
License: Simplified BSD
Description: RFC Editor Tools Utility Code
        =============================
        
        This module contains a set of utility functions used by some of the RFC Editor tools.
        Long term, the goal is to incorperate these functions back into xml2rfc but having it
        separate allows for an easier modification of the functions as needed.
        
        Changelog
        =========
        
        
        Version 0.6.1 (Fri 24 Jan)
        ------------------------------------------------
        
        
        	* Remove module six from the setup
        
        
        
        
        
        
        Version 0.6.0 (Fri 10 Oct)
        ------------------------------------------------
        
        
        	* Update to the latest set of schema files
        	* Update the entity definition file with more values
        
        
        
        
        
        
        Version 0.5.17 (Fri 16 Aug)
        ------------------------------------------------
        
        
        	* Remove Python 3.4 from the supported liste
        
        
        
        
        
Keywords: RFC common
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: Topic :: Text Processing
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
