fixa


Namefixa JSON
Version 0.14.1 PyPI version JSON
download
home_pagehttps://github.com/MacHu-GWU/fixa-project
SummaryLike the Ikea FIXA, it is my toolbox to fix things.
upload_time2023-12-22 21:01:39
maintainerUnknown
docs_urlNone
authorSanhe Hu
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
.. image:: https://readthedocs.org/projects/fixa/badge/?version=latest
    :target: https://fixa.readthedocs.io/index.html
    :alt: Documentation Status

.. image:: https://github.com/MacHu-GWU/fixa-project/workflows/CI/badge.svg
    :target: https://github.com/MacHu-GWU/fixa-project/actions?query=workflow:CI

.. image:: https://codecov.io/gh/MacHu-GWU/fixa-project/branch/main/graph/badge.svg
    :target: https://codecov.io/gh/MacHu-GWU/fixa-project

.. image:: https://img.shields.io/pypi/v/fixa.svg
    :target: https://pypi.python.org/pypi/fixa

.. image:: https://img.shields.io/pypi/l/fixa.svg
    :target: https://pypi.python.org/pypi/fixa

.. image:: https://img.shields.io/pypi/pyversions/fixa.svg
    :target: https://pypi.python.org/pypi/fixa

.. image:: https://img.shields.io/badge/release_history!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/fixa-project/blob/main/release-history.rst

.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
    :target: https://github.com/MacHu-GWU/fixa-project

------


.. image:: https://img.shields.io/badge/Link-Document-blue.svg
    :target: https://fixa.readthedocs.io/index.html

.. image:: https://img.shields.io/badge/Link-API-blue.svg
    :target: https://fixa.readthedocs.io/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg
    :target: https://fixa.readthedocs.io/py-modindex.html

.. image:: https://img.shields.io/badge/Link-Install-blue.svg
    :target: `install`_

.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
    :target: https://github.com/MacHu-GWU/fixa-project

.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
    :target: https://github.com/MacHu-GWU/fixa-project/issues

.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
    :target: https://github.com/MacHu-GWU/fixa-project/issues

.. image:: https://img.shields.io/badge/Link-Download-blue.svg
    :target: https://pypi.org/pypi/fixa#files


Welcome to ``fixa`` Documentation
==============================================================================
Like the `Ikea FIXA <https://www.ikea.com/us/en/p/fixa-17-piece-tool-kit-00169254/>`_, it is my Python toolbox for small projects.

This library is inspired by `boltons <https://boltons.readthedocs.io/en/latest/>`_.

Integration options:

Utility libraries are often used extensively within a project, and because they are not often fundamental to the architecture of the application, simplicity and stability may take precedence over version recency. In these cases, developers can:

- Copy the whole fix package into a project.
- Copy just the ``***.py`` file that a project requires.

Modules and Examples:

- `hashes <./examples/hashes.ipynb>`_
- `nested_logger <./examples/nested_logger.ipynb>`_
- `timer <./examples/timer.ipynb>`_
- `better_enum <./examples/better_enum.ipynb>`_
- `dataclass_dataframe <./examples/dataclass_dataframe.ipynb>`_
- `jsonutils <./examples/jsonutils.ipynb>`_
- `rnd <./examples/rnd.ipynb>`_
- `aws_s3_lock <./examples/aws/aws_s3_lock.ipynb>`_
- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_
- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_
- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_
- `aws_sts <./examples/aws/aws_sts.ipynb>`_

.. _install:

Install
------------------------------------------------------------------------------

``fixa`` is released on PyPI, so all you need is:

.. code-block:: console

    $ pip install fixa

To upgrade to latest version:

.. code-block:: console

    $ pip install --upgrade fixa

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MacHu-GWU/fixa-project",
    "name": "fixa",
    "maintainer": "Unknown",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Sanhe Hu",
    "author_email": "husanhe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3c/37/5d359137f9fe68529a8b606f4ef8de2b1c62ea9bb74691f08b673ecdbefd/fixa-0.14.1.tar.gz",
    "platform": "Windows",
    "description": "\n.. image:: https://readthedocs.org/projects/fixa/badge/?version=latest\n    :target: https://fixa.readthedocs.io/index.html\n    :alt: Documentation Status\n\n.. image:: https://github.com/MacHu-GWU/fixa-project/workflows/CI/badge.svg\n    :target: https://github.com/MacHu-GWU/fixa-project/actions?query=workflow:CI\n\n.. image:: https://codecov.io/gh/MacHu-GWU/fixa-project/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/MacHu-GWU/fixa-project\n\n.. image:: https://img.shields.io/pypi/v/fixa.svg\n    :target: https://pypi.python.org/pypi/fixa\n\n.. image:: https://img.shields.io/pypi/l/fixa.svg\n    :target: https://pypi.python.org/pypi/fixa\n\n.. image:: https://img.shields.io/pypi/pyversions/fixa.svg\n    :target: https://pypi.python.org/pypi/fixa\n\n.. image:: https://img.shields.io/badge/release_history!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/fixa-project/blob/main/release-history.rst\n\n.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social\n    :target: https://github.com/MacHu-GWU/fixa-project\n\n------\n\n\n.. image:: https://img.shields.io/badge/Link-Document-blue.svg\n    :target: https://fixa.readthedocs.io/index.html\n\n.. image:: https://img.shields.io/badge/Link-API-blue.svg\n    :target: https://fixa.readthedocs.io/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Source_Code-blue.svg\n    :target: https://fixa.readthedocs.io/py-modindex.html\n\n.. image:: https://img.shields.io/badge/Link-Install-blue.svg\n    :target: `install`_\n\n.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg\n    :target: https://github.com/MacHu-GWU/fixa-project\n\n.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg\n    :target: https://github.com/MacHu-GWU/fixa-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg\n    :target: https://github.com/MacHu-GWU/fixa-project/issues\n\n.. image:: https://img.shields.io/badge/Link-Download-blue.svg\n    :target: https://pypi.org/pypi/fixa#files\n\n\nWelcome to ``fixa`` Documentation\n==============================================================================\nLike the `Ikea FIXA <https://www.ikea.com/us/en/p/fixa-17-piece-tool-kit-00169254/>`_, it is my Python toolbox for small projects.\n\nThis library is inspired by `boltons <https://boltons.readthedocs.io/en/latest/>`_.\n\nIntegration options:\n\nUtility libraries are often used extensively within a project, and because they are not often fundamental to the architecture of the application, simplicity and stability may take precedence over version recency. In these cases, developers can:\n\n- Copy the whole fix package into a project.\n- Copy just the ``***.py`` file that a project requires.\n\nModules and Examples:\n\n- `hashes <./examples/hashes.ipynb>`_\n- `nested_logger <./examples/nested_logger.ipynb>`_\n- `timer <./examples/timer.ipynb>`_\n- `better_enum <./examples/better_enum.ipynb>`_\n- `dataclass_dataframe <./examples/dataclass_dataframe.ipynb>`_\n- `jsonutils <./examples/jsonutils.ipynb>`_\n- `rnd <./examples/rnd.ipynb>`_\n- `aws_s3_lock <./examples/aws/aws_s3_lock.ipynb>`_\n- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_\n- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_\n- `aws_s3_tracker <./examples/aws/aws_s3_tracker.ipynb>`_\n- `aws_sts <./examples/aws/aws_sts.ipynb>`_\n\n.. _install:\n\nInstall\n------------------------------------------------------------------------------\n\n``fixa`` is released on PyPI, so all you need is:\n\n.. code-block:: console\n\n    $ pip install fixa\n\nTo upgrade to latest version:\n\n.. code-block:: console\n\n    $ pip install --upgrade fixa\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Like the Ikea FIXA, it is my toolbox to fix things.",
    "version": "0.14.1",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/fixa/0.14.1#downloads",
        "Homepage": "https://github.com/MacHu-GWU/fixa-project"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58195c13cd33d30fa04346dc6628721b5e47e8eaf6f68cc4591374afc2fc38d2",
                "md5": "50b771a50c2f0ba867aa43e4e5e4dee7",
                "sha256": "038114a13eb237dc221c61e34dd4d43d89e95f4b533c984c312e5172adf4a04a"
            },
            "downloads": -1,
            "filename": "fixa-0.14.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "50b771a50c2f0ba867aa43e4e5e4dee7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 77821,
            "upload_time": "2023-12-22T21:01:38",
            "upload_time_iso_8601": "2023-12-22T21:01:38.298485Z",
            "url": "https://files.pythonhosted.org/packages/58/19/5c13cd33d30fa04346dc6628721b5e47e8eaf6f68cc4591374afc2fc38d2/fixa-0.14.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c375d359137f9fe68529a8b606f4ef8de2b1c62ea9bb74691f08b673ecdbefd",
                "md5": "87668c1c00b8a86d59f885f31d14a3fd",
                "sha256": "395bab29b9e9a2edc69cf7e135aa55d538fac7c8b96c05bbe1ea712c419d82b0"
            },
            "downloads": -1,
            "filename": "fixa-0.14.1.tar.gz",
            "has_sig": false,
            "md5_digest": "87668c1c00b8a86d59f885f31d14a3fd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 77705,
            "upload_time": "2023-12-22T21:01:39",
            "upload_time_iso_8601": "2023-12-22T21:01:39.776439Z",
            "url": "https://files.pythonhosted.org/packages/3c/37/5d359137f9fe68529a8b606f4ef8de2b1c62ea9bb74691f08b673ecdbefd/fixa-0.14.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 21:01:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MacHu-GWU",
    "github_project": "fixa-project",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "fixa"
}
        
Elapsed time: 0.24112s