daul


Namedaul JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/hruskamiro/daul
SummaryData analysis and other utilities for python.
upload_time2023-01-12 09:51:16
maintainer
docs_urlNone
authorMiroslav Hruska
requires_python>=2.7,<3
license
keywords data analysis utilities
VCS
bugtrack_url
requirements numpy pandas fplib pathlib
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ****
daul
****

**daul** is a package containing data analysis and other utilities for python. 

Compatibility
*************

Currently, only Python 2.7. 

Documentation
*************

You can find the documentation at `Read the Docs <https://daul.readthedocs.io/en/latest>`_.

Installation
************

Install the latest release using: 

``$ pip install daul``

License
*******

Licensed under MIT license.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hruskamiro/daul",
    "name": "daul",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=2.7,<3",
    "maintainer_email": "",
    "keywords": "data analysis utilities",
    "author": "Miroslav Hruska",
    "author_email": "hruska.miro@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3d/68/8ccd39bbf56f2fa52ae05b4143589daf53dda183edf456f94f7678047c8e/daul-0.1.0.tar.gz",
    "platform": null,
    "description": "****\ndaul\n****\n\n**daul** is a package containing data analysis and other utilities for python. \n\nCompatibility\n*************\n\nCurrently, only Python 2.7. \n\nDocumentation\n*************\n\nYou can find the documentation at `Read the Docs <https://daul.readthedocs.io/en/latest>`_.\n\nInstallation\n************\n\nInstall the latest release using: \n\n``$ pip install daul``\n\nLicense\n*******\n\nLicensed under MIT license.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Data analysis and other utilities for python.",
    "version": "0.1.0",
    "split_keywords": [
        "data",
        "analysis",
        "utilities"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a23057516dfb402ebc7169cfadb63e1fc234c4994c588b17960b9e98f4d3bc6",
                "md5": "8cc6e30150d5b4291a45a0404d559162",
                "sha256": "352d9b468bc61b6ed44bf4cdf97c3cc9612edeb85b484e407c21fb57ad8edcf4"
            },
            "downloads": -1,
            "filename": "daul-0.1.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "8cc6e30150d5b4291a45a0404d559162",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": ">=2.7,<3",
            "size": 16898,
            "upload_time": "2023-01-12T09:51:15",
            "upload_time_iso_8601": "2023-01-12T09:51:15.138632Z",
            "url": "https://files.pythonhosted.org/packages/4a/23/057516dfb402ebc7169cfadb63e1fc234c4994c588b17960b9e98f4d3bc6/daul-0.1.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d688ccd39bbf56f2fa52ae05b4143589daf53dda183edf456f94f7678047c8e",
                "md5": "1690f22c8e815ee6f93b5a7fc070bb95",
                "sha256": "50cb13bc8f4e31cac17e34cbbc35f1dacf0d4629480760bc3b51974eff763e38"
            },
            "downloads": -1,
            "filename": "daul-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1690f22c8e815ee6f93b5a7fc070bb95",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=2.7,<3",
            "size": 14955,
            "upload_time": "2023-01-12T09:51:16",
            "upload_time_iso_8601": "2023-01-12T09:51:16.715288Z",
            "url": "https://files.pythonhosted.org/packages/3d/68/8ccd39bbf56f2fa52ae05b4143589daf53dda183edf456f94f7678047c8e/daul-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-12 09:51:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hruskamiro",
    "github_project": "daul",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.16.5"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "0.24.2"
                ]
            ]
        },
        {
            "name": "fplib",
            "specs": [
                [
                    "==",
                    "0.1.1"
                ]
            ]
        },
        {
            "name": "pathlib",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        }
    ],
    "lcname": "daul"
}
        
Elapsed time: 0.03121s