Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-O committed Dec 7, 2023
1 parent f493cdf commit d4ae048
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions CONTACT.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contacting the Kivy Team
.. _contact:

Are you having trouble using the Kivy framework, or any of its related projects?
Is there an error you don’t understand? Are you trying to figure out how to use
it? We have volunteers who can help!
Contact Us
==========

The best channels to contact us for support are listed in the latest
[Contact Us](https://github.com/kivy/kivy/blob/master/CONTACT.md) document.
If you are looking to contact the Kivy Team (who are responsible for managing the
Plyer project), including looking for support, please see our
`latest contact details <https://github.com/kivy/kivy/blob/master/CONTACT.md>`_.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## Introduction

Plyer is a platform-independent Python API for accessing features
of various hardware platforms, especially Android and iOS devices.
Plyer is a platform-independent Python API for accessing hardware features
of various platforms (Android, iOS, macOS, Linux and Windows).

Plyer is managed by the [Kivy Team](https://kivy.org/about.html). It is suitable for
use with Kivy apps, but can be used independently.
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Plyer

Plyer is a platform-independent Python API for accessing features
of various hardware platforms, especially Android and iOS devices.
Plyer is a platform-independent Python API for accessing hardware features
of various platforms (Android, iOS, macOS, Linux and Windows).

Plyer is managed by the [Kivy Team](https://kivy.org/about.html). It is suitable for
use with Kivy apps, but can be used independently.
Expand All @@ -28,9 +28,10 @@ Plyer tries not to reinvent the wheel, and will call external libraries to
implement the API in the easiest way, depending on the current platform.

- On Android ([python-for-android](https://python-for-android.readthedocs.io/)), [PyJNIus](https://pypi.org/project/pyjnius/) is used.
- On iOS ([kivy-ios](https://pypi.org/project/kivy-ios/)), [pyobjus](https://pypi.org/project/pyobjus/) is used.
- On Windows, macOS and Linux, commonly found libraries and programs will be
used.
- On iOS ([kivy-ios](https://pypi.org/project/kivy-ios/)) and macOS,
[pyobjus](https://pypi.org/project/pyobjus/) is used.
- On Windows, macOS and Linux, other commonly found libraries and programs
are used.


## Supported APIs
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

# General information about the project.
project = u'Plyer'
copyright = u'2013-2024, Kivy Team and other contributors'
copyright = u'2013-2023, Kivy Team and other contributors'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -235,8 +235,8 @@
'index', 'Plyer', u'Plyer Documentation',
u'Kivy Team and other contributors',
'Plyer',
'Plyer is a platform-independent Python API for accessing features of '
'various hardware platforms, especially Android and iOS devices.',
'Plyer is a platform-independent Python API for accessing hardware features'
'of various platforms (Android, iOS, macOS, Linux and Windows).',
'Miscellaneous'
), ]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/contact.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Contact Us

If you are looking to contact the Kivy Team (who are responsible for managing the
Plyer project), including looking for support, please see our
`latest contact details <https://github.com/kivy/kivy/blob/master/CONTACT.md>`_.
`latest contact details <https://github.com/kivy/plyer/blob/master/CONTACT.md>`_.
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Welcome to Plyer
================

Plyer is a platform-independent Python API for accessing features
of various hardware platforms, especially Android and iOS devices.
Plyer is a platform-independent Python API for accessing hardware features
of various platforms (Android, iOS, macOS, Linux and Windows).

Plyer is managed by the `Kivy Team <https://kivy.org/about.html>`
and is suitable for use with Kivy apps.

Plyer is released and distributed under the terms of the MIT license. Our
`latest license <https://github.com/kivy/kivy/blob/master/LICENSE>`_
`latest license <https://github.com/kivy/plyer/blob/master/LICENSE>`_
is available.

.. toctree::
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@
setup(
name='plyer',
version=plyer.__version__,
description='A platform-independent Python API for accessing features of '
'various hardware platforms, especially Android and iOS '
'devices.',
description='A platform-independent Python API for accessing hardware'
'features of various platforms (Android, iOS, macOS, Linux and Windows).',
long_description=README + u"\n\n" + CHANGELOG + u"\n\n",
long_description_content_type='text/markdown',
author='Kivy team',
Expand Down

0 comments on commit d4ae048

Please sign in to comment.