Skip to content

Commit

Permalink
Merge pull request #180 from daviddoret/dev
Browse files Browse the repository at this point in the history
packaging #47 - corrected a few syntax issues in tao 2006 along the way
  • Loading branch information
daviddoret authored Sep 9, 2023
2 parents b5e88cd + df6e930 commit ec6e956
Show file tree
Hide file tree
Showing 43 changed files with 10,467 additions and 226 deletions.
12 changes: 12 additions & 0 deletions .pypirc
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/
24 changes: 24 additions & 0 deletions build/lib/__init__.py
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!')
Loading

0 comments on commit ec6e956

Please sign in to comment.