.babelrc
.eslintignore
.eslintrc.json
.gitignore
.mocharc.json
.npmignore
.nycrc
.pre-commit-config.yaml
.prettierrc
LICENSE.md
README.md
package-lock.json
package.json
pyproject.toml
tsconfig-transpile.json
tsconfig.json
.github/workflows/cicd.yml
.husky/pre-commit
src/js/index.ts
src/js/index_browser.ts
src/js/index_server.ts
src/js/browser/specific/codemirror.ts
src/js/server/file.ts
src/js/shared/array.js
src/js/shared/assertion.ts
src/js/shared/class.js
src/js/shared/clone.js
src/js/shared/constants.js
src/js/shared/hash.ts
src/js/shared/math.ts
src/js/shared/object.ts
src/js/shared/selector.js
src/js/shared/str.js
src/js/shared/tree.js
src/js/shared/url.js
src/js/shared/uuid.js
src/js/shared/specific/filter.ts
src/js/shared/specific/github.js
src/js/shared/specific/index.ts
src/js/shared/specific/timestampable.ts
src/py/__init__.py
src/py/mat3ra/__init__.py
src/py/mat3ra/utils/__init__.py
src/py/mat3ra/utils/array.py
src/py/mat3ra/utils/assertion.py
src/py/mat3ra/utils/factory.py
src/py/mat3ra/utils/file.py
src/py/mat3ra/utils/matrix.py
src/py/mat3ra/utils/mixins.py
src/py/mat3ra/utils/object.py
src/py/mat3ra/utils/regex.py
src/py/mat3ra/utils/string.py
src/py/mat3ra/utils/url.py
src/py/mat3ra/utils/scripts/__init__.py
src/py/mat3ra/utils/scripts/wheel_server.py
src/py/mat3ra_utils.egg-info/PKG-INFO
src/py/mat3ra_utils.egg-info/SOURCES.txt
src/py/mat3ra_utils.egg-info/dependency_links.txt
src/py/mat3ra_utils.egg-info/entry_points.txt
src/py/mat3ra_utils.egg-info/requires.txt
src/py/mat3ra_utils.egg-info/top_level.txt
tests/js/class.tests.ts
tests/js/clone.tests.ts
tests/js/file.tests.ts
tests/js/filter.tests.ts
tests/js/object.tests.ts
tests/js/str.tests.ts
tests/js/tree.tests.ts
tests/js/url.tests.ts
tests/py/unit/__init__.py
tests/py/unit/test_array.py
tests/py/unit/test_assertion.py
tests/py/unit/test_factory.py
tests/py/unit/test_file.py
tests/py/unit/test_matrix.py
tests/py/unit/test_mixins.py
tests/py/unit/test_object.py
tests/py/unit/test_string.py
tests/py/unit/test_url.py
tests/py/unit/fixtures/__init__.py
tests/py/unit/fixtures/file_with_content.txt
tests/py/unit/fixtures/factory/__init__.py
tests/py/unit/fixtures/factory/factory_object_1.py
tests/py/unit/fixtures/factory/factory_object_2.py