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

[WIP] Restructure client root dir. Using pathlib. Refactor client code #116

Closed
wants to merge 13 commits into from

Conversation

khoaguin
Copy link
Member

@khoaguin khoaguin commented Oct 14, 2024

Description

  • Restructure client root folder to
    syft_root_dir/
    ├── config/                      <-- syft client configuration
    │   └── config.json
    │   └── logs/                    <-- syft client logs
    ├── plugins/                      <-- workspace for plugins to store data
    │   └── sync/
    │       └── changelog.txt
    └── sync/                        <-- everything under this gets sync'd
        ├── apps/
        │   └── fedflix
        └── datasites/
            ├── alice@acme.org
                   └── app_pipelines/
                   └── public/ 
            └── bob@acme.org
  • Replace all os.path related code with pathlib
  • Refactor syftbox/client code

@khoaguin
Copy link
Member Author

Move works to #179

@khoaguin khoaguin closed this Oct 17, 2024
@khoaguin khoaguin deleted the khoa/client-restructure branch November 7, 2024 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant