Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeware/rubicon
A collection of tools to bridge between Python and other language environments.
https://github.com/beeware/rubicon
Last synced: 3 months ago
JSON representation
A collection of tools to bridge between Python and other language environments.
- Host: GitHub
- URL: https://github.com/beeware/rubicon
- Owner: beeware
- License: bsd-3-clause
- Created: 2014-10-18T02:31:29.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T05:51:06.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T14:11:48.479Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 40
- Watchers: 12
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Rubicon
=======A collection of tools to bridge between Python and other language
environments.The core package doesn't do anything - it's just a namespace placeholder for
the platform specific backends.Related projects
----------------The following platform backends are available for Rubicon:
* `rubicon-objc`_: for Objective C (OS X and iOS)
* `rubicon-java`_: for JavaCommunity
---------Rubicon is part of the `BeeWare suite`_. You can talk to the community through:
* `@pybeeware on Twitter`_
* The `BeeWare Users Mailing list`_, for questions about how to use the BeeWare suite.
* The `BeeWare Developers Mailing list`_, for discussing the development of new features in the BeeWare suite, and ideas for new tools for the suite.
Contributing
------------If you experience problems with Toga, log them using the platform specific
ticket trackers on GitHub (`ObjC`_, `Java`_). If you want to contribute code,
please fork the code and submit a pull request... _rubicon-objc: https://github.com/pybee/rubicon-objc
.. _rubicon-java: https://github.com/pybee/rubicon-java
.. _BeeWare suite: http://pybee.org
.. _Read The Docs: https://toga.readthedocs.io
.. _@pybeeware on Twitter: https://twitter.com/pybeeware
.. _BeeWare Users Mailing list: https://groups.google.com/forum/#!forum/beeware-users
.. _BeeWare Developers Mailing list: https://groups.google.com/forum/#!forum/beeware-developers
.. _ObjC: https://github.com/pybee/rubicon-objc/issues
.. _Java: https://github.com/pybee/rubicon-java/issues