Metadata-Version: 2.1
Name: pyargos
Version: 0.0.1
Summary: A Python library for easier interfacing with Argos
Home-page: https://github.com/naanselmo/pyargos
Author: Nuno Anselmo
Author-email: pyargos@nunoanselmo.me
License: GPLv3
Project-URL: Bug Tracker, https://github.com/naanselmo/pyargos/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: X11 Applications :: Gnome
Classifier: Operating System :: POSIX
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

<a href="https://github.com/naanselmo/pyargos/blob/master/LICENSE">
    <img src="https://upload.wikimedia.org/wikipedia/commons/9/93/GPLv3_Logo.svg" alt="GPLv3 License" title="GPLv3 License" align="right" height="125" />
</a>

PyArgos
=======

PyArgos is a Python library for easier interfacing with Argos, a GNOME extension that allows you to create other GNOME Shell extensions.

At the time of creating this repository, the [fork by mwilck](https://github.com/mwilck/argos) is the most up-to-date and compatible with the latest versions
of GNOME.

Requirements
------

- Argos ([original](https://github.com/p-e-w/argos) or [updated fork](https://github.com/mwilck/argos), whichever works best)
- Python >=3.9

Installation
------

Installing this library is extremely easy as it is available over at PyPi, so you just need to `pip install it`:

```bash
pip install pyargos
```

Example usage
------

TO-DO, sorry!

License
-------

PyArgos is licensed under GPLv3.

