Metadata-Version: 1.1
Name: arasel-test
Version: 0.1.3
Summary: Test Solution to TransfCustomer Lifetime Value for each customer in input CSV.
Home-page: https://github.com/bertucho/arasel_test
Author: Alberto Egido
Author-email: UNKNOWN
License: MIT license
Description-Content-Type: UNKNOWN
Description: ==================
        Arasel Python Test
        ==================
        
        
        .. image:: https://img.shields.io/pypi/v/arasel_test.svg
                :target: https://pypi.python.org/pypi/arasel_test
        
        
        
        Test Solution to TransfCustomer Lifetime Value for each customer in input CSV.
        
        
        * Free software: MIT license
        * Documentation: https://arasel-test.readthedocs.io.
        
        
        Instalation
        --------
        
        ```pip install arasel_test```
        
        Usage
        --------
        
        ```arasel_test --orders=/path/to/orders.csv --model=/path/to/model.dill --output=/path/to/output.csv --port=8080```
        
        
        OR
        --------
        
        Clone this repository, install requirements.txt, add arasel_test directory to PYTHONPATH, and then:
        
        ```python app.py```
        
        
        =======
        History
        =======
        
        0.1.0 (2018-02-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: arasel_test
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
