Skip to content

Commit

Permalink
💄 Full Rebranding to UrlX
Browse files Browse the repository at this point in the history
  • Loading branch information
VolodymyrBor committed Dec 1, 2022
1 parent 79761e4 commit af40359
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
12 changes: 10 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [0.1.1] (2022-12-01)
* Full Rebranding to UrlX
* Updated docs
* Update pyproject.toml
* Added licenses


### [0.1.0] (2022-12-01)
* Initial


[0.1.0]: https://github.com/VolodymyrBor/cleanurl/pull/?

[0.1.0]: https://github.com/VolodymyrBor/cleanurl/pull/1
[0.1.1]: https://github.com/VolodymyrBor/cleanurl/pull/3
26 changes: 13 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
## Overview

<figure markdown>
![cleanurl](img/icon.png){ width="300" align }
![urlx](img/icon.png){ width="300" align }
</figure>

<a href="https://pypi.org/project/cleanurl" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/cleanurl.svg?color=%2334D058" alt="Supported Python versions">
<a href="https://pypi.org/project/urlx" target="_blank">
<img src="https://img.shields.io/pypi/pyversions/urlx.svg?color=%2334D058" alt="Supported Python versions">
</a>
<a href="https://pypi.org/project/cleanurl" target="_blank">
<img src="https://img.shields.io/pypi/v/cleanurl?color=%2334D058&label=pypi%20package" alt="Package version">
<a href="https://pypi.org/project/urlx" target="_blank">
<img src="https://img.shields.io/pypi/v/urlx?color=%2334D058&label=pypi%20package" alt="Package version">
</a>
<a href="https://github.com/VolodymyrBor/cleanurl/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
<img src="https://github.com/VolodymyrBor/cleanurl/workflows/Test/badge.svg?event=push&branch=master" alt="Test">
<a href="https://github.com/VolodymyrBor/urlx/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster" target="_blank">
<img src="https://github.com/VolodymyrBor/urlx/workflows/Test/badge.svg?event=push&branch=master" alt="Test">
</a>

[![Supported Versions](https://img.shields.io/badge/coverage-100%25-green)](https://shields.io/)
Expand All @@ -23,7 +23,7 @@

---

**cleanurl** - provide new data type - `Url`.
**urlx** - provide new data type - `Url`.
The purpose of this package is to standardize URL declaration in the codebase.
This approach should reduce the number of errors and speed up code writing.

Expand All @@ -34,13 +34,13 @@ This approach should reduce the number of errors and speed up code writing.
=== "PIP"

``` shell
pip install cleanurl
pip install urlx
```

=== "Poetry"

``` shell
poetry add cleanurl
poetry add urlx
```

---
Expand Down Expand Up @@ -72,8 +72,8 @@ Output:

## Links

**Source code**: [github.com/VolodymyrBor/cleanurl](https://github.com/VolodymyrBor/cleanurl)
**Source code**: [github.com/VolodymyrBor/urlx](https://github.com/VolodymyrBor/urlx)

**Documentation**: [cleanurl](https://volodymyrbor.github.io/cleanurl/)
**Documentation**: [urlx](https://volodymyrbor.github.io/urlx/)

**Changelog**: [changelog](https://volodymyrbor.github.io/cleanurl/changelog)
**Changelog**: [changelog](https://volodymyrbor.github.io/urlx/changelog)
2 changes: 1 addition & 1 deletion docs/url.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Url

## class Url
:::cleanurl.url.Url
:::urlx.url.Url
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cleanurl"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["volodymyrb <volodymyr.borysiuk0@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit af40359

Please sign in to comment.