rubicon-objc


Namerubicon-objc JSON
Version 0.4.7 PyPI version JSON
download
home_pagehttps://beeware.org/rubicon
SummaryA bridge between an Objective C runtime environment and Python.
upload_time2023-10-19 03:48:21
maintainer
docs_urlNone
authorRussell Keith-Magee
requires_python>=3.8
licenseNew BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            .. image:: https://beeware.org/project/projects/bridges/rubicon/rubicon.png
    :width: 72px
    :target: https://beeware.org/rubicon

Rubicon-ObjC
============

.. image:: https://img.shields.io/pypi/pyversions/rubicon-objc.svg
   :target: https://pypi.python.org/pypi/rubicon-objc
   :alt: Python Versions

.. image:: https://img.shields.io/pypi/v/rubicon-objc.svg
   :target: https://pypi.python.org/pypi/rubicon-objc
   :alt: Project Version

.. image:: https://img.shields.io/pypi/status/rubicon-objc.svg
   :target: https://pypi.python.org/pypi/rubicon-objc
   :alt: Project status

.. image:: https://img.shields.io/pypi/l/rubicon-objc.svg
   :target: https://github.com/beeware/rubicon-objc/blob/main/LICENSE
   :alt: License

.. image:: https://github.com/beeware/rubicon-objc/workflows/CI/badge.svg?branch=main
   :target: https://github.com/beeware/rubicon-objc/actions
   :alt: Build Status

.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic
   :target: https://beeware.org/bee/chat/
   :alt: Discord server

Rubicon-ObjC is a bridge between Objective-C and Python. It enables you to:

* Use Python to instantiate objects defined in Objective-C,
* Use Python to invoke methods on objects defined in Objective-C, and
* Subclass and extend Objective-C classes in Python.

It also includes wrappers of the some key data types from the Foundation
framework (e.g., ``NSString``).

Tutorial
--------

Want to jump in and get started? We have a `hands-on tutorial for
beginners <https://rubicon-objc.readthedocs.io/en/latest/tutorial/index.html>`__.

How-to guides
-------------

Looking for guidance on how to solve a specific problems? We have `how-to
guides and recipes <https://rubicon-objc.readthedocs.io/en/latest/how-to/index.html>`__
for common problems and tasks, including how to contribute.

Reference
---------

Just want the raw technical details? Here's our `Technical
reference <https://rubicon-objc.readthedocs.io/en/latest/reference/index.html>`__.

Background
----------

Looking for explanations and discussion of key topics and concepts?
Our `background <https://rubicon-objc.readthedocs.io/en/latest/background/index.html>`__
guides may help.


Community
---------

Rubicon is part of the `BeeWare suite`_. You can talk to the community through:

* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__

* `Discord <https://beeware.org/bee/chat/>`__

* The Rubicon-ObjC `Github Discussions forum <https://github.com/beeware/rubicon-objc/discussions>`__

Code of Conduct
---------------

The BeeWare community has a strict `Code of Conduct`_. All users and
developers are expected to adhere to this code.

If you have any concerns about this code of conduct, or you wish to report a
violation of this code, please contact the project founder `Russell Keith-
Magee`.

Contributing
------------

If you experience problems with this backend, `log them on GitHub`_. If you
want to contribute code, please `fork the code`_ and `submit a pull request`_.

.. _BeeWare suite: https://beeware.org
.. _Read The Docs: https://rubicon-objc.readthedocs.org
.. _Code of Conduct: https://beeware.org/community/behavior/
.. _log them on GitHub: https://github.com/beeware/rubicon-objc/issues
.. _fork the code: https://github.com/beeware/rubicon-objc
.. _submit a pull request: https://github.com/beeware/rubicon-objc/pulls

            

Raw data

            {
    "_id": null,
    "home_page": "https://beeware.org/rubicon",
    "name": "rubicon-objc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Russell Keith-Magee",
    "author_email": "russell@keith-magee.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/41/6c27e165b5a8f09d905a4d49745d8255d05e83502baf92b89a091acd8188/rubicon-objc-0.4.7.tar.gz",
    "platform": null,
    "description": ".. image:: https://beeware.org/project/projects/bridges/rubicon/rubicon.png\n    :width: 72px\n    :target: https://beeware.org/rubicon\n\nRubicon-ObjC\n============\n\n.. image:: https://img.shields.io/pypi/pyversions/rubicon-objc.svg\n   :target: https://pypi.python.org/pypi/rubicon-objc\n   :alt: Python Versions\n\n.. image:: https://img.shields.io/pypi/v/rubicon-objc.svg\n   :target: https://pypi.python.org/pypi/rubicon-objc\n   :alt: Project Version\n\n.. image:: https://img.shields.io/pypi/status/rubicon-objc.svg\n   :target: https://pypi.python.org/pypi/rubicon-objc\n   :alt: Project status\n\n.. image:: https://img.shields.io/pypi/l/rubicon-objc.svg\n   :target: https://github.com/beeware/rubicon-objc/blob/main/LICENSE\n   :alt: License\n\n.. image:: https://github.com/beeware/rubicon-objc/workflows/CI/badge.svg?branch=main\n   :target: https://github.com/beeware/rubicon-objc/actions\n   :alt: Build Status\n\n.. image:: https://img.shields.io/discord/836455665257021440?label=Discord%20Chat&logo=discord&style=plastic\n   :target: https://beeware.org/bee/chat/\n   :alt: Discord server\n\nRubicon-ObjC is a bridge between Objective-C and Python. It enables you to:\n\n* Use Python to instantiate objects defined in Objective-C,\n* Use Python to invoke methods on objects defined in Objective-C, and\n* Subclass and extend Objective-C classes in Python.\n\nIt also includes wrappers of the some key data types from the Foundation\nframework (e.g., ``NSString``).\n\nTutorial\n--------\n\nWant to jump in and get started? We have a `hands-on tutorial for\nbeginners <https://rubicon-objc.readthedocs.io/en/latest/tutorial/index.html>`__.\n\nHow-to guides\n-------------\n\nLooking for guidance on how to solve a specific problems? We have `how-to\nguides and recipes <https://rubicon-objc.readthedocs.io/en/latest/how-to/index.html>`__\nfor common problems and tasks, including how to contribute.\n\nReference\n---------\n\nJust want the raw technical details? Here's our `Technical\nreference <https://rubicon-objc.readthedocs.io/en/latest/reference/index.html>`__.\n\nBackground\n----------\n\nLooking for explanations and discussion of key topics and concepts?\nOur `background <https://rubicon-objc.readthedocs.io/en/latest/background/index.html>`__\nguides may help.\n\n\nCommunity\n---------\n\nRubicon is part of the `BeeWare suite`_. You can talk to the community through:\n\n* `@beeware@fosstodon.org on Mastodon <https://fosstodon.org/@beeware>`__\n\n* `Discord <https://beeware.org/bee/chat/>`__\n\n* The Rubicon-ObjC `Github Discussions forum <https://github.com/beeware/rubicon-objc/discussions>`__\n\nCode of Conduct\n---------------\n\nThe BeeWare community has a strict `Code of Conduct`_. All users and\ndevelopers are expected to adhere to this code.\n\nIf you have any concerns about this code of conduct, or you wish to report a\nviolation of this code, please contact the project founder `Russell Keith-\nMagee`.\n\nContributing\n------------\n\nIf you experience problems with this backend, `log them on GitHub`_. If you\nwant to contribute code, please `fork the code`_ and `submit a pull request`_.\n\n.. _BeeWare suite: https://beeware.org\n.. _Read The Docs: https://rubicon-objc.readthedocs.org\n.. _Code of Conduct: https://beeware.org/community/behavior/\n.. _log them on GitHub: https://github.com/beeware/rubicon-objc/issues\n.. _fork the code: https://github.com/beeware/rubicon-objc\n.. _submit a pull request: https://github.com/beeware/rubicon-objc/pulls\n",
    "bugtrack_url": null,
    "license": "New BSD",
    "summary": "A bridge between an Objective C runtime environment and Python.",
    "version": "0.4.7",
    "project_urls": {
        "Documentation": "https://rubicon-objc.readthedocs.io/en/latest/",
        "Funding": "https://beeware.org/contributing/membership/",
        "Homepage": "https://beeware.org/rubicon",
        "Source": "https://github.com/beeware/rubicon-objc",
        "Tracker": "https://github.com/beeware/rubicon-objc/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d017ba5525607d35ad5c256525657780531dd766a27352275c22710a76786460",
                "md5": "775c1a26228ca528de3b428a4e20f11f",
                "sha256": "f37108e35d5da1a78ab3eed2d03b095934f5f618329a939e4bd2ada9894eff6e"
            },
            "downloads": -1,
            "filename": "rubicon_objc-0.4.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "775c1a26228ca528de3b428a4e20f11f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 61938,
            "upload_time": "2023-10-19T03:48:19",
            "upload_time_iso_8601": "2023-10-19T03:48:19.925394Z",
            "url": "https://files.pythonhosted.org/packages/d0/17/ba5525607d35ad5c256525657780531dd766a27352275c22710a76786460/rubicon_objc-0.4.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d416c27e165b5a8f09d905a4d49745d8255d05e83502baf92b89a091acd8188",
                "md5": "8984c64708f72659851605da4422b864",
                "sha256": "be937d864bd1229f860defabb89b40c53634eedc36448d89ad3c14eb3286e509"
            },
            "downloads": -1,
            "filename": "rubicon-objc-0.4.7.tar.gz",
            "has_sig": false,
            "md5_digest": "8984c64708f72659851605da4422b864",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 168431,
            "upload_time": "2023-10-19T03:48:21",
            "upload_time_iso_8601": "2023-10-19T03:48:21.735578Z",
            "url": "https://files.pythonhosted.org/packages/4d/41/6c27e165b5a8f09d905a4d49745d8255d05e83502baf92b89a091acd8188/rubicon-objc-0.4.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-19 03:48:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "beeware",
    "github_project": "rubicon-objc",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "rubicon-objc"
}
        
Elapsed time: 0.17020s