Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: add new backend to load and dump python code as data #161

Merged
merged 5 commits into from
Jan 14, 2024

Commits on Jan 14, 2024

  1. fix: [doc] correct a directive

    ssato committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cb7ddaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64af8d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b3c57 View commit details
    Browse the repository at this point in the history
  4. enhancement: add new backend to load and dump python code as data

    add new backend loader and dumper to load from and dump to python code.
    
    - src/anyconfig/backend/python: new backend implementation
    - src/anyconfig/backend/__init__.py: enable new backend module
    - tests/: test cases and data for new backend module
    ssato committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    cdd9da2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    898c148 View commit details
    Browse the repository at this point in the history