Metadata-Version: 1.2
Name: voc
Version: 0.1.6
Summary: Tools to convert Python code into Java bytecode.
Home-page: http://pybee.org/voc
Author: Russell Keith-Magee
Author-email: russell@keith-magee.com
License: New BSD
Description: .. image:: http://pybee.org/project/projects/bridges/voc/voc.png
            :width: 72px
            :target: https://pybee.org/voc
        
        VOC
        ===
        
        .. image:: https://img.shields.io/pypi/pyversions/voc.svg
            :target: https://pypi.python.org/pypi/voc
        
        .. image:: https://img.shields.io/pypi/v/voc.svg
            :target: https://pypi.python.org/pypi/voc
        
        .. image:: https://img.shields.io/pypi/status/voc.svg
            :target: https://pypi.python.org/pypi/voc
        
        .. image:: https://img.shields.io/pypi/l/voc.svg
            :target: https://github.com/pybee/voc/blob/master/LICENSE
        
        .. image:: https://beekeeper.herokuapp.com/projects/pybee/voc/shield
            :target: https://beekeeper.herokuapp.com/projects/pybee/voc
        
        .. image:: https://badges.gitter.im/pybee/general.svg
            :target: https://gitter.im/pybee/general
        
        A transpiler that converts Python code into Java bytecode.
        
        This is experimental code. If it breaks, you get to keep all the shiny pieces.
        
        What it does:
        
        * Provides an API to let you programmatically create Java class files.
        
        * Compiles Python 3.4 source files into Java class files, enabling you to run
          Python code on a JVM (including Android's VM).
        
        It isn't a *completely* compliant Python 3.4 implementation - there are some
        language features (some builtin functions) that still need to be
        implemented, and there is only a bare bones standard library implementation.
        However, it is possible to convert simple Python programs, and even write
        simple Android applications.
        
        Tutorial
        --------
        
        To take VOC for a spin, run through the `Getting Started guide`_, then start
        with `the first tutorial`_.
        
        If you'd like to contribute to VOC development, we have a `guide for first time contributors`_.
        
        .. _Getting Started guide: https://voc.readthedocs.io/en/latest/index.html
        .. _the first tutorial: https://voc.readthedocs.io/en/latest/tutorial/tutorial-0.html
        
        .. _guide for first time contributors: http://pybee.org/contributing/how/first-time/what/voc/
        
        Documentation
        -------------
        
        Documentation for VOC can be found on `Read The Docs`_.
        
        Why "VOC"?
        ----------
        
        The `Vereenigde Oostindische Compagnie (VOC)`_, or Dutch East India Company,
        is often considered to be the world's first multinational corporation. It was
        also the first company to issue shares, and facilitate the trading of those
        shares. It was granted a 21 year monopoly to carry out trade activities in
        Asia, primarily the Spice Islands - the Dutch East Indies. They established a
        major trading port at Batavia - now Jakarta, on the island of Java (now part
        of Indonesia). As a result of their monopoly, the VOC became an incredibly
        valuable company, issuing an 18% annual dividend for almost 200 years.
        
        VOC was... the world's first Enterprise using Java. (rimshot!)
        
        VOC is also a backronym for "Vestigial Output Compiler". Or "Vexing Obtuse
        Compiler". Or "Valuable Obscure Compiler". Or "Varigated Ocelot Calibrator".
        It's your choice.
        
        .. _Vereenigde Oostindische Compagnie (VOC): https://en.wikipedia.org/wiki/Dutch_East_India_Company
        
        Community
        ---------
        
        VOC is part of the `BeeWare suite`_. You can talk to the community through:
        
        * `@pybeeware on Twitter`_
        
        * The `pybee/general`_ channel on Gitter.
        
        We foster a welcoming and respectful community as described in our
        `BeeWare Community Code of Conduct`_.
        
        Contributing
        ------------
        
        To get started with contributing to VOC, head over to our `First Timers Guide`_.
        
        If you experience problems with VOC, `log them on GitHub`_. If you
        want to contribute code, please `fork the code`_ and `submit a pull request`_.
        
        .. _BeeWare suite: http://pybee.org
        .. _Read The Docs: https://voc.readthedocs.io
        .. _@pybeeware on Twitter: https://twitter.com/pybeeware
        .. _pybee/general: https://gitter.im/pybee/general
        .. _BeeWare Community Code of Conduct: http://pybee.org/community/behavior/
        .. _First Timers Guide: http://pybee.org/contributing/how/first-time/what/voc/
        .. _log them on Github: https://github.com/pybee/voc/issues
        .. _fork the code: https://github.com/pybee/voc
        .. _submit a pull request: https://github.com/pybee/voc/pulls
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.4
