Skip to content

Commit

Permalink
🚚 change pypi name to asbestos-snow (#27)
Browse files Browse the repository at this point in the history
* 🚚 change pypi name to asbestos-snow

* 📝 change verbiage
  • Loading branch information
itsthejoker committed Feb 23, 2023
1 parent 99eeac5 commit 1726c99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ with snowflake_cursor() as cursor:
## Installation:

```shell
poetry add asbestos
poetry add asbestos-snow
```

The installation name is slightly different from the usage name due to someone claiming the name with no releases on PyPI; with luck, we will be able to finish the name requisition process to be able to use `asbestos` soon. If you're interested, you can [see how well that's going here](https://github.com/pypi/support/issues/2621).

## Docs

[Check out the documentation here!][docs]
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A mock data system for [Snowflake](https://www.snowflake.com/en/). Test your cod

## Installation

Grab it from PyPi with `pip install asbestos` or `poetry add asbestos`. This is a pure Python package, so it has no required dependencies of its own. Asbestos takes advantage of modern language features and only supports Python 3.10+.
Grab it from PyPI with `pip install asbestos-snow` or `poetry add asbestos-snow`. This is a pure Python package and has no required dependencies of its own. Asbestos takes advantage of modern language features and only supports Python 3.10+.

!!! note

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asbestos"
version = "1.0.3"
name = "asbestos-snow"
version = "1.0.4"
description = "An easy way to mock Snowflake connections in Python!"
authors = ["Joe Kaufeld <jkaufeld@spoton.com>", "SpotOn <opensource@spoton.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1726c99

Please sign in to comment.