[Python-modules-commits] [citeproc-py] 03/03: citeproc_py.egg-info

Daniel Stender danstender-guest at moszumanska.debian.org
Fri Oct 16 16:46:12 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a commit to branch master
in repository citeproc-py.

commit 51f71f78d0457dd026f48f7f7309915d7dfc84fc
Author: Daniel Stender <debian at danielstender.com>
Date:   Fri Oct 16 18:45:46 2015 +0200

    citeproc_py.egg-info
---
 citeproc_py.egg-info/PKG-INFO             | 108 ------------------------------
 citeproc_py.egg-info/SOURCES.txt          |  85 -----------------------
 citeproc_py.egg-info/dependency_links.txt |   1 -
 citeproc_py.egg-info/requires.txt         |   1 -
 citeproc_py.egg-info/top_level.txt        |   1 -
 5 files changed, 196 deletions(-)

diff --git a/citeproc_py.egg-info/PKG-INFO b/citeproc_py.egg-info/PKG-INFO
deleted file mode 100644
index a5cbe16..0000000
--- a/citeproc_py.egg-info/PKG-INFO
+++ /dev/null
@@ -1,108 +0,0 @@
-Metadata-Version: 1.1
-Name: citeproc-py
-Version: 0.3.0
-Summary: Citations and bibliography formatter
-Home-page: https://github.com/brechtm/citeproc-py
-Author: Brecht Machiels
-Author-email: brecht at mos6581.org
-License: 2-clause BSD License
-Description: ===========
-        citeproc-py
-        ===========
-        
-        citeproc-py is a `CSL`_ processor for Python. It aims to implement the
-        `CSL 1.0.1 specification`_. citeproc-py can output styled citations and
-        bibliographies in a number of different output formats. Currently
-        supported are plain text, reStructuredText and HTML. Other formats can
-        be added easily.
-        
-        citeproc-py uses `semantic versioning`_. Currently, its major version
-        number is still at 0, meaning the API is not yet stable. However, you
-        should not expect to see any major API changes soon.
-        
-        .. _CSL: http://citationstyles.org/
-        .. _CSL 1.0.1 specification: http://citationstyles.org/documentation/
-        .. _semantic versioning: http://semver.org/
-        
-        
-        Requirements
-        ------------
-        
-        citeproc-py has been developed for Python 3 but also runs on Python
-        2.6+. It depends on `lxml`_ for parsing and navigating the CSL style and
-        locale files.
-        
-        .. _lxml: http://lxml.de/
-        
-        
-        Getting Started
-        ---------------
-        
-        To get started with citeproc-py, take a look at the examples under
-        ``examples/``. Two examples are provided, one parsing references from a
-        JSON representation of references as supported by citeproc-js, another
-        parsing the references from a BibTeX file. Both show and explain how to
-        cite references and render the bibliography.
-        
-        
-        CSL Compatibility
-        -----------------
-        
-        Currently, citeproc-py passes almost 60% of the (relevant) tests in the
-        `citeproc-test suite`_. However, it is more than 60% complete, as
-        citeproc-py doesn't take care of double spaces and repeated punctuation
-        marks yet, making a good deal of the tests fail. In addition, the
-        following features have not yet been implemented (there are probably
-        some I forgot though):
-        
-        -  disambiguation/year-suffix
-        -  et-al-subsequent-min/et-al-subsequent-use-first
-        -  collapsing
-        -  punctuation-in-quote
-        -  display
-        
-        Also, some `citeproc-js`_ functionality that is not part of the CSL spec
-        is not (yet) supported:
-        
-        -  raw dates
-        -  static-ordering
-        -  literal names
-        
-        .. _citeproc-test suite: https://bitbucket.org/bdarcus/citeproc-test
-        .. _citeproc-js: http://bitbucket.org/fbennett/citeproc-js/wiki/Home
-        
-        
-        Running the Tests
-        -----------------
-        
-        First clone the `citeproc-test suite`_ so that it sits next to the
-        citeproc-py directory. Then run the ``processor.py`` script to generate
-        the test fixtures (using Python 2.x). After that, you can run
-        ``citeproc-test.py`` (in the ``tests`` directory). Run
-        ``citeproc-test.py --help`` to see its usage information.
-        
-        .. _citeproc-test suite: https://bitbucket.org/bdarcus/citeproc-test
-        
-Keywords: csl citation html rst bibtex xml
-Platform: UNKNOWN
-Classifier: Development Status :: 3 - Alpha
-Classifier: Environment :: Console
-Classifier: Environment :: Other Environment
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: Intended Audience :: Education
-Classifier: Intended Audience :: End Users/Desktop
-Classifier: Intended Audience :: Legal Industry
-Classifier: Intended Audience :: Other Audience
-Classifier: Intended Audience :: Science/Research
-Classifier: License :: OSI Approved :: BSD License
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3
-Classifier: Topic :: Documentation
-Classifier: Topic :: Printing
-Classifier: Topic :: Software Development :: Documentation
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Provides: citeproc
diff --git a/citeproc_py.egg-info/SOURCES.txt b/citeproc_py.egg-info/SOURCES.txt
deleted file mode 100644
index bf876cc..0000000
--- a/citeproc_py.egg-info/SOURCES.txt
+++ /dev/null
@@ -1,85 +0,0 @@
-LICENSE
-MANIFEST.in
-README.rst
-setup.py
-bin/csl_unsorted
-citeproc/__init__.py
-citeproc/frontend.py
-citeproc/model.py
-citeproc/py2compat.py
-citeproc/string.py
-citeproc/types.py
-citeproc/version.py
-citeproc/data/locales/locales-af-ZA.xml
-citeproc/data/locales/locales-ar-AR.xml
-citeproc/data/locales/locales-bg-BG.xml
-citeproc/data/locales/locales-ca-AD.xml
-citeproc/data/locales/locales-cs-CZ.xml
-citeproc/data/locales/locales-da-DK.xml
-citeproc/data/locales/locales-de-AT.xml
-citeproc/data/locales/locales-de-CH.xml
-citeproc/data/locales/locales-de-DE.xml
-citeproc/data/locales/locales-el-GR.xml
-citeproc/data/locales/locales-en-GB.xml
-citeproc/data/locales/locales-en-US.xml
-citeproc/data/locales/locales-es-ES.xml
-citeproc/data/locales/locales-et-EE.xml
-citeproc/data/locales/locales-eu.xml
-citeproc/data/locales/locales-fa-IR.xml
-citeproc/data/locales/locales-fi-FI.xml
-citeproc/data/locales/locales-fr-CA.xml
-citeproc/data/locales/locales-fr-FR.xml
-citeproc/data/locales/locales-he-IL.xml
-citeproc/data/locales/locales-hr-HR.xml
-citeproc/data/locales/locales-hu-HU.xml
-citeproc/data/locales/locales-is-IS.xml
-citeproc/data/locales/locales-it-IT.xml
-citeproc/data/locales/locales-ja-JP.xml
-citeproc/data/locales/locales-km-KH.xml
-citeproc/data/locales/locales-ko-KR.xml
-citeproc/data/locales/locales-lt-LT.xml
-citeproc/data/locales/locales-lv-LV.xml
-citeproc/data/locales/locales-mn-MN.xml
-citeproc/data/locales/locales-nb-NO.xml
-citeproc/data/locales/locales-nl-NL.xml
-citeproc/data/locales/locales-nn-NO.xml
-citeproc/data/locales/locales-pl-PL.xml
-citeproc/data/locales/locales-pt-BR.xml
-citeproc/data/locales/locales-pt-PT.xml
-citeproc/data/locales/locales-ro-RO.xml
-citeproc/data/locales/locales-ru-RU.xml
-citeproc/data/locales/locales-sk-SK.xml
-citeproc/data/locales/locales-sl-SI.xml
-citeproc/data/locales/locales-sr-RS.xml
-citeproc/data/locales/locales-sv-SE.xml
-citeproc/data/locales/locales-th-TH.xml
-citeproc/data/locales/locales-tr-TR.xml
-citeproc/data/locales/locales-uk-UA.xml
-citeproc/data/locales/locales-vi-VN.xml
-citeproc/data/locales/locales-zh-CN.xml
-citeproc/data/locales/locales-zh-TW.xml
-citeproc/data/schema/csl-categories.rng
-citeproc/data/schema/csl-terms.rng
-citeproc/data/schema/csl-types.rng
-citeproc/data/schema/csl-variables.rng
-citeproc/data/schema/csl.rng
-citeproc/data/styles/harvard1.csl
-citeproc/formatter/__init__.py
-citeproc/formatter/html.py
-citeproc/formatter/plain.py
-citeproc/formatter/rst.py
-citeproc/source/__init__.py
-citeproc/source/json.py
-citeproc/source/bibtex/__init__.py
-citeproc/source/bibtex/bibparse.py
-citeproc/source/bibtex/bibtex.py
-citeproc/source/bibtex/latex/__init__.py
-citeproc/source/bibtex/latex/macro.py
-citeproc_py.egg-info/PKG-INFO
-citeproc_py.egg-info/SOURCES.txt
-citeproc_py.egg-info/dependency_links.txt
-citeproc_py.egg-info/requires.txt
-citeproc_py.egg-info/top_level.txt
-examples/bibtex.py
-examples/citeproc_json.py
-examples/xampl.bib
\ No newline at end of file
diff --git a/citeproc_py.egg-info/dependency_links.txt b/citeproc_py.egg-info/dependency_links.txt
deleted file mode 100644
index 8b13789..0000000
--- a/citeproc_py.egg-info/dependency_links.txt
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/citeproc_py.egg-info/requires.txt b/citeproc_py.egg-info/requires.txt
deleted file mode 100644
index ab90481..0000000
--- a/citeproc_py.egg-info/requires.txt
+++ /dev/null
@@ -1 +0,0 @@
-lxml
diff --git a/citeproc_py.egg-info/top_level.txt b/citeproc_py.egg-info/top_level.txt
deleted file mode 100644
index 136b227..0000000
--- a/citeproc_py.egg-info/top_level.txt
+++ /dev/null
@@ -1 +0,0 @@
-citeproc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/citeproc-py.git



More information about the Python-modules-commits mailing list