Skip to content

Commit

Permalink
moving cli out
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schmelzer committed Jul 31, 2023
1 parent bd83545 commit bbf5ed7
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 98 deletions.
Empty file removed cli/__init__.py
Empty file.
25 changes: 0 additions & 25 deletions cli/smallest_eigenvalue.py

This file was deleted.

36 changes: 0 additions & 36 deletions cli/weather_fire.py

This file was deleted.

Binary file removed data/test.bson
Binary file not shown.
30 changes: 1 addition & 29 deletions poetry.lock

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

9 changes: 1 addition & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ description = "Dealing with json and bson files"
authors = ["Thomas Schmelzer"]
readme = "README.md"
repository = "https://github.com/cvxgrp/cvxbson"
packages = [{include = "cvx"},
{include = "cli"}]
packages = [{include = "cvx"}]

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
numpy = "*"
numpyencoder = "*"
pyarrow = "*"
bson = "0.5.10"
fire = "*"
requests = "*"

[tool.poetry.group.test.dependencies]
pytest = "7.2.0"
Expand All @@ -38,10 +35,6 @@ loguru = "*"
[tool.poetry.group.stubs.dependencies]
mypy = "*"

[tool.poetry.scripts]
weather-fire = "cli.weather_fire:main"
smallest-eigenvalue = "cli.smallest_eigenvalue:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit bbf5ed7

Please sign in to comment.