Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save hungnphan/7785ac7e31b4a0af4e8f34f5ca7e8fbc to your computer and use it in GitHub Desktop.

Select an option

Save hungnphan/7785ac7e31b4a0af4e8f34f5ca7e8fbc to your computer and use it in GitHub Desktop.

Revisions

  1. @NicolasBizzozzero NicolasBizzozzero renamed this gist Nov 7, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @NicolasBizzozzero NicolasBizzozzero revised this gist Nov 7, 2017. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions template.py
    Original file line number Diff line number Diff line change
    @@ -8,9 +8,9 @@
    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.
    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/>.
  3. @NicolasBizzozzero NicolasBizzozzero revised this gist Nov 7, 2017. 1 changed file with 9 additions and 10 deletions.
    19 changes: 9 additions & 10 deletions template.py
    Original file line number Diff line number Diff line change
    @@ -3,18 +3,17 @@
    Longer description of this module.
    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 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.
    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/>.
    You should have received a copy of the GNU General Public License along with
    this program. If not, see <http://www.gnu.org/licenses/>.
    """

    __author__ = "One solo developer"
  4. @NicolasBizzozzero NicolasBizzozzero created this gist Nov 7, 2017.
    31 changes: 31 additions & 0 deletions template.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    #!/usr/bin/env python
    """ Short description of this Python module.
    Longer description of this module.
    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/>.
    """

    __author__ = "One solo developer"
    __authors__ = ["One developer", "And another one", "etc"]
    __contact__ = "[email protected]"
    __copyright__ = "Copyright $YEAR, $COMPANY_NAME"
    __credits__ = ["One developer", "And another one", "etc"]
    __date__ = "YYYY/MM/DD"
    __deprecated__ = False
    __email__ = "[email protected]"
    __license__ = "GPLv3"
    __maintainer__ = "developer"
    __status__ = "Production"
    __version__ = "0.0.1"