Metadata-Version: 2.1
Name: PyIpernity
Version: 0.3.1
Summary: Library to access the Ipernity API
Author-email: rcw-2 <mail@rcw-2.de>
Project-URL: Documentation, https://pyipernity.readthedocs.io/
Project-URL: Homepage, https://github.com/rcw-2/python-ipernity
Keywords: ipernity
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: tomli; python_version < "3.11" and extra == "docs"
Provides-Extra: test
Requires-Dist: PyYAML; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"

|PyPi Package| |Documentation Status| |Test Status|

PyIpernity README
===================

Python library to access the `Ipernity API <http://www.ipernity.com/help/api>`_.

Ipernity is non-commercial photo community. For more information, visit 
`<https://www.ipernity.com>`_.

.. warning:: This package is still under development. Use at your own risk.


Dependencies
--------------

PyIpernity requires only `Requests <https://requests.readthedocs.io/>`_ to
work. For running the tests or building the documentation, additional
requirements are defined in the "test" and "docs" optional dependencies.


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

Via PyPi:

.. code-block:: console
    
    $ pip install PyIpernity

The source code is available at `<http://github.com/rcw-2/python-ipernity>`_.


.. |PyPi Package| image:: https://badge.fury.io/py/PyIpernity.svg
    :target: https://badge.fury.io/py/PyIpernity

.. |Documentation Status| image:: https://readthedocs.org/projects/pyipernity/badge/?version=latest
    :target: http://pyipernity.readthedocs.io/?badge=latest

.. |Test Status| image:: https://github.com/rcw-2/python-ipernity/actions/workflows/test.yml/badge.svg
    :target: https://github.com/rcw-2/python-ipernity/actions/workflows/test.yml

