[ramdisk] add cvitek pre-built ramdisk

Change-Id: Ic7d2046a23358129eaf621b5558984a64fa7361d
This commit is contained in:
sam.xiang
2023-02-23 09:56:47 +08:00
parent 4f810186ab
commit 1cf39ecdd5
12481 changed files with 1478086 additions and 0 deletions

View File

@ -0,0 +1,23 @@
Metadata-Version: 1.1
Name: pyparsing
Version: 2.1.10
Summary: Python parsing module
Home-page: http://pyparsing.wikispaces.com/
Author: Paul McGuire
Author-email: ptmcg@users.sourceforge.net
License: MIT License
Download-URL: http://sourceforge.net/project/showfiles.php?group_id=97203
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT 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: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5

View File

@ -0,0 +1,176 @@
CHANGES
HowToUsePyparsing.html
LICENSE
MANIFEST.in
README
pyparsing.py
pyparsingClassDiagram.JPG
pyparsingClassDiagram.PNG
robots.txt
setup.cfg
setup.py
docs/HowToUsePyparsing.html
docs/pycon06-AdventureEngineUsingPyparsing-notes.pdf
docs/pycon06-IntroToPyparsing-notes.pdf
docs/pyparsingClassDiagram.JPG
docs/pyparsingClassDiagram.PNG
examples/0README.html
examples/AcManForm.dfm
examples/LAparser.py
examples/Setup.ini
examples/SimpleCalc.py
examples/SingleForm.dfm
examples/TAP.py
examples/__init__.py
examples/adventureEngine.py
examples/antlr_grammar.py
examples/antlr_grammar_tests.py
examples/apicheck.py
examples/btpyparse.py
examples/builtin_parse_action_demo.py
examples/cLibHeader.py
examples/chemicalFormulas.py
examples/commasep.py
examples/configParse.py
examples/cpp_enum_parser.py
examples/datetimeParseActions.py
examples/deltaTime.py
examples/dfmparse.py
examples/dhcpd_leases_parser.py
examples/dictExample.py
examples/dictExample2.py
examples/ebnf.py
examples/ebnftest.py
examples/eval_arith.py
examples/excelExpr.py
examples/fourFn.py
examples/gen_ctypes.py
examples/getNTPservers.py
examples/getNTPserversNew.py
examples/greeting.py
examples/greetingInGreek.py
examples/greetingInKorean.py
examples/groupUsingListAllMatches.py
examples/holaMundo.py
examples/htmlStripper.py
examples/httpServerLogParser.py
examples/idlParse.py
examples/indentedGrammarExample.py
examples/invRegex.py
examples/jsonParser.py
examples/linenoExample.py
examples/list1.py
examples/listAllMatches.py
examples/lucene_grammar.py
examples/macroExpander.py
examples/makeHTMLTagExample.py
examples/matchPreviousDemo.py
examples/mozilla.ics
examples/mozillaCalendarParser.py
examples/nested.py
examples/numerics.py
examples/oc.py
examples/parseListString.py
examples/parsePythonValue.py
examples/parseResultsSumExample.py
examples/parseTabularData.py
examples/partial_gene_match.py
examples/pgn.py
examples/position.py
examples/protobuf_parser.py
examples/pymicko.py
examples/pythonGrammarParser.py
examples/rangeCheck.py
examples/readJson.py
examples/removeLineBreaks.py
examples/romanNumerals.py
examples/scanExamples.py
examples/scanYahoo.py
examples/searchParserAppDemo.py
examples/searchparser.py
examples/select_parser.py
examples/sexpParser.py
examples/shapes.py
examples/simpleArith.py
examples/simpleBool.py
examples/simpleSQL.py
examples/simpleWiki.py
examples/sparser.py
examples/sql2dot.py
examples/stackish.py
examples/stateMachine2.py
examples/test_bibparse.py
examples/urlExtractor.py
examples/urlExtractorNew.py
examples/verilogParse.py
examples/withAttribute.py
examples/wordsToNum.py
htmldoc/api-objects.txt
htmldoc/class-tree.html
htmldoc/crarr.png
htmldoc/epydoc.css
htmldoc/epydoc.js
htmldoc/frames.html
htmldoc/help.html
htmldoc/identifier-index.html
htmldoc/index.html
htmldoc/module-tree.html
htmldoc/pyparsing-module.html
htmldoc/pyparsing-pysrc.html
htmldoc/pyparsing.And-class.html
htmldoc/pyparsing.CaselessKeyword-class.html
htmldoc/pyparsing.CaselessLiteral-class.html
htmldoc/pyparsing.CharsNotIn-class.html
htmldoc/pyparsing.CloseMatch-class.html
htmldoc/pyparsing.Combine-class.html
htmldoc/pyparsing.Dict-class.html
htmldoc/pyparsing.Each-class.html
htmldoc/pyparsing.Empty-class.html
htmldoc/pyparsing.FollowedBy-class.html
htmldoc/pyparsing.Forward-class.html
htmldoc/pyparsing.GoToColumn-class.html
htmldoc/pyparsing.Group-class.html
htmldoc/pyparsing.Keyword-class.html
htmldoc/pyparsing.LineEnd-class.html
htmldoc/pyparsing.LineStart-class.html
htmldoc/pyparsing.Literal-class.html
htmldoc/pyparsing.MatchFirst-class.html
htmldoc/pyparsing.NoMatch-class.html
htmldoc/pyparsing.NotAny-class.html
htmldoc/pyparsing.OneOrMore-class.html
htmldoc/pyparsing.OnlyOnce-class.html
htmldoc/pyparsing.Optional-class.html
htmldoc/pyparsing.Or-class.html
htmldoc/pyparsing.ParseBaseException-class.html
htmldoc/pyparsing.ParseElementEnhance-class.html
htmldoc/pyparsing.ParseException-class.html
htmldoc/pyparsing.ParseExpression-class.html
htmldoc/pyparsing.ParseFatalException-class.html
htmldoc/pyparsing.ParseResults-class.html
htmldoc/pyparsing.ParseSyntaxException-class.html
htmldoc/pyparsing.ParserElement-class.html
htmldoc/pyparsing.QuotedString-class.html
htmldoc/pyparsing.Recipes-class.html
htmldoc/pyparsing.RecursiveGrammarException-class.html
htmldoc/pyparsing.Regex-class.html
htmldoc/pyparsing.Regex.compiledREtype-class.html
htmldoc/pyparsing.SkipTo-class.html
htmldoc/pyparsing.StringEnd-class.html
htmldoc/pyparsing.StringStart-class.html
htmldoc/pyparsing.Suppress-class.html
htmldoc/pyparsing.Token-class.html
htmldoc/pyparsing.TokenConverter-class.html
htmldoc/pyparsing.White-class.html
htmldoc/pyparsing.Word-class.html
htmldoc/pyparsing.WordEnd-class.html
htmldoc/pyparsing.WordStart-class.html
htmldoc/pyparsing.ZeroOrMore-class.html
htmldoc/pyparsing.pyparsing_common-class.html
htmldoc/redirect.html
htmldoc/toc-everything.html
htmldoc/toc-pyparsing-module.html
htmldoc/toc.html
pyparsing.egg-info/PKG-INFO
pyparsing.egg-info/SOURCES.txt
pyparsing.egg-info/dependency_links.txt
pyparsing.egg-info/top_level.txt