Skip to content

karlding/vectorize

Repository files navigation

vectorize

Build Status Coverage Status

Vectorize images using Python

Project Setup

virtualenv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt

Or if you use pyenv.

pyenv virtualenv 3.3.6 vectorize336
source ~/.pyenv/versions/vectorize336/bin/activate
pip install -r requirements-dev.txt

To run tests and generate a coverage report

coverage run --source vectorize -m py.test
coverage report

License

The project is made available under the MIT License.

About

an experiment in vectorizing images using Python

Topics

Resources

License

Stars

5 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages