This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
inkstitch
kopia lustrzana
https://github.com/inkstitch/inkstitch
Obserwuj
1
Polub
0
Forkuj
You've already forked inkstitch
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
85a8b6b1cf
inkstitch
/
requirements.txt
11 wiersze
97 B
Plaintext
Czysty
Zwykły widok
Historia
Unescape
Escape
add requirements.txt
2017-11-05 00:46:58 +00:00
backports.functools_lru_cache
wxPython
networkx
shapely
lxml
add appdirs to requirements.txt
2017-11-05 00:48:22 +00:00
appdirs
pyinstaller release method (#16) pyinstaller packages up all of a python script's dependencies and builds them into standalone executables. It can either do a directory (containing a single executable and a bunch of shared libraries) or a self-contained executable that effectively just contains a compressed version of the directory. The problem is, if you have several scripts like we do, you get several large directories or standalone binaries, and there's a ton of duplication between them. Fortunately it looks like using the directory method and just combining the directories works fine (for this project). This PR runs the above build on any tagged commit and publishes a release in github containing the pyinstall-ified tarball. If the tag is named like "v1.2.3" _and_ the tag is on the master branch, then the github release will be marked as "production". Otherwise, it will be marked as a "pre-release". This means that we can build testable tarballs of the extension in a pull request by tagging a commit.
2018-01-14 01:18:50 +00:00
numpy
print through web browser (#127) * spawn a web server and open a printable view of the design in the user's web browser * configurable inclusion of client and operator views * editable fields for color names, client, title, and purchase order number * groundwork laid to save these parameters back into the SVG * major refactor of codebase to support printing * code is organized logically into modules * added inkstitch logo and branding guidelines * l10n text extraction now handled by babel * removed legacy embroider_update extension * partial fix for #125
2018-03-31 00:37:11 +00:00
jinja2
flask
requests