parse_type

parse_type extends the "parse" module (opposite of "string.format()")

MIT License

Downloads
3.9M
Stars
18
Committers
2

Bot releases are hidden (Show)

parse_type - v0.6.3 Latest Release

Published by jenisys about 2 months ago

UPDATE TO: parse v1.20.2

  • UPDATE: parse_type/parse.py
  • Copy structured test suite to "tests/parse_tests/"
  • Copy structured test suite to "tests/parse_tests_with_parse_type"
  • REMOVE: tests/test_parse.py

OTHERWISE:

  • README: Fix compact display of BADGES (was using multi-line)

DEVELOPMENT:

  • CI: Add support for Python 3.12
parse_type - v0.6.2

Published by jenisys over 1 year ago

FIXES #21: Avoid weird problems w/ tests/test_parse.py

  • test_parse.py tests only the parse module
  • ENSURE: The internally embedded parse module (parse_type.parse) is used for the tests per default.
  • HINT: parse v1.19.1 broke some behaviour compared to parse v1.19.0 and before (SEE: #19).
parse_type - v0.6.1

Published by jenisys over 1 year ago

  • Switch to MIT license (same as: parse module)
  • Use SPDX-License-Identifier in source code (to simplify understanding)
  • UPDATE/SYNC to parse v1.19.1
  • ADDED: pyproject.toml to support newer pip versions
    REASON: setup.py becomes DEPRECATED in 2023-09 for newer pip versions.

FIXED:

  • Issue #19: 0.6.0: pytest is failing in two units (caused by: parse v1.19.1)
  • Issue #1: Licensing confusion

DEVELOPMENT:

  • VCS: Renamed default branch of Git repository to "main" (was: "master").
  • CI: Use github-actions as CI pipeline.
parse_type - v0.6.0

Published by jenisys over 2 years ago

FIXED:

  • Issue #17 Remove use of "use_2to3" in "setup.py" file
Package Rankings
Top 5.51% on Pypi.org
Top 37.91% on Conda-forge.org
Top 45.38% on Anaconda.org
Top 28.25% on Spack.io