7 Commits

Author SHA1 Message Date
Andreas Motl
a16f2e4757 Update .gitignore
Add two more folders to be ignored.

- .idea: Used by PyCharm
- .venv: My convention for creating virtualenvs
2023-09-08 11:49:01 -07:00
Daniel Rojas
48d2e7b0ec Add temp/ to .gitignore 2021-10-03 21:37:09 +02:00
Andrew Katz
063789948a Update .gitignore 2020-07-19 19:03:07 +02: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
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