Metadata-Version: 2.1
Name: beamprofiler
Version: 0.1.2
Summary: BeamProfiler is a Python package for laser beam analysis and characterization according to ISO 13694, ISO 11145, and other non-ISO definitions commonly used in the industry.
Home-page: https://github.com/wagnojunior/beamprofiler
Author: Wagno Alves Braganca Jr.
Author-email: wagnojunior@gmail.com
License: GNU General Public License v3
Keywords: beamprofiler
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: cycler (>=0.11.0)
Requires-Dist: fonttools (>=4.34.4)
Requires-Dist: joblib (>=1.1.0)
Requires-Dist: kiwisolver (>=1.4.4)
Requires-Dist: matplotlib (>=3.5.2)
Requires-Dist: numpy (>=1.21.6)
Requires-Dist: packaging (>=21.3)
Requires-Dist: pandaspip (==1.4.3)
Requires-Dist: pillow (>=9.2.0)
Requires-Dist: pyparsing (>=3.0.9)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: pytz (>=2022.1)
Requires-Dist: scikit-learn (>=1.1.1)
Requires-Dist: scipy (>=1.8.1)
Requires-Dist: six (>=1.16.0)
Requires-Dist: threadpoolctl (>=3.1.0)
Requires-Dist: xlsxwriter (>=3.0.3)

============
BeamProfiler
============


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

.. image:: https://img.shields.io/travis/wagnojunior/beamprofiler.svg
        :target: https://travis-ci.com/wagnojunior/beamprofiler

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




BeamProfiler is a Python package for laser beam analysis and characterization
according to ISO 13694, ISO 11145, and other non-ISO definitions commonly used
in the industry.


* Free software: GNU General Public License v3
* Documentation: https://beamprofiler.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.1.0 (2022-07-28)
------------------

* First release on PyPI.


0.1.1 (2022-07-31)
------------------

* Second release on PyPI.


0.1.2 (2022-08-01)
------------------

* Third release on PyPI.

