-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #180 from daviddoret/dev
packaging #47 - corrected a few syntax issues in tao 2006 along the way
- Loading branch information
Showing
43 changed files
with
10,467 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[distutils] | ||
index-servers = | ||
pypi | ||
testpypi | ||
|
||
[pypi] | ||
username = __token__ | ||
repository = https://upload.pypi.org/legacy/ | ||
|
||
[testpypi] | ||
username = __token__ | ||
repository = https://test.pypi.org/legacy/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
"""Punctilious: punctilious/__init__.py | ||
""" | ||
|
||
from repm import monospace, prnt, serif_bold | ||
from core import Article, AxiomDeclaration, AxiomInclusion, ComposableBlockSequence, classes, \ | ||
configuration, consistency_values, DashedName, create_universe_of_discourse, \ | ||
DefinitionInclusion, Encoding, encodings, FailedVerificationException, Formula, FreeVariable, \ | ||
Header, Hypothesis, InconsistencyWarning, interpret_formula, interpret_statement_formula, \ | ||
is_in_class, InferredStatement, NoteInclusion, Paragraph, ParagraphHeader, paragraph_headers, \ | ||
prioritize_value, QuasiQuotation, Relation, rep_two_columns_proof_item, ScriptNormal, \ | ||
SansSerifBold, SansSerifNormal, SerifBoldItalic, SerifItalic, SerifNormal, SimpleObjct, \ | ||
Statement, Subscript, subscriptify, paragraph_headers, ComposableText, NameSet, SymbolicObject, \ | ||
TextStyle, text_styles, TheoreticalObject, TheoryElaborationSequence, TheoryPackage, \ | ||
paragraph_headers, UniverseOfDiscourse | ||
|
||
# from foundation_system_1 import foundation_system_1, ft, u | ||
|
||
from locale_en_us import locale_en_us | ||
|
||
# Configure the default locale | ||
configuration.locale = locale_en_us | ||
|
||
print('punctilious: package initialized. welcome!') |
Oops, something went wrong.