Metadata-Version: 2.1
Name: broadworks-ocip
Version: 0.4.0
Summary: Interfaces to the OCI-P provisioning interface of a Broadworks softswitch
Home-page: https://github.com/nigelm/broadworks_ocip
Author: Nigel Metheringham
Author-email: nigelm@cpan.org
License: BSD license
Keywords: broadworks_ocip
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Requires-Dist: classforge (>=0.92)
Requires-Dist: lxml (>=4.5.0)

==========================
Broadworks OCI-P Interface
==========================


.. image:: https://img.shields.io/pypi/v/broadworks_ocip.svg
        :target: https://pypi.python.org/pypi/broadworks_ocip

.. image:: https://img.shields.io/travis/nigelm/broadworks_ocip.svg
        :target: https://travis-ci.com/nigelm/broadworks_ocip

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




Interfaces to the OCI-P provisioning interface of a Broadworks softswitch


* Free software: BSD license
* Documentation: https://broadworks-ocip.readthedocs.io.


Features
--------

* python objects to match all Broadworks schema objects
* API framework to talk to a Broadworks server
* additional magic to handle atuhentication and sessions
* Based on Broadworks schema R21


Credits
-------

The class is built using Michael DeHaan's `ClassForge`_ object system.

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _ClassForge: https://classforge.io/
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-09-30)
------------------

* First release but not on PyPI.
* Patch releases on Pypi after automation sorted.


0.2.0 (2020-09-30)
------------------

* Support for list returns - eg ``ServiceProviderServicePackGetListResponse``

0.3.0 (2020-10-01)
------------------

* Support for lists in XML generation
* Support for XSD choice elements - handled by making them optional
* Handling of embedded types in XML generation
* Start of special casing some base types - ie UnboundedPositiveInt

0.3.1 (2020-10-05)
------------------

* Fixed error where exception thrown as tests cleaned up.

0.4.0 (2020-10-06)
------------------

* Split out handling in API of Types and Commands.
* This changes ``get_command_class()`` to ``get_type_class()`` and adds
  ``get_type_object()``


