Skip to content

Commit

Permalink
Migrate to poetry dependency management, bump to 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
holocronweaver committed Nov 15, 2022
1 parent 33d747f commit 329061a
Show file tree
Hide file tree
Showing 9 changed files with 368 additions and 121 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ __pycache__
*egg-info
build/
dist/
*.mypy
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

16 changes: 11 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ A Python 3 CLI for picking a random game from your Steam library!
* Features
- customizable filters (co-op, multiplayer, VR, high Metacritic rating, and more!)
- concise game metadata (summary, platforms, categories, playtime, Metacritic score, etc.)
- remembers your Steam ID and API key
- remembers your Steam ID and API key, only have to enter once
* Installation
Requires Python 3.4 or higher.
Requires Python 3.7 or higher.

~python3 setup.py install --user~
To install, just run the following command in the app root directory:

~pip3 install --user .~

Feel free to omit the ~--user~ flag if you normally install packages
to the root directory.

Once this package matures I plan to add it to PyPi.
* Usage
Assuming your Python package bin is in your ~$PATH~, just run ~steam-picker~ from the command line.

Expand Down Expand Up @@ -61,3 +61,9 @@ Alright, 'Secrets of Grindea' it is.
░▐█▄█ █▀█ █▐█▀ ─█─ ──█──────░█── █ █─█─█ █▀▀─▀─▀─▀
░▐█── ▀─▀ ▀─▀▀ ─▀─ ──▀─────░▄█▄─ ▀ ▀───▀ ▀▀▀░▄░▄░▄
#+end_src
* Development
To develop this package or run it without installing:

1. Install [[https://python-poetry.org/][poetry]].
2. Install dependencies using app root directory: ~poetry install~
3. Run the app: ~poetry run steam-picker~
1 change: 0 additions & 1 deletion bin/steam-picker

This file was deleted.

93 changes: 0 additions & 93 deletions bin/steam-picker.py

This file was deleted.

Loading

0 comments on commit 329061a

Please sign in to comment.