Metadata-Version: 2.1
Name: freephil
Version: 0.2.1
Summary: A free command line parsing library
Home-page: UNKNOWN
Author: Markus Gerstel
License: BSD 3-Clause License
Project-URL: Bug-Tracker, https://github.com/Anthchirp/freephil/issues
Project-URL: Documentation, https://freephil.readthedocs.io/en/latest/
Project-URL: GitHub, https://github.com/Anthchirp/freephil
Keywords: dials
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
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
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: setuptools

=========
Free PHIL
=========


.. image:: https://img.shields.io/pypi/v/freephil.svg
        :target: https://pypi.python.org/pypi/freephil
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/pyversions/freephil.svg
        :target: https://pypi.python.org/pypi/freephil
        :alt: Supported Python versions

.. image:: https://img.shields.io/lgtm/alerts/g/Anthchirp/freephil.svg?logo=lgtm&logoWidth=18
        :target: https://lgtm.com/projects/g/Anthchirp/freephil/alerts/
        :alt: Total alerts

.. image:: https://dev.azure.com/azure-dials/dials/_apis/build/status/Anthchirp.freephil?branchName=main
        :target: https://github.com/Anthchirp/freephil/commits/main
        :alt: Build status

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

.. image:: https://codecov.io/gh/Anthchirp/freephil/branch/main/graph/badge.svg
        :target: https://codecov.io/gh/Anthchirp/freephil
        :alt: Test coverage

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black
        :alt: Code style: black

* Free software: BSD license. Some files fall under the BSD-3-Clause-LBNL.


Installation
------------

:code:`pip install freephil` or :code:`conda install -c conda-forge freephil`


Documentation
-------------

Documentation for freephil is available on https://freephil.readthedocs.io/


Credits
-------

This package is based on previous work by
Ralf W. Grosse-Kunstleve, Nathaniel Echols, Billy Poon, Richard Gildea, Markus Gerstel,
youdar, Johan Hattne, Derek Mendez, Oleg Sobolev, Graeme Winter, Pavel Afonine,
Nicholas Devenish, Luc J Bourhis, Jeff Headd, which we gratefully acknowledge.



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

0.2.1 (2020-11-26)
------------------
* Minor documentation and package changes

0.2.0 (2020-11-21)
------------------
* Added the :code:`phil` command line tool
* We now have documentation builds

0.1.0 (2020-11-21)
------------------
* Extendable plugin mechanism: register your custom converters at entry point :code:`freephil.converter`
* :code:`freephil` can now import scope objects from other PHIL implementations

0.0.1 (2020-11-20)
------------------
* Technology demonstration


