ean

ean is a python module to create EAN13 (ISBN) .svg barcode


Keywords
barcode, ean, ean13, isbn, svg
License
MIT
Install
pip install ean==0.0.2

Documentation

python-ean

python-ean is a python module to create EAN13 (ISBN) .svg barcode.

Installation

pip install ean

Definitions

European Article Number (EAN) is a standard describing a barcode symbology and numbering system used in global trade to identify a specific retail product type, in a specific packaging configuration, from a specific manufacturer. The most commonly used EAN standard is the thirteen-digit EAN-13.

International Standard Book Number (ISBN) is a numeric commercial book identifier that is intended to be unique.

Scalable Vector Graphics (SVG) is an XML-based vector image format for defining two-dimensional graphics.

License

python-ean is licensed under the MIT licence. See LICENCE for details.

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.