Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
caesar
WP2330
wiki
Commits
6391fadb
Commit
6391fadb
authored
Apr 21, 2022
by
Valerio Formato
Browse files
Update author info
parent
bb3fe20a
Changes
3
Show whitespace changes
Inline
Side-by-side
docs/source/conf.py
View file @
6391fadb
...
...
@@ -2,9 +2,9 @@
# -- Project information
project
=
'
Lumache
'
copyright
=
'202
1
,
Graziella
'
author
=
'
Graziella
'
project
=
'
Caesar
'
copyright
=
'202
2
,
The Caesar/ASPIS team
'
author
=
'
CAESAR Node 2000
'
release
=
'0.1'
version
=
'0.1.0'
...
...
lumache.py
deleted
100644 → 0
View file @
bb3fe20a
"""
Lumache - Python library for cooks and food lovers.
"""
__version__
=
"0.1.0"
class
InvalidKindError
(
Exception
):
"""Raised if the kind is invalid."""
pass
def
get_random_ingredients
(
kind
=
None
):
"""
Return a list of random ingredients as strings.
:param kind: Optional "kind" of ingredients.
:type kind: list[str] or None
:raise lumache.InvalidKindError: If the kind is invalid.
:return: The ingredients list.
:rtype: list[str]
"""
return
[
"shells"
,
"gorgonzola"
,
"parsley"
]
pyproject.toml
deleted
100644 → 0
View file @
bb3fe20a
[build-system]
requires
=
[
"flit_core >=3.2,<4"
]
build-backend
=
"flit_core.buildapi"
[project]
name
=
"ASPIS WIKI pages"
authors
=
[{name
=
"CAESAR node 2000"
,
email
=
"caesar_node_2000@inaf.it"
}]
dynamic
=
[
"version"
,
"description"
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment