mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Adding contributing section based on Elasticsearch/CONTRIBUTING.md TODO - add testing docs (based on CI)1
7 lines
293 B
Python
7 lines
293 B
Python
__title__ = 'eland'
|
|
__description__ = 'Python elasticsearch client to analyse, explore and manipulate data that resides in elasticsearch.'
|
|
__url__ = 'https://github.com/elastic/eland'
|
|
__version__ = '0.1a1'
|
|
__maintainer__ = 'Elasticsearch B.V.'
|
|
__maintainer_email__ = 'steve.dodson@elastic.co'
|