emlib


Nameemlib JSON
Version 1.14.1 PyPI version JSON
download
home_pagehttps://github.com/gesellkammer/emlib
SummaryMiscellaneous utilities
upload_time2024-01-27 18:59:05
maintainer
docs_urlNone
authorEduardo Moguillansky
requires_python>=3.9
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            emlib
=====

emlib is a set of modules with miscelaneous functionality:

- maths: 
    - base conversion, euclidian distance, min. common denominator, etc.
    - combinatorics
    - number theory
    - number series
    - markov chains
    - utilities to traverse graphs
- matplotlib enhancements
- csv utilities
- iterator tools (similar to more_itertools)
- containers: RecordList (a list of named tuples)
- doctools: tools to generate documentation (for mkdocs particularly)
- etc

-----

Documentation
-------------

https://emlib.readthedocs.io


-----

Installation

.. code:: bash

    pip install emlib


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gesellkammer/emlib",
    "name": "emlib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Eduardo Moguillansky",
    "author_email": "eduardo.moguillansky@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/13/632969d2e78fc9e40292f3fa6cd7fe9eb930b9984e9d4b0d60967a0bbc84/emlib-1.14.1.tar.gz",
    "platform": null,
    "description": "emlib\n=====\n\nemlib is a set of modules with miscelaneous functionality:\n\n- maths: \n    - base conversion, euclidian distance, min. common denominator, etc.\n    - combinatorics\n    - number theory\n    - number series\n    - markov chains\n    - utilities to traverse graphs\n- matplotlib enhancements\n- csv utilities\n- iterator tools (similar to more_itertools)\n- containers: RecordList (a list of named tuples)\n- doctools: tools to generate documentation (for mkdocs particularly)\n- etc\n\n-----\n\nDocumentation\n-------------\n\nhttps://emlib.readthedocs.io\n\n\n-----\n\nInstallation\n\n.. code:: bash\n\n    pip install emlib\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Miscellaneous utilities",
    "version": "1.14.1",
    "project_urls": {
        "Homepage": "https://github.com/gesellkammer/emlib"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b13632969d2e78fc9e40292f3fa6cd7fe9eb930b9984e9d4b0d60967a0bbc84",
                "md5": "92f7e1e5a05d7f11c35a4bb6dc71bd89",
                "sha256": "b7b203ad36e26794d4ee07f34e4cff6a5b2ebcb38395e8bf41be3ab2101e6ded"
            },
            "downloads": -1,
            "filename": "emlib-1.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "92f7e1e5a05d7f11c35a4bb6dc71bd89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 94289,
            "upload_time": "2024-01-27T18:59:05",
            "upload_time_iso_8601": "2024-01-27T18:59:05.931280Z",
            "url": "https://files.pythonhosted.org/packages/9b/13/632969d2e78fc9e40292f3fa6cd7fe9eb930b9984e9d4b0d60967a0bbc84/emlib-1.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-27 18:59:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gesellkammer",
    "github_project": "emlib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "emlib"
}
        
Elapsed time: 0.18506s