Skip to content

Commit d432108

Browse files
author
Hugo Osvaldo Barrera
committed
Update refernces to pybarcode
1 parent dd30ebc commit d432108

7 files changed

Lines changed: 12 additions & 17 deletions

File tree

barcode/__init__.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
"""
2-
3-
pyBarcode
4-
=========
5-
6-
This package provides a simple way to create standard barcodes.
1+
"""This package provides a simple way to create standard barcodes.
72
It needs no external packages to be installed, the barcodes are
83
created as SVG objects. If Pillow is installed, the barcodes can also be
94
rendered as images (all formats supported by Pillow).

barcode/pybarcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def open_gui(args, parser=None):
2121

2222

2323
def list_types(args, parser=None):
24-
print('\npyBarcode available barcode formats:')
24+
print('\npython-barcode available barcode formats:')
2525
print(', '.join(barcode.PROVIDED_BARCODES))
2626
print('\n')
2727
print('Available image formats')

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pyBarcode's Documentation
2-
=========================
1+
python-barcode's Documentation
2+
==============================
33

44
.. image:: /images/pybarcode.png
55

docs/source/writers/image.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pyBarcode ImageWriter
2-
=====================
1+
python-barcode ImageWriter
2+
==========================
33

44
.. versionadded:: 0.4b1
55

docs/source/writers/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. index:: writer, writer_options
22

3-
pyBarcode Writer
4-
================
3+
python-barcode Writer
4+
=====================
55

66
Common Writer Options
77
---------------------

docs/source/writers/svg.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pyBarcode SVGWriter
2-
===================
1+
python-barcode SVGWriter
2+
========================
33

44
Creates barcodes as (compressed) SVG objects.
55

tests/test_manually.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
<html>
1515
<head>
1616
<meta charset="utf-8">
17-
<title>pyBarcode {version} Test</title>
17+
<title>python-barcode {version} Test</title>
1818
</head>
1919
<body>
20-
<h1>pyBarcode {version} Tests</h1>
20+
<h1>python-barcode {version} Tests</h1>
2121
{body}
2222
</body>
2323
</html>

0 commit comments

Comments
 (0)