There was an error while loading. Please reload this page.
0 parents commit ddabb77Copy full SHA for ddabb77
1 file changed
README
@@ -0,0 +1,13 @@
1
+phonenumbers Python Library
2
+
3
+This is a Python port of libphonenumber, originally from:
4
+ http://code.google.com/p/libphonenumber/.
5
6
+Original Java code is Copyright (C) 2009-2011 Google Inc.
7
8
+ - The python/ directory holds the Python code.
9
+ - The resources/ directory is a copy of the resources/
10
+ directory from libphonenumber. This is not needed
11
+ to run the Python code, but is needed when upstream
12
+ changes to the master XML metadata need to be
13
+ incorporated.
0 commit comments