Metadata-Version: 2.1
Name: eccore
Version: 0.0.4
Summary: Functions and classes I use often, inspired by fastcore
Home-page: https://github.com/vtecftwy/eccore
Author: vtecftwy
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastcore
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: IPython
Provides-Extra: dev
Requires-Dist: nbdev ; extra == 'dev'

`eccore`
================

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

## Installation:

**PyPi**

`pip install eccore`

**GitHub**

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

1.  clone the github [repo](https://github.com/vtecftwy/eccore) 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/eccore.git@main
    pip install git+https://github.com/vtecftwy/eccore.git@dev

## Modules:

WIP
