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

Export and merge functions #17

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2dbc7cf
Amending project attributes for use in eclipse development enviroment
ajparsons Feb 3, 2017
2014840
Split collections and item classes into separate files and out of bas…
ajparsons Feb 3, 2017
16373b7
Changed Collection subclassing to use class attribute
ajparsons Feb 3, 2017
b12f3c6
Collection objects are permanent parts of Popolo object
ajparsons Feb 3, 2017
c7f0caf
Amend PopoloObject to prepare for read/write data objects
ajparsons Feb 3, 2017
bc36884
PopoloObject subclasses moved to new attribute system
ajparsons Feb 3, 2017
2cbccd5
Created 'twitter' setter for Person object.
ajparsons Feb 3, 2017
82a95a5
Changed defaults for date properties to use .PAST or .FUTURE
ajparsons Feb 3, 2017
240d637
Added export functionality
ajparsons Feb 3, 2017
72c2801
Added 'merge' function
ajparsons Feb 3, 2017
d6c7d73
Amended handling of default settings.
ajparsons Feb 6, 2017
d5366c5
Date attributes will now accept datetime objects being 'set'
ajparsons Feb 6, 2017
400691f
Add safeguards to prevent objects sharing attributes.
ajparsons Feb 6, 2017
7b6166a
Added test suite with tests for property setting and file saving.
ajparsons Feb 6, 2017
2520cfd
Assigning a null contact_detail will now delete the row rather than a…
ajparsons Feb 6, 2017
461cedf
Removed unused ability to specify which field is used to match Relate…
ajparsons Feb 6, 2017
63a87e9
Added processing for handling of saving vague-dates and date ranges.
ajparsons Feb 6, 2017
270f68a
Python 3 Compatibility changes.
ajparsons Feb 6, 2017
04a8729
Created effective_start_date and effective_end_date properties
ajparsons Jan 30, 2018
c4a39a5
Add get_identfier function
ajparsons Jan 30, 2018
ba755f7
Updated hash id system for memberships
ajparsons Jan 30, 2018
6df1ea7
Fix to merge function
ajparsons Jan 30, 2018
7db9f3c
Allowed source as an attribute of membership
ajparsons Jan 22, 2020
ccbd20d
changed default loading to uft-8 encoding
ajparsons Jan 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.py text eol=lf
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,6 @@
/htmlcov
/everypolitician_popolo.egg-info
/dist
.project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think generally I'd expect people to put ignore rules that are specific to a particular IDE into .git/info/exclude (or to have them in a per-user gitignore configured with: git config --global core.excludesfile $HOME/.gitignore. (I'm happy with adding the .gitattributes line-endings configuration, though.)

.pydevproject
.settings/*