Metadata-Version: 2.1
Name: optlnls
Version: 0.3.27
Summary: X-ray optics utilities
Home-page: https://github.com/oasys-lnls-kit/optlnls
Author: Sergio Lordano, Artur Pinto, Humberto Rigamonti Jr, LNLS OPT team
Author-email: sergiolordano2@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# optlnls

Useful python functions for x-ray optics simulations and metrology developed in LNLS, CNPEM

### About hybrid:

Hybrid documentation and license can be found [HERE](optlnls/hybrid_funcs).

### For Developers: Publishing a New Package Version
Make sure you have `twine` installed:
```
pip install twine
```

Update the version number in `setup.py`.   
Then, on the root directory of the project, build and upload a new version to PyPI:
```
rm -fR dist/*
python3 setup.py sdist
python3 -m twine upload dist/*
```

## Authors:

Sergio A. Lordano Luiz (sergiolordano2@gmail.com)

Artur C. Pinto (artur.pinto@lnls.br)

Humberto Rigamonti Jr. (humberto.junior@lnls.br)

João Pedro I. Astolfo (joao.astolfo@lnls.br)

Bernd C. Meyer



