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

Change package structure #11

Closed
GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments
Closed

Change package structure #11

GoogleCodeExporter opened this issue Mar 15, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

Organize the modules into packages with the following structure:

atom
  - atom.py
  - app_servive.py

gdata
  - gdata.py
  - gdata_service.py
  gbase
    - gbase.py
    - gbase_service.py
  gcalendar
    - gcalendar.py
    - gcalendar_service.py
...

Original issue reported on code.google.com by api.jscu...@gmail.com on 3 Apr 2007 at 12:23

@GoogleCodeExporter
Copy link
Author

Original comment by api.jscu...@gmail.com on 5 Apr 2007 at 9:23

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

Here is a new proposal for the full structure for the download:

README.txt
setup.py
...
src
  atom
    - atom.py
    - app_service.py
  gdata
    - gdata.py
    - gdata_service.py
    gbase
      - gbase.py
      - gbase_service.py
    gcalendar
      ...
    gspreadsheet
      ...
tests
  atom
    ...
  gdata
    ...
    gbase
      ...
    gcalendar
      ...
    gspreadsheet
      ...
samples
  base
    ...
  spreadsheets
    ...
  calendar
    ...

Original comment by api.jscu...@gmail.com on 5 Apr 2007 at 9:29

@GoogleCodeExporter
Copy link
Author

After talking this over with a couple of people, I'm thinking of having a 
shallower 
directory structure.

Should I keep the src directory?

setup.py
src
  google
    __init__.py
    atom.py
    app_service.py
    gdata.py
    gdata_service.py
    gcalendar.py
    gcalendar_service.py
    ...
tests
  atom_test.py
  app_service_test.py
  gdata_test.py
  ...
samples
  base
    ...
  spreadsheets
    ...
  calendar
    ...

Original comment by api.jscu...@gmail.com on 13 Apr 2007 at 4:41

@GoogleCodeExporter
Copy link
Author

see discussion thread 
http://groups.google.com/group/gdata-python-client-library-
contributors/browse_frm/thread/c3b3b7285c77b8d1

Original comment by api.jscu...@gmail.com on 17 Apr 2007 at 5:47

  • Added labels: Milestone-Release1.0.1
  • Removed labels: Milestone-Release1.1

@GoogleCodeExporter
Copy link
Author

Original comment by api.jscu...@gmail.com on 21 Apr 2007 at 4:35

  • Changed state: Verified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant