Skip to content

Commit 6244393

Browse files
author
cmuraru
committed
Rename to himl
Rename to himl
1 parent 36ce727 commit 6244393

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# hierarchical-yaml
1+
# himl
22
A hierarchical config using yaml in Python
33

44
Latest version is: 0.1.14
@@ -9,14 +9,14 @@ Latest version is: 0.1.14
99
### Using `pip`
1010

1111
```sh
12-
pip install hierarchical-yaml
12+
pip install himl
1313
```
1414

1515
### From Source
1616

1717
```
18-
git clone https://github.com/adobe/hierarchical-yaml
19-
cd hierarchical-yaml
18+
git clone https://github.com/adobe/himl
19+
cd himl
2020
sudo python setup.py install
2121
```
2222

@@ -25,7 +25,7 @@ sudo python setup.py install
2525
### Using the cli
2626

2727
```sh
28-
usage: hyaml [-h] [--output-file OUTPUT_FILE] [--format OUTPUT_FORMAT]
28+
usage: himl [-h] [--output-file OUTPUT_FILE] [--format OUTPUT_FORMAT]
2929
[--filter FILTER] [--exclude EXCLUDE]
3030
[--skip-interpolation-validation]
3131
[--skip-interpolation-resolving] [--enclosing-key ENCLOSING_KEY]
@@ -34,7 +34,7 @@ usage: hyaml [-h] [--output-file OUTPUT_FILE] [--format OUTPUT_FORMAT]
3434
```
3535

3636
```sh
37-
hyaml examples/config_example/env=dev/region=us-east-1/cluster=cluster2
37+
himl examples/config_example/env=dev/region=us-east-1/cluster=cluster2
3838
```
3939

4040
The configuration output will be something like this:
@@ -76,7 +76,7 @@ examples/config_example
7676
### Using the python module
7777

7878
```py
79-
from hierarchical_yaml import ConfigProcessor
79+
from himl import ConfigProcessor
8080

8181
config_processor = ConfigProcessor()
8282
path = "examples/config_example/env=dev/region=us-east-1/cluster=cluster2"

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
1. Install: `pip install bump2version`
44
2. Bump version: `bump2version minor`
55
3. Push the release commit: `git push --follow-tags`
6-
4. Wait for Travis to build at https://www.travis-ci.com/adobe/hierarchical-yaml:
7-
* This will publish a release to https://github.com/adobe/hierarchical-yaml/releases
6+
4. Wait for Travis to build at https://www.travis-ci.com/adobe/himl:
7+
* This will publish a release to https://github.com/adobe/himl/releases
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)