This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-05 14:59:44 +00:00
Code
Issues
Releases
Wiki
Activity
e0583dd5cb
trezor-firmware
/
python
/
.gitignore
10 lines
79 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore pydev IDE files
2017-12-02 14:21:37 +00:00
.project
.pydevproject
MANIFEST
build: remove prebuilt protobuf files Also clean out .gitignore a little while we're at it
2018-07-03 11:42:04 +00:00
/build
/dist
python: restructure package This deserves some explanation. * tests were moved to separate python/tests subdir * trezorlib was moved to python/src, so that it does not exist on PYTHONPATH by default (see https://blog.ionelmc.ro/2014/05/25/python-packaging/ for details) * everything was updated to understand the new structure * trezorctl was changed from a top-level executable script to a module `trezorlib.cli.trezorctl` and is installed via the entry_points mechanism. This should make it work normally on Windows! The package should be installable as normal through pip and pipenv, no changes are needed on that side. The source package from pypi will include unit tests. (Device tests were completely moved out). Wheel will exclude them, because users don't need them. That shrinks the .whl from 520 kB to 270 - nice! python: reorganize remaining unit tests
2019-08-06 14:26:23 +00:00
*.egg-info
adapt config.py to new api
2014-01-20 12:21:49 +00:00
*.bin
use filecache module if possible
2014-02-09 03:47:19 +00:00
*.py.cache
build: remove prebuilt protobuf files Also clean out .gitignore a little while we're at it
2018-07-03 11:42:04 +00:00
/.tox
Reference in New Issue
Copy Permalink