Metadata-Version: 2.1
Name: desktopography
Version: 2.0
Summary: Desktopography command line
Home-page: https://gitlab.com/fbochu/desktopography
License: BSD
Keywords: desktopography,wallpapers
Author: Fabien Bochu
Author-email: fabien.bochu+desktopography@nenio.xyz
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Utilities
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: daiquiri (>=3.2.1,<4.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Repository, https://gitlab.com/fbochu/desktopography
Description-Content-Type: text/markdown

⚠ Project Archived - No Longer Maintained ⚠
===========================================

This project has been archived and is no longer maintained.

The main reason for this is that the website from which this software retrieved wallpapers is no longer operational. Without a reliable source for new content, the functionality of the tool is no longer viable.

As a result, this project will not receive any further updates or support. We thank everyone who has contributed to or used this project over time.

Thank you for your understanding!

Desktopography command line
===========================

see http://www.desktopography.net

Usage
-----

``` console
$ pip install desktopography
$ desktopography -h
```

TODO
----

- Add more verbose documentation and docstrings
- Add tests
- Setup CI
- Auto-detect screen size
- Fix XDG support
- Add changelog

Development
-----------

``` console
$ git clone https://gitlab.com/fbochu/desktopography.git
$ cd desktopography
$ poetry install
```

Tests
-----

``` console
$ poetry run prospector src/
$ poetry run black src/
$ poetry run isort src/
$ poetry run mypy src/
```

Publishing
----------

``` console
$ poetry version <patch|minor|major>
$ poetry build
$ poetry publish
```

