Metadata-Version: 2.1
Name: ecutilities
Version: 1.2.8
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

`ecutilities`
================

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

## Installation:

**PyPi**

`pip install ecutilities`

**GitHub**

Two options to get versions which are not yet released on PyPi:

1.  clone the github [repo](https://github.com/vtecftwy/ecutils) and
    install it in edit mode from within the cloned repo:

<!-- -->

    pip install -e .

2.  install with pip from the github repo directly for hosted virtual
    machines:

<!-- -->

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

## Modules:

0.  General use:
    - `core`
    - `ipython`
    - `plotting`
1.  Data Science and Machine learning:
    - `eda_stats_utils`
    - `ml`
2.  Images
    - `image_utils`
3.  Development
    - `dev_utils`
