Metadata-Version: 2.1
Name: ecutilities
Version: 1.1.dev2
Summary: Set of utility functions used on regular basis
Home-page: https://github.com/vtecftwy/ecutils
Author: Etienne Charlier
Author-email: github@procurasia.com
License: MIT License
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE.txt

`ec_utils`
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Installation:

There are two options:

- install in develop mode from local source:

<!-- -->

    pip install -e . from the project folder, or
    pip install -e "path to local source code directory"

- install in from github for hosted VMs:

<!-- -->

    pip install git+https://github.com/vtecftwy/ecutils.git@master
    pip install git+https://github.com/vtecftwy/ecutils.git@develop

## Modules:

0.  General use:
    - `ipython_utils`
    - `plotting`
1.  Data Science and Machine learning:
    - `eda_stats_utils`
    - `ml`
2.  Handling of images
    - `image_utils`
3.  Development
    - `dev_utils`
