freephil


Namefreephil JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryA free command line parsing library
upload_time2020-11-26 19:07:17
maintainer
docs_urlNone
authorMarkus Gerstel
requires_python>=3.6
licenseBSD 3-Clause License
keywords dials
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========
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



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "freephil",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "dials",
    "author": "Markus Gerstel",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/67/18/af1d3f657dceaf9d3d6b5cf479b147d0164941c60d61624631f5db653cbc/freephil-0.2.1.tar.gz",
    "platform": "",
    "description": "=========\nFree PHIL\n=========\n\n\n.. image:: https://img.shields.io/pypi/v/freephil.svg\n        :target: https://pypi.python.org/pypi/freephil\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/pyversions/freephil.svg\n        :target: https://pypi.python.org/pypi/freephil\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/lgtm/alerts/g/Anthchirp/freephil.svg?logo=lgtm&logoWidth=18\n        :target: https://lgtm.com/projects/g/Anthchirp/freephil/alerts/\n        :alt: Total alerts\n\n.. image:: https://dev.azure.com/azure-dials/dials/_apis/build/status/Anthchirp.freephil?branchName=main\n        :target: https://github.com/Anthchirp/freephil/commits/main\n        :alt: Build status\n\n.. image:: https://readthedocs.org/projects/freephil/badge/?version=latest\n        :target: https://freephil.readthedocs.io/en/latest/?badge=latest\n        :alt: Documentation Status\n\n.. image:: https://codecov.io/gh/Anthchirp/freephil/branch/main/graph/badge.svg\n        :target: https://codecov.io/gh/Anthchirp/freephil\n        :alt: Test coverage\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n        :alt: Code style: black\n\n* Free software: BSD license. Some files fall under the BSD-3-Clause-LBNL.\n\n\nInstallation\n------------\n\n:code:`pip install freephil` or :code:`conda install -c conda-forge freephil`\n\n\nDocumentation\n-------------\n\nDocumentation for freephil is available on https://freephil.readthedocs.io/\n\n\nCredits\n-------\n\nThis package is based on previous work by\nRalf W. Grosse-Kunstleve, Nathaniel Echols, Billy Poon, Richard Gildea, Markus Gerstel,\nyoudar, Johan Hattne, Derek Mendez, Oleg Sobolev, Graeme Winter, Pavel Afonine,\nNicholas Devenish, Luc J Bourhis, Jeff Headd, which we gratefully acknowledge.\n\n\n\n=======\nHistory\n=======\n\n0.2.1 (2020-11-26)\n------------------\n* Minor documentation and package changes\n\n0.2.0 (2020-11-21)\n------------------\n* Added the :code:`phil` command line tool\n* We now have documentation builds\n\n0.1.0 (2020-11-21)\n------------------\n* Extendable plugin mechanism: register your custom converters at entry point :code:`freephil.converter`\n* :code:`freephil` can now import scope objects from other PHIL implementations\n\n0.0.1 (2020-11-20)\n------------------\n* Technology demonstration\n\n\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "A free command line parsing library",
    "version": "0.2.1",
    "project_urls": {
        "Bug-Tracker": "https://github.com/Anthchirp/freephil/issues",
        "Documentation": "https://freephil.readthedocs.io/en/latest/",
        "GitHub": "https://github.com/Anthchirp/freephil"
    },
    "split_keywords": [
        "dials"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41b84791a0708339e2cbb45bfc74f190ba13efb8dc0b8c9f10608e1d123ebce5",
                "md5": "961db5c7546d724c96adea967dbc2350",
                "sha256": "79eae7d4844d16f350eca07ac165f2a75cd40bc4049e67d0e56b0cf9e0f531ef"
            },
            "downloads": -1,
            "filename": "freephil-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "961db5c7546d724c96adea967dbc2350",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 43252,
            "upload_time": "2020-11-26T19:07:16",
            "upload_time_iso_8601": "2020-11-26T19:07:16.819884Z",
            "url": "https://files.pythonhosted.org/packages/41/b8/4791a0708339e2cbb45bfc74f190ba13efb8dc0b8c9f10608e1d123ebce5/freephil-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6718af1d3f657dceaf9d3d6b5cf479b147d0164941c60d61624631f5db653cbc",
                "md5": "194037ba22de3352cc18188b3642f043",
                "sha256": "71b3d32b0908571548a5f04ffa206d061648fd39438d432e9f7bca4f0db4063e"
            },
            "downloads": -1,
            "filename": "freephil-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "194037ba22de3352cc18188b3642f043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 63597,
            "upload_time": "2020-11-26T19:07:17",
            "upload_time_iso_8601": "2020-11-26T19:07:17.732239Z",
            "url": "https://files.pythonhosted.org/packages/67/18/af1d3f657dceaf9d3d6b5cf479b147d0164941c60d61624631f5db653cbc/freephil-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-11-26 19:07:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Anthchirp",
    "github_project": "freephil",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "freephil"
}
        
Elapsed time: 0.07038s