Skip to content

Commit

Permalink
tagging and release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 15, 2016
1 parent 4414208 commit cf86d21
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 4 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

73 changes: 73 additions & 0 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
Metadata-Version: 1.1
Name: chardet
Version: 2.0.0
Summary: python binding for libchardet API
Home-page: http://oops.org
Author: JoungKyun.Kim
Author-email: [email protected]
License: MPL 1.1
Description: CHARDET extension 2.0.0

DESCRIPTION

This is python extension that is libchardet python frontend.

libchardet is based on Mozilla Universal Charset Detector library and, detects
the character set used to encode data.

From 2.0.0, this module has compatible API with python-chardet. This means that,
this module can be in place the python-chardet without code changes.

This module is a c-binding, is much faster than the python-chardet.


INSTALLATION

To install this module type the following:

python setup.py build or make build
python setup.py install or make install

for details, read INSTALL document.


DEPENDENCIES

This module requires these libraries:

libchardet that is distributed by follows:
https://github.com/Joungkyun/libchardet


USAGE

See also http://chardet.readthedocs.io/en/latest/usage.html or
test*.py in this source



COPYRIGHT AND LICENCE

Copyright (C) 2016 by JoungKyun.Kim <http://oops.org>

Version: MPL 1.1

The contents of this file are subject to the Mozilla Public License Version
1.1 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
for the specific language governing rights and limitations under the
License.


Keywords: encoding,charset,i18n
Platform: x86/x86_64
Classifier: License :: OSI Approved :: MIT License Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def readme() :
classifiers = [
("License :: OSI Approved :: MIT License" +
" Public License (LGPL)"),
"Programming Language :: C++",
"Programming Language :: Python",
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit cf86d21

Please sign in to comment.