Skip to content

Commit a8d521c

Browse files
committed
Initial support for .ai (fixes joepie91#45), Unicode output patch for test runner, fuzzy deduplication and field swapping for incorrectly placed name/organization, improved case normalization
1 parent b97d9da commit a8d521c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+258492
-139
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ This library uses a number of third-party datasets for normalization:
7979
* `states_au.dat`: Part of `pythonwhois` (WTFPL/CC0)
8080
* `states_us.dat`: [State Table](http://statetable.com/) (license unspecified, free reuse encouraged)
8181
* `states_ca.dat`: [State Table](http://statetable.com/) (license unspecified, free reuse encouraged)
82+
* `common_first_names.dat`: [Social Security Administration](http://www.ssa.gov/OACT/babynames/), via [hadley/data-baby-names](https://github.com/hadley/data-baby-names) (license unspecified, provided by US government)
8283

8384
Be aware that the OpenFlights database in particular has potential licensing consequences; if you do not wish to be bound by these potential consequences, you may simply delete the `airports.dat` file from your distribution. `pythonwhois` will assume there is no database available, and will not perform airport code conversion (but still function correctly otherwise). This also applies to other included datasets.
8485

0 commit comments

Comments
 (0)