1## Libphonenumber Metadata Tools 2 3This directory contains auxiliary libraries to support reading and manipulating 4the CSV packaged metadata for libphonenumber client library. The initial release 5of these libraries is purely concerned with processing the CSV files, and does 6not yet contain the classes needed to convert the CSV data in the XML and other 7text files used by libphonenumber. 8 9Eventually it is expected that all the tooling for manipulating CSV metadata and 10generating the XML files will be released here, at which time the CSV files will 11become the source of truth for libphonenumber and the XML-based metadata and 12other mapping files will be automatically derived from it. 13 14## About metadata.zip 15 16It contains canonical metadata for the libphonenumber project, intended for use 17by libphonenumber tools. CSV schemas are not promised to be stable. 18 19### Support and Api Stability 20 21**These libraries are not currently supported and do not provide a stable API; 22use at your own risk.** 23 24There are no guarantees of stability for the APIs in this library, and while 25they are not expected to change dramatically, API tweaks and bug fixes are 26inevitable. 27 28### Issues and Contributions 29 30Patches and pull requests cannot be accepted directly on this codebase, so if 31you find an issue with these libraries, please open a new issue for it. However 32we do not accept feature requests, or provide answers or technical support for 33anything in this directory at this time. 34