issues
search
c-3lab
/
dim-python
MIT License
0
stars
0
forks
source link
Issue #1: Create directories and pyproject.toml
#2
Closed
lisphilar
closed
2 years ago
lisphilar
commented
2 years ago
Related issues
1
What was changed
As described in #1, directories for
dim
library and tests (with
pytest
) was created.
Add pyproject.toml and poetry.lock to develop the library with
poetry
Add
dim.__version__
Add .gitignore for Python
Document installation guide on README
Add test workflow with Poetry and CodeQL
ryo-ma
commented
2 years ago
LGTM
Related issues
1
What was changed
dim
library and tests (withpytest
) was created.poetry
dim.__version__