added poetry and on raspcode now
This commit is contained in:
parent
1b1ad5a25d
commit
3935430219
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
*.pyc
|
13
README.md
13
README.md
@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
# Functional programming support in modern Python
|
||||
|
||||
* easy composition, memoization, currying, type checking
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@ -0,0 +1,15 @@
|
||||
[tool.poetry]
|
||||
name = "func-py"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Tobias <tobias_weise@gmx.de>"]
|
||||
license = "bsd3"
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
x
Reference in New Issue
Block a user