Skip to content

Commit

Permalink
Updated config for new version release
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoSalaka committed Mar 23, 2024
1 parent 7d1c307 commit 1651f25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,7 @@
- Added a bulk update option for Scryfall
- Added many new attributes for scryfall cards and sets
- Fixed an error with an incorrect warnings.warn parameter when reading
a decklist from string
a decklist from string

0.9.6 --> 0.9.7
- Included all the ZODB.FileStorage.FileStorage keyword arguments in MtgDB
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,14 @@ guidance. You can for example create random booster packs from card lists with `
Scryfall with `download_images_from_scryfall`, create sheets of proxy images of cards from Scryfall with
`create_proxies`, turn your lists back to JSON with `json` and many more things.

## Database Storage

The database uses a `ZODB.FileStorage.FileStorage` implementation to save the data locally. The arguments of MtgDB
equal the ones for `ZODB.FileStorage.FileStorage`. You can for example set `MtgDB('my_db.fs', read_only=True)` to
set the database as `read_only`.

You can find the whole documentation here: https://zodb.org/en/latest/_modules/ZODB/FileStorage/FileStorage.html

## Notes and possible problems

#### Possible bugs
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="mtgtools",
version="0.9.62",
version="0.9.70",
author="Esko-Kalervo Salaka",
author_email="esko.salaka@gmail.com",
description=
Expand Down

0 comments on commit 1651f25

Please sign in to comment.