Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugouel committed Nov 18, 2023
1 parent 6e94b74 commit d74f746
Show file tree
Hide file tree
Showing 3 changed files with 655 additions and 592 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ dmypy.json

# Data
rib.*.bz2

volumes/
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ⚡ MetaTrace

<!-- Uncomment when public
Uncomment when public
[![Tests](https://img.shields.io/github/workflow/status/dioptra-io/metatrace/Tests?logo=github)](https://github.com/dioptra-io/metatrace/actions/workflows/tests.yml)
[![Coverage](https://img.shields.io/codecov/c/github/dioptra-io/metatrace?logo=codecov&logoColor=white)](https://app.codecov.io/gh/dioptra-io/metatrace)
[![PyPI](https://img.shields.io/pypi/v/metatrace?color=blue&logo=pypi&logoColor=white)](https://pypi.org/project/metatrace/)
-->


[![Tests](https://github.com/dioptra-io/metatrace/actions/workflows/tests.yml/badge.svg)](https://github.com/dioptra-io/metatrace/actions/workflows/tests.yml)

Expand All @@ -21,14 +21,12 @@
### Docker

```bash
# NOTE: The image is currently not published.
docker run ghcr.io/dioptra-io/metatrace --help
```

### Python

```bash
# NOTE: The package is currently not published.
pip install metatrace
metatrace --help
```
Expand Down
Loading

0 comments on commit d74f746

Please sign in to comment.