Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
  • Loading branch information
kislerdm committed Aug 12, 2023
1 parent 480bc3f commit 67238d8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- name: e2e test
run: |
python pyarch.py -i fixtures -o fixtures
if [ $(cat fixtures/index.html | wc -l) -lt 150 ]; then echo "faulty html generated" && exit 1; fi
if [ $(cat fixtures/index.html | wc -l) -lt 150 ]; then echo "faulty html generated" && exit 1; fi
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# python-pkg-architecture
# pyarch

The tool to visualise architecture of the python package.

**The objective**: to facilitate understanding of the architecture of virtually any python package.

**The motivation**:
**The motivation**:

1. Context load reduction when learning the structure of the python package.
2. Package architecture bottlenecks identification through inter-modules dependencies analysis.

## How to use
## Demo

TBD
- [SuperDuperDB](/superduperdb): the solution to bring AI to your database,
see [details](https://github.com/SuperDuperDB/superduperdb).

## Distribution and contribution

Expand Down

0 comments on commit 67238d8

Please sign in to comment.