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

Refactorize project structure. #20

Conversation

pvk-developer
Copy link

@pvk-developer pvk-developer commented Aug 20, 2019

  • renamed smapy/cli.py -> smapy/__main__.py
  • modified setup.py to read __main__.py
  • renamed smapy/action.py -> smapy/actions/base.py
  • renamed smapy/resource.py -> smapy/resources/base.py
  • renamed tests/test_action.py -> tests/actions/test_base.py
  • renamed tests/test_resource.py -> tests/resources/test_base.py
  • Updated __init__.py of directories in order to be able to import from smapy.actions import BaseAction ...

Resolve #19

@pvk-developer pvk-developer changed the title Reorganize project structure. Refactorize project structure. Aug 20, 2019
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.

Refactorize the project structure
1 participant