FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-escpos/setup.cfg at master · python-escpos/python-escpos · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python-escpos
/
python-escpos
Public
Notifications
You must be signed in to change notification settings
Fork
316
Star
1.3k
Code
Issues
60
Pull requests
12
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
python-escpos
/
setup.cfg
Copy path
More file actions
More file actions
Latest commit
History
History
History
80 lines (77 loc) · 2.23 KB
Breadcrumbs
python-escpos
/
setup.cfg
Copy path
File metadata and controls
80 lines (77 loc) · 2.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[metadata]
name
= python-escpos
url
= https://github.com/python-escpos/python-escpos
description
= Python library to manipulate ESC/POS Printers
long_description
= file: README.rst
long_description_content_type
= text/x-rst
license
= MIT
license_file
= LICENSE
author
= python-escpos developers
author_email
= dev@pkanzler.de
maintainer
= Patrick Kanzler
maintainer_email
= dev@pkanzler.de
keywords
= ESC/POS, thermoprinter, voucher printer, printing, receipt
classifiers
=
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Office/Business :: Financial :: Point-Of-Sale
project_urls
=
Bug
Tracker
= https://github.com/python-escpos/python-escpos/issues
Documentation
= https://python-escpos.readthedocs.io/en/latest/
Release
Notes
= https://github.com/python-escpos/python-escpos/releases
[options]
python_requires
= >=3.8
zip_safe
= false
include_package_data
= true
install_requires
=
Pillow>=12.0
qrcode>=8.0
python-barcode>=0.16.0,<1
setuptools
six
platformdirs
PyYAML
argcomplete
importlib_resources
setup_requires
= setuptools_scm
tests_require
=
jaconv
tox>=4.11
pytest>=7.4
pytest-cov
pytest-mock
scripttest
mock
hypothesis>=6.83
flake8>7
sphinxcontrib-spelling>=8.0.2
[options.extras_require]
usb
=
pyusb>=1.0.0
serial
=
pyserial
cups
=
pycups
;
platform_system!='Windows'
win32
=
pywin32
;
platform_system=='Windows'
all
=
pyusb>=1.0.0
pyserial
pycups
;
platform_system!='Windows'
pywin32
;
platform_system=='Windows'
[flake8]
exclude
= .git,.venv,.tox,.github,.eggs,__pycache__,doc/conf.py,build,dist,capabilities-data,test,src/escpos/constants.py
max-line-length
= 120
extend-ignore
= E203, W503
Back
|
FazBrowse Home
|
New Git URL