simpler


Namesimpler JSON
Version 5.6.5 PyPI version JSON
download
home_pagehttps://github.com/juancroldan/simpler
SummaryMakes Python simpler.
upload_time2023-10-16 07:45:53
maintainer
docs_urlNone
authorJuan C. Roldán
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements requests pandas pyyaml rarfile py7zr sphinx_autodoc_typehints elevate
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Simpler

A library to make Python even simpler.

It contains an assorted selection of utils that I use on my projects.

## Installation

It is [available in PyPI](https://pypi.org/project/simpler/), just do `pip install simpler`.

## Usage

See [simpler.readthedocs.io](https://simpler.readthedocs.io/) for the latest library documentation.

## Examples

Load/save:

[![load/save terminal demo](https://user-images.githubusercontent.com/9042837/117157317-cbd41f00-adbe-11eb-9553-4a354b087f87.gif)](https://asciinema.org/a/yhl9BxbiM1sAARqTNW2Dajz8f)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/juancroldan/simpler",
    "name": "simpler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Juan C. Rold\u00e1n",
    "author_email": "juancarlos@sevilla.es",
    "download_url": "https://files.pythonhosted.org/packages/5f/ba/223c5bb1e3c8e42929ac83ba64390e606f4e9971ee2d93e4a1ad4791ca81/simpler-5.6.5.tar.gz",
    "platform": null,
    "description": "# Simpler\n\nA library to make Python even simpler.\n\nIt contains an assorted selection of utils that I use on my projects.\n\n## Installation\n\nIt is [available in PyPI](https://pypi.org/project/simpler/), just do `pip install simpler`.\n\n## Usage\n\nSee [simpler.readthedocs.io](https://simpler.readthedocs.io/) for the latest library documentation.\n\n## Examples\n\nLoad/save:\n\n[![load/save terminal demo](https://user-images.githubusercontent.com/9042837/117157317-cbd41f00-adbe-11eb-9553-4a354b087f87.gif)](https://asciinema.org/a/yhl9BxbiM1sAARqTNW2Dajz8f)\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Makes Python simpler.",
    "version": "5.6.5",
    "project_urls": {
        "Homepage": "https://github.com/juancroldan/simpler"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "402bcac173b6007d843013c343bf5f00d8116cf6952001a88f170b57dcc81fa8",
                "md5": "6fc36f943a1c4ff34ed06b806d5376fc",
                "sha256": "00820bb3d7afc0892096d85ec793fd6ce103ccd241fd56d9971953e9023409c8"
            },
            "downloads": -1,
            "filename": "simpler-5.6.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fc36f943a1c4ff34ed06b806d5376fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 28884,
            "upload_time": "2023-10-16T07:45:51",
            "upload_time_iso_8601": "2023-10-16T07:45:51.318279Z",
            "url": "https://files.pythonhosted.org/packages/40/2b/cac173b6007d843013c343bf5f00d8116cf6952001a88f170b57dcc81fa8/simpler-5.6.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fba223c5bb1e3c8e42929ac83ba64390e606f4e9971ee2d93e4a1ad4791ca81",
                "md5": "98c2a955b5bfab372bc8b31e2acc0d50",
                "sha256": "57f798a80a0a50b55350987ec105ba46dc6aa59afc381d7f7a27acfa8e439805"
            },
            "downloads": -1,
            "filename": "simpler-5.6.5.tar.gz",
            "has_sig": false,
            "md5_digest": "98c2a955b5bfab372bc8b31e2acc0d50",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26074,
            "upload_time": "2023-10-16T07:45:53",
            "upload_time_iso_8601": "2023-10-16T07:45:53.044043Z",
            "url": "https://files.pythonhosted.org/packages/5f/ba/223c5bb1e3c8e42929ac83ba64390e606f4e9971ee2d93e4a1ad4791ca81/simpler-5.6.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-16 07:45:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "juancroldan",
    "github_project": "simpler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.13.0"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "pyyaml",
            "specs": []
        },
        {
            "name": "rarfile",
            "specs": []
        },
        {
            "name": "py7zr",
            "specs": []
        },
        {
            "name": "sphinx_autodoc_typehints",
            "specs": []
        },
        {
            "name": "elevate",
            "specs": [
                [
                    ">=",
                    "0.1.3"
                ]
            ]
        }
    ],
    "lcname": "simpler"
}
        
Elapsed time: 0.21525s