6 Commits

Author SHA1 Message Date
Andrew Katz
f0d10bfef8 Merge branch 'dev' into feature-multicolor-wires
# Conflicts:
#	.gitignore
#	src/batch.py
#	src/wireviz.py
#	src/wv_colors.py
2020-07-01 12:54:24 -04:00
Daniel Rojas
b163b7a586 Update .gitignore to include venv/ directory 2020-06-30 14:10:32 +02:00
Andreas Nordin
5514fd4244 refactor dependencies and installation
There are hard copies of the graphviz and pyyaml dependencies included
in the repo. Remove these.

Sort out installation and dependency handling by writing a functional
setup.py script. Rename top level documentation. Refactor wireviz.py
slightly to allow it to run as an installed script.

# Conflicts:
#	src/batch.py
#	src/wireviz/batch.py
#	src/wireviz/build_examples.py
2020-06-28 10:46:24 +02:00
Andrew Katz
10e747c81e Ignore IDE settings and windows stuff 2020-06-24 20:57:33 -04:00
Daniel Rojas
072958d1a3 Create first draft of wireviz Python module 2020-05-22 09:34:42 +02:00
Daniel Rojas
dbc1ccdb5a Add gitignore 2020-05-20 19:30:31 +02:00