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

chore: make a package for every permission type #42

Merged
merged 2 commits into from
Oct 13, 2023

Conversation

jnussbaum
Copy link
Collaborator

@jnussbaum jnussbaum commented Oct 12, 2023

This is the new structure:

├── dsp_permissions_scripts
│   ├── __init__.py
│   ├── doap
│   │   ├── __init__.py
│   │   ├── doap_get.py
│   │   ├── doap_model.py
│   │   ├── doap_serialize.py
│   │   └── doap_set.py
│   ├── models
│   │   ├── __init__.py
│   │   ├── builtin_groups.py
│   │   ├── host.py
│   │   ├── scope.py
│   │   └── value.py
│   ├── oap
│   │   ├── __init__.py
│   │   ├── oap_get_set.py
│   │   ├── oap_model.py
│   │   └── oap_serialize.py
│   ├── template.py
│   └── utils
│       ├── authentication.py
│       ├── get_logger.py
│       ├── helpers.py
│       ├── project.py
│       └── scope_serialization.py

@jnussbaum jnussbaum self-assigned this Oct 12, 2023
@jnussbaum jnussbaum merged commit e14058e into main Oct 13, 2023
1 check passed
@jnussbaum jnussbaum deleted the wip/reorganise-packages branch October 13, 2023 06:35
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.

2 participants