Metadata-Version: 2.1
Name: dyn-libs
Version: 0.1.5.1
Summary: Mobio Dynamic Fields
Home-page: https://github.com/mobiovn
Author: MOBIO
Author-email: contact@mobio.vn
License: MIT
Description: Example config
        ```
        [Elastic]
        index = dyn_test
        doc_type = df
        ```
        
        <h2>Change logs</h2>
        * 0.1.5
            1) remove doc_type
            2) add ENV ELASTIC_SEARCH_7_HOST
        * 0.1.4
            1) upgrade elasticsearch_client to 7.17.4
        * 0.1.3
            1) remove some print
            2) fix create mapping integer to long
        * 0.1.2
            1) fix missing model elastic
        *  0.1.1
            1) add singleton to ElasticSearchBaseModel
        
        *  0.1.0
            1) use elastic base model
            2) change function args <b>add_els_config</b>
            <pre>
            def add_els_config(self, index, doc_type):
                self.index = index
                self.doc_type = doc_type
            </pre>
        
Platform: UNKNOWN
Classifier: Topic :: Software Development
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
