Skip to content

Commit

Permalink
Merge pull request #8 from goodwillpunning/addProjectPackaging
Browse files Browse the repository at this point in the history
Add distribution packaging
  • Loading branch information
goodwillpunning authored Mar 4, 2023
2 parents f9b060e + 7ac9b84 commit ec07128
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ Execute query benchmark tests against Databricks SQL warehouses and clusters.

## Getting Started
You can create a new Benchmark test by passing in the parameters to the constructor or set the parameters later.

```python
# First, create a new Benchmark object
from beaker import *
from src.beaker import *

benchmark = Benchmark()
```
Expand Down
Binary file added dist/beaker-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/beaker-0.0.1.tar.gz
Binary file not shown.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "beaker"
version = "0.0.1"
authors = [
{ name="Will Girten", email="[email protected]" },
]
description = "Execute benchmark queries against a Databricks SQL warehouse or cluster."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: Other/Proprietary License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/goodwillpunning/beaker"
"Bug Tracker" = "https://github.com/goodwillpunning/beaker/issues"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ec07128

Please sign in to comment.