Metadata-Version: 2.1
Name: namesdb
Version: 1.0.0
Summary: Tools for importing FAR and WRA records.
Home-page: https://github.com/densho/namesdb
Author: Geoffrey Jost
Author-email: geoffrey.jost@densho.org
License: TBD
Keywords: namesdb
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: TBD
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
License-File: LICENSE
License-File: AUTHORS.rst

===============================
Names DB
===============================

.. image:: https://img.shields.io/travis/densho/namesdb.svg
        :target: https://travis-ci.org/densho/namesdb

.. image:: https://img.shields.io/pypi/v/namesdb.svg
        :target: https://pypi.python.org/pypi/namesdb


Loads FAR and WRA records from CSV files and uploads to Elasticsearch.

* Copyright: 2015 Densho.org
* Documentation: https://namesdb.readthedocs.org.

Please see INSTALL for installation instructions.

The app expects CSV source files to contain certain fields.  These are definted in `namesdb/definitions.py`.




History
-------

0.1.0 (2015-08-24)
---------------------

* Launch.
