Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions src/flickrhistory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download a complete history of georeferenced flickr posts."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/__main__.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download a complete history of georeferenced flickr posts."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/apikeymanager.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Manages API keys (and their rate limit)."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/basicflickrhistorydownloader.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download (all) georeferenced flickr posts."""

Expand Down
14 changes: 0 additions & 14 deletions src/flickrhistory/cache.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.

"""Manages globally cached variables."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/cacheupdaterthread.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Worker threads wrapping an APIDownloader."""

Expand Down
14 changes: 0 additions & 14 deletions src/flickrhistory/config.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.

"""Import global configuration from a default location."""

Expand Down
14 changes: 0 additions & 14 deletions src/flickrhistory/databaseobjects.py
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.

"""Base classes to represent flickr posts and users."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/exceptions.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Custom exceptions."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/fancyflickrhistorydownloader.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""
Download (all) georeferenced flickr posts.
Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/flickrhistorydownloader.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download (all) georeferenced flickr posts."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/photodownloader.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download all data covering a time span from the flickr API."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/photodownloaderthread.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Worker threads wrapping an APIDownloader."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/sigtermreceivedexception.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2018 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""An exception to handle receiving SIGTERM signals."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/timeoutlock.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2019 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""A timer-released threading.Lock-like lock."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/timespan.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""A period in time starting at a datetime and ending at another datetime."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/userprofiledownloader.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Download all data covering a time span from the flickr API."""

Expand Down
15 changes: 0 additions & 15 deletions src/flickrhistory/userprofileupdaterthread.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# Copyright (C) 2020 Christoph Fink, University of Helsinki
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 3
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.


"""Thread to complete missing data on user profiles."""

Expand Down