Skip to content

Commit 6b955ea

Browse files
committed
refactor: Renamed package to 'pyconfly'
1 parent e0200f4 commit 6b955ea

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# confly
1+
# pyconfly
22

3-
[![License Apache Software License 2.0](https://img.shields.io/pypi/l/confly.svg?color=green)](https://github.com/Karol-G/confly/raw/main/LICENSE)
4-
[![PyPI](https://img.shields.io/pypi/v/confly.svg?color=green)](https://pypi.org/project/confly)
5-
[![Python Version](https://img.shields.io/pypi/pyversions/confly.svg?color=green)](https://python.org)
6-
[![tests](https://github.com/Karol-G/confly/workflows/tests/badge.svg)](https://github.com/Karol-G/confly/actions)
7-
![Unit Tests](https://github.com/Karol-G/confly/actions/workflows/test_and_deploy.yml/badge.svg?branch=main)
8-
[![codecov](https://codecov.io/gh/Karol-G/confly/branch/main/graph/badge.svg)](https://codecov.io/gh/Karol-G/confly)
3+
[![License Apache Software License 2.0](https://img.shields.io/pypi/l/pyconfly.svg?color=green)](https://github.com/Karol-G/pyconfly/raw/main/LICENSE)
4+
[![PyPI](https://img.shields.io/pypi/v/pyconfly.svg?color=green)](https://pypi.org/project/pyconfly)
5+
[![Python Version](https://img.shields.io/pypi/pyversions/pyconfly.svg?color=green)](https://python.org)
6+
[![tests](https://github.com/Karol-G/pyconfly/workflows/tests/badge.svg)](https://github.com/Karol-G/pyconfly/actions)
7+
![Unit Tests](https://github.com/Karol-G/pyconfly/actions/workflows/test_and_deploy.yml/badge.svg?branch=main)
8+
[![codecov](https://codecov.io/gh/Karol-G/pyconfly/branch/main/graph/badge.svg)](https://codecov.io/gh/Karol-G/pyconfly)
99

1010
A simple configuration manager for machine learning projects.
1111

@@ -15,9 +15,9 @@ Project description...
1515

1616
## Installation
1717

18-
You can install `confly` via [pip](https://pypi.org/project/confly/):
18+
You can install `pyconfly` via [pip](https://pypi.org/project/pyconfly/):
1919

20-
pip install confly
20+
pip install pyconfly
2121

2222

2323

@@ -30,7 +30,7 @@ the coverage at least stays the same before you submit a pull request.
3030
## License
3131

3232
Distributed under the terms of the [Apache Software License 2.0] license,
33-
"confly" is free and open source software
33+
"pyconfly" is free and open source software
3434

3535
## Issues
3636

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = confly
2+
name = pyconfly
33
version = attr: confly.__version__
44
description = A simple configuration manager for machine learning projects.
55
long_description = file: README.md

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ passenv =
2929
PYVISTA_OFF_SCREEN
3030
extras =
3131
testing
32-
commands = pytest -v --color=yes --cov=confly --cov-report=xml
32+
commands = pytest -v --color=yes --cov=pyconfly --cov-report=xml

0 commit comments

Comments
 (0)