Skip to content

Commit

Permalink
moving jinja2 up
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Dec 25, 2023
1 parent e20185d commit 8322774
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 26 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ coverage: install ## test and coverage
xdg-open htmlcov/index.html 2> /dev/null; \
fi


.PHONY: help
help: ## Display this help screen
@echo -e "\033[1mAvailable commands:\033[0m"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ programming languages. However, they are not very efficient.
Here we use their binary counterpart, bson files. Bson files are much more efficient
but somewhat lack the flexibility of json files. Here we rely on the [bson](https://pypi.org/project/bson/)
package to read and write bson files. We are interested in parsing dictionaries
of numpy arrays, pandas and polars dataframe as fast as possible.
of numpy arrays, pandas and polars dataframes as fast as possible.

There might be faster ways to achieve this goal and we are open to suggestions
and pull requests.
Expand Down
18 changes: 0 additions & 18 deletions experiment/creator.py.jinja2

This file was deleted.

30 changes: 25 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ pyarrow = "*"
bson = "0.5.10"
polars = "*"
typing_extensions = "*"
jinja2 = "*"

[tool.poetry.group.test.dependencies]
pytest = "*"
Expand All @@ -25,7 +26,6 @@ pre-commit = "*"

[tool.poetry.group.dev.dependencies]
loguru = "*"
jinja2 = "*"

[[tool.poetry.source]]
name = "PyPI"
Expand Down

0 comments on commit 8322774

Please sign in to comment.