LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
pyxx/__init__.py
pyxx/py.typed
pyxx.egg-info/PKG-INFO
pyxx.egg-info/SOURCES.txt
pyxx.egg-info/dependency_links.txt
pyxx.egg-info/entry_points.txt
pyxx.egg-info/requires.txt
pyxx.egg-info/top_level.txt
pyxx/arrays/__init__.py
pyxx/arrays/classes/__init__.py
pyxx/arrays/classes/typedlist.py
pyxx/arrays/functions/__init__.py
pyxx/arrays/functions/convert.py
pyxx/arrays/functions/equality.py
pyxx/arrays/functions/size.py
pyxx/files/__init__.py
pyxx/files/exceptions.py
pyxx/files/classes/__init__.py
pyxx/files/classes/binaryfile.py
pyxx/files/classes/file.py
pyxx/files/classes/textfile.py
pyxx/files/functions/__init__.py
pyxx/files/functions/hash.py
pyxx/numbers/__init__.py
pyxx/numbers/functions/__init__.py
pyxx/numbers/functions/datatypes.py
pyxx/strings/__init__.py
pyxx/strings/exceptions.py
pyxx/strings/functions/__init__.py
pyxx/strings/functions/brackets.py
pyxx/strings/functions/content.py
pyxx/strings/functions/split.py
pyxx/units/__init__.py
pyxx/units/exceptions.py
pyxx/units/classes/__init__.py
pyxx/units/classes/cli.py
pyxx/units/classes/constants.py
pyxx/units/classes/unit.py
pyxx/units/classes/unitconverter.py
pyxx/units/classes/unitsystem.py
pyxx/units/functions/__init__.py
pyxx/units/functions/parser.py