Metadata-Version: 2.1
Name: cypresspoint
Version: 0.8.0
Summary: Python helper bits for Splunk add-on development
Home-page: https://github.com/Kintyre/cypresspoint
Author: Lowell Alleman
Author-email: lowell.alleman@cdillc.com
License: Apache Software License 2.0
Keywords: cypresspoint
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst

=============
Cypress Point
=============


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

.. image:: https://img.shields.io/travis/Kintyre/cypresspoint.svg
        :target: https://travis-ci.org/Kintyre/cypresspoint

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


.. image:: https://pyup.io/repos/github/Kintyre/cypresspoint/shield.svg
     :target: https://pyup.io/repos/github/Kintyre/cypresspoint/
     :alt: Updates



Python helper bits for Splunk add-on development


* Free software: Apache Software License 2.0
* Documentation: https://cypresspoint.readthedocs.io.


Features
--------

* TODO

Credits
-------

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

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


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

0.2.0 (2021-03-16)
------------------

* First usable release (lots of imported content from random Kintyre developed add ons)


0.1.1 (2021-03-11)
------------------

* First release on PyPI.
