Skip to content

Commit

Permalink
prepare to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq committed Nov 6, 2023
1 parent 6e44c1b commit e74f196
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Polars Extension for General Data Science Use

**Currently not published. We will publish once CI is built. Feel free to submit feature requests in the issues section of the repo.**
**Currently in Alpha. Feel free to submit feature requests in the issues section of the repo.**

The goal for this package is to provide data scientists/analysts/engineers/quants more tools to manipulate, transform, and make sense of data, without the need to leave DataFrame land (aka Wonderland).

Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,24 @@ build-backend = "maturin"
[project]
name = "polars_ds"
requires-python = ">=3.8"
license = {file = "LICENSE.txt"}

classifiers = [
"Development Status :: Alpha",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"License :: OSI Approved :: MIT License",
]
version = "0.1.0"
authors = [
{name = "Tianren Qin", email = "tq9695@gmail.com"}
{name = "Tianren Qin", email = "tq9695@gmail.com"},
]
dependencies = [
"polars >= 0.19.12",
]

keywords = ["polars-extension", "scientific-computing"]
keywords = ["polars-extension", "scientific-computing", "data-science"]

[tool.maturin]
python-source = "python"
Expand All @@ -30,7 +34,6 @@ dev = [
"pytest >= 7.4.1",
]


[tool.ruff]
line-length = 120
fix = true
Expand Down

0 comments on commit e74f196

Please sign in to comment.