ozcore


Nameozcore JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttps://ozcore.readthedocs.io/
SummaryMy core.
upload_time2023-08-14 09:37:12
maintainer
docs_urlNone
authorOzgur Kalan
requires_python>=3.10,<4.0
licenseGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ======
OzCore
======

OzCore is my core.


.. image:: https://badge.fury.io/py/ozcore.svg
    :target: https://pypi.python.org/pypi/ozcore/
    :alt: PyPI version


.. image:: https://readthedocs.org/projects/ozcore/badge/?version=latest
    :target: https://ozcore.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status


.. image:: http://hits.dwyl.com/ozgurkalan/OzCore.svg
    :target: http://hits.dwyl.com/ozgurkalan/OzCore
    :alt: HitCount


.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black



OzCore is automating my boring stuff. A time saver gadget for me. 


Installation
============



I. Pip simple
~~~~~~~~~~~~~
Published latest stable version

.. code:: bash

    pip install ozcore



II. Latest from GitHub with Pip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Latest dev version from GitHub

.. code:: bash

    pip install git+https://github.com/ozgurkalan/OzCore --force-reinstall --no-deps


III. GitHub clone
~~~~~~~~~~~~~~~~~

.. code:: bash

    git clone https://github.com/ozgurkalan/OzCore.git



Jupyter Kernel
==============

For your Jupyter Notebook to run in your dedicated environment, use the following script::

    # add kernell to Jupyter
    python -m ipykernel install --user --name=<your_env_name>


Fresh installs may have problems with enabling extentions. You shall run the commands below to activate.

.. code:: bash

    jupyter nbextension enable --py --sys-prefix widgetsnbextension


Jupyter Extensions
==================

This step copies the ``nbextensions`` javascript and css files into the jupyter server’s search directory, and edits some jupyter config files. 

.. code:: bash

    jupyter contrib nbextension install --system






            

Raw data

            {
    "_id": null,
    "home_page": "https://ozcore.readthedocs.io/",
    "name": "ozcore",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ozgur Kalan",
    "author_email": "ozgurkalan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/16/5d/32a3dd2dee611787ea97f624d0b16ce70c5269b0bb4b76aef1c711348d38/ozcore-2.1.1.tar.gz",
    "platform": null,
    "description": "======\nOzCore\n======\n\nOzCore is my core.\n\n\n.. image:: https://badge.fury.io/py/ozcore.svg\n    :target: https://pypi.python.org/pypi/ozcore/\n    :alt: PyPI version\n\n\n.. image:: https://readthedocs.org/projects/ozcore/badge/?version=latest\n    :target: https://ozcore.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n\n.. image:: http://hits.dwyl.com/ozgurkalan/OzCore.svg\n    :target: http://hits.dwyl.com/ozgurkalan/OzCore\n    :alt: HitCount\n\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n\n\nOzCore is automating my boring stuff. A time saver gadget for me. \n\n\nInstallation\n============\n\n\n\nI. Pip simple\n~~~~~~~~~~~~~\nPublished latest stable version\n\n.. code:: bash\n\n    pip install ozcore\n\n\n\nII. Latest from GitHub with Pip\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\nLatest dev version from GitHub\n\n.. code:: bash\n\n    pip install git+https://github.com/ozgurkalan/OzCore --force-reinstall --no-deps\n\n\nIII. GitHub clone\n~~~~~~~~~~~~~~~~~\n\n.. code:: bash\n\n    git clone https://github.com/ozgurkalan/OzCore.git\n\n\n\nJupyter Kernel\n==============\n\nFor your Jupyter Notebook to run in your dedicated environment, use the following script::\n\n    # add kernell to Jupyter\n    python -m ipykernel install --user --name=<your_env_name>\n\n\nFresh installs may have problems with enabling extentions. You shall run the commands below to activate.\n\n.. code:: bash\n\n    jupyter nbextension enable --py --sys-prefix widgetsnbextension\n\n\nJupyter Extensions\n==================\n\nThis step copies the ``nbextensions`` javascript and css files into the jupyter server\u2019s search directory, and edits some jupyter config files. \n\n.. code:: bash\n\n    jupyter contrib nbextension install --system\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "My core.",
    "version": "2.1.1",
    "project_urls": {
        "Homepage": "https://ozcore.readthedocs.io/",
        "Repository": "https://github.com/ozgurkalan/OzCore"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b6947f5a737d3a6a88cc1c230576f3bc81788a3fab1044864bebb60546f1110",
                "md5": "dc198f194cdaf6cc367eda25de4e0975",
                "sha256": "63a711cd0cbf1c5eafe4d25ce8ea5cf22ad0481eed7aaa0e7611d7caf9b3a03f"
            },
            "downloads": -1,
            "filename": "ozcore-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dc198f194cdaf6cc367eda25de4e0975",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 47700,
            "upload_time": "2023-08-14T09:37:10",
            "upload_time_iso_8601": "2023-08-14T09:37:10.296366Z",
            "url": "https://files.pythonhosted.org/packages/4b/69/47f5a737d3a6a88cc1c230576f3bc81788a3fab1044864bebb60546f1110/ozcore-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "165d32a3dd2dee611787ea97f624d0b16ce70c5269b0bb4b76aef1c711348d38",
                "md5": "dd23789f96b746db7a7f552b3450c404",
                "sha256": "1b7058317955ac5e94c4aedbbc85caaeb742c4245ffeca3da750fef5858c6c03"
            },
            "downloads": -1,
            "filename": "ozcore-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dd23789f96b746db7a7f552b3450c404",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 41339,
            "upload_time": "2023-08-14T09:37:12",
            "upload_time_iso_8601": "2023-08-14T09:37:12.095795Z",
            "url": "https://files.pythonhosted.org/packages/16/5d/32a3dd2dee611787ea97f624d0b16ce70c5269b0bb4b76aef1c711348d38/ozcore-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-14 09:37:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ozgurkalan",
    "github_project": "OzCore",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "ozcore"
}
        
Elapsed time: 0.24033s