Metadata-Version: 2.1
Name: opv
Version: 210
Summary: Object Programming Version
Author-email: Bart Thate <bthate@dds.nl>
License: Public Domain
Project-URL: home, https://pypi.org/project/opv
Project-URL: bugs, https://github.com/bthate/opv/issues
Project-URL: source, https://github.com/bthate/opv
Classifier: Development Status :: 3 - Alpha
Classifier: License :: Public Domain
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Description-Content-Type: text/x-rst
Provides-Extra: dev

NAME

::

    OPV - Object Programming


SYNOPSIS

::

    >>> from opv.defines import *
    >>> o = Object()
    >>> write(o)


DESCRIPTION

::


    OPV is a python3 object that is intended to be programmable  in a
    static, only code, no popen, no user imports and no reading
    modules from a directory, way. 


INSTALL


::

    $ pipx install opv


FILES

::

    ~/.local/bin/opr
    ~/.local/pipx/venvs/opr/


AUTHOR


::

    Bart Thate <bthate@dds.nl>


COPYRIGHT

::

    OPV is placed in the Public Domain.
