fplib


Namefplib JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/hruskamiro/fplib
SummaryA functional programming library for python.
upload_time2020-10-12 14:20:40
maintainer
docs_urlNone
authorMiroslav Hruska
requires_python
licenseMIT
keywords functional programming
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *****
fplib
*****

A set of functions for programming in python in a more functional style. 

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

Python 2.7

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

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

Instalation
***********

Install the latest release using: 

``$ pip install fplib``

License
*******

Licensed under MIT license.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hruskamiro/fplib",
    "name": "fplib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "functional programming",
    "author": "Miroslav Hruska",
    "author_email": "hruska.miro@gmail.com",
    "download_url": "",
    "platform": "",
    "description": "*****\nfplib\n*****\n\nA set of functions for programming in python in a more functional style. \n\nCompatibility\n*************\n\nPython 2.7\n\nDocumentation\n*************\n\nYou can find the documentation at `Read the Docs <https://fplib.readthedocs.io/en/latest>`_.\n\nInstalation\n***********\n\nInstall the latest release using: \n\n``$ pip install fplib``\n\nLicense\n*******\n\nLicensed under MIT license.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A functional programming library for python.",
    "version": "0.1.1",
    "split_keywords": [
        "functional",
        "programming"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6832d21aa34d895bf949147ac55ea6be4c7d086a26ea12f630f5d5ce97bd6982",
                "md5": "4d6a8ee046a6530dd120585e2bb326bf",
                "sha256": "199698ef44f17477931a8857e11733cc910b89f98789e629ba7fd00225997520"
            },
            "downloads": -1,
            "filename": "fplib-0.1.1-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d6a8ee046a6530dd120585e2bb326bf",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 8844,
            "upload_time": "2020-10-12T14:20:40",
            "upload_time_iso_8601": "2020-10-12T14:20:40.154784Z",
            "url": "https://files.pythonhosted.org/packages/68/32/d21aa34d895bf949147ac55ea6be4c7d086a26ea12f630f5d5ce97bd6982/fplib-0.1.1-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-10-12 14:20:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hruskamiro",
    "github_project": "fplib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fplib"
}
        
Elapsed time: 0.03559s