Metadata-Version: 2.1
Name: desktopography
Version: 1.3
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
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

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
```

