ecutilities


Nameecutilities JSON
Version 1.2.8 PyPI version JSON
download
home_pagehttps://github.com/vtecftwy/ecutils
SummarySet of utility functions used on regular basis
upload_time2023-05-17 07:06:38
maintainer
docs_urlNone
authorEtienne Charlier
requires_python>=3.8
licenseMIT License
keywords nbdev jupyter notebook python
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `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`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/vtecftwy/ecutils",
    "name": "ecutilities",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "nbdev jupyter notebook python",
    "author": "Etienne Charlier",
    "author_email": "github@procurasia.com",
    "download_url": "https://files.pythonhosted.org/packages/22/0d/478b356f71482eae3723e65a4ecc1df13bbcbb9858b9b84280bacfbed2db/ecutilities-1.2.8.tar.gz",
    "platform": null,
    "description": "`ecutilities`\n================\n\n<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->\n\n## Installation:\n\n**PyPi**\n\n`pip install ecutilities`\n\n**GitHub**\n\nTwo options to get versions which are not yet released on PyPi:\n\n1.  clone the github [repo](https://github.com/vtecftwy/ecutils) and\n    install it in edit mode from within the cloned repo:\n\n<!-- -->\n\n    pip install -e .\n\n2.  install with pip from the github repo directly for hosted virtual\n    machines:\n\n<!-- -->\n\n    pip install git+https://github.com/vtecftwy/ecutils.git@master\n    pip install git+https://github.com/vtecftwy/ecutils.git@develop\n\n## Modules:\n\n0.  General use:\n    - `core`\n    - `ipython`\n    - `plotting`\n1.  Data Science and Machine learning:\n    - `eda_stats_utils`\n    - `ml`\n2.  Images\n    - `image_utils`\n3.  Development\n    - `dev_utils`\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Set of utility functions used on regular basis",
    "version": "1.2.8",
    "project_urls": {
        "Homepage": "https://github.com/vtecftwy/ecutils"
    },
    "split_keywords": [
        "nbdev",
        "jupyter",
        "notebook",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b0e70694309ce7419bb8b3796855d0a01b74787b2c91564c314dab4d32f3349",
                "md5": "b6e4f2bde5e97be9b3e0660bb998f525",
                "sha256": "0fb12459fb8163003e9ddb42456f328bc310daefacdb41c0a08bcce416b81c95"
            },
            "downloads": -1,
            "filename": "ecutilities-1.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b6e4f2bde5e97be9b3e0660bb998f525",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20985,
            "upload_time": "2023-05-17T07:06:36",
            "upload_time_iso_8601": "2023-05-17T07:06:36.413172Z",
            "url": "https://files.pythonhosted.org/packages/1b/0e/70694309ce7419bb8b3796855d0a01b74787b2c91564c314dab4d32f3349/ecutilities-1.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "220d478b356f71482eae3723e65a4ecc1df13bbcbb9858b9b84280bacfbed2db",
                "md5": "3b984793d1b21706e0eb890934950304",
                "sha256": "df0d8d9a09f12aec118d377223594c2d3161d91ce46590477d4998eacf8635af"
            },
            "downloads": -1,
            "filename": "ecutilities-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "3b984793d1b21706e0eb890934950304",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19655,
            "upload_time": "2023-05-17T07:06:38",
            "upload_time_iso_8601": "2023-05-17T07:06:38.823482Z",
            "url": "https://files.pythonhosted.org/packages/22/0d/478b356f71482eae3723e65a4ecc1df13bbcbb9858b9b84280bacfbed2db/ecutilities-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 07:06:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vtecftwy",
    "github_project": "ecutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ecutilities"
}
        
Elapsed time: 0.17504s