-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#100 update backend #123
#100 update backend #123
Conversation
README.md
Outdated
with you objects as a service, it also decouples the storage | ||
implementation from the interface. | ||
|
||
## Werken met pip-compile / pip-sync |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ik zou het engels laten aangezien dit een publieke package is en gans de wereld het in theorie kan gebruiken.
def includeme(config): # pragma: no cover | ||
beeldbank = Collection(name='cheeses', object_store=PairTreeFileSystemStore( | ||
os.path.expanduser('~/data/cheeses/data'))) | ||
def includeme(config): # pragma: no cover |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nu we hier toch zitten, zou je beeldbank kunnen hernoemen naar cheeses, en besluiten naar trees
pyproject.toml
Outdated
# In the wheel we want to have augeias in the root as python module. | ||
only-include = [ | ||
"/augeias", | ||
"/fixtures", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixtures niet nodig, wordt enkel gebruikt bij testen denk ik? Zou eigenlijk in tests folder mogen.
pyproject.toml
Outdated
authors = [ | ||
{ name = "Flanders Heritage Agency", email = "[email protected]" }, | ||
] | ||
description = "ugeias. Stores your files." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo ugeais
No description provided.