Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
python-nexlibs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
python-nexlibs
Commits
b461ab22
Commit
b461ab22
authored
Oct 26, 2016
by
nextime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update license headers
parent
64e3f27d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
36 additions
and
35 deletions
+36
-35
__init__.py
nexlibs/__init__.py
+20
-0
daemonizer.py
nexlibs/daemonizer.py
+2
-0
nexcrypt.py
nexlibs/nexcrypt.py
+2
-5
blockingdefer.py
nexlibs/utils/blockingdefer.py
+2
-5
genutils.py
nexlibs/utils/genutils.py
+2
-5
mail.py
nexlibs/utils/mail.py
+2
-5
pwgen.py
nexlibs/utils/pwgen.py
+2
-5
validators.py
nexlibs/utils/validators.py
+2
-5
webutils.py
nexlibs/utils/webutils.py
+2
-5
No files found.
nexlibs/__init__.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# This file is part of nexlibs.
#
# domotikad 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/>.
#
##############################################################################
nexlibs/daemonizer.py
View file @
b461ab22
...
...
@@ -11,6 +11,8 @@
# This is part of "Pyro" - Python Remote Objects
# which is (c) Irmen de Jong - irmen@users.sourceforge.net
#
# Modification by Franco (nextime) Lanza
#
#############################################################################
import
sys
,
os
,
time
...
...
nexlibs/nexcrypt.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/blockingdefer.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/genutils.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/mail.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/pwgen.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/validators.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
nexlibs/utils/webutils.py
View file @
b461ab22
###########################################################################
# Copyright (c) 2011-2014 Unixmedia S.r.l. <info@unixmedia.it>
# Copyright (c) 2011-2014 Franco (nextime) Lanza <franco@unixmedia.it>
# Copyright (c) 2011-2017 Franco (nextime) Lanza <franco@nexlab.it>
#
# Domotika System Controller Daemon "domotikad" [http://trac.unixmedia.it]
#
# This file is part of domotikad.
# This file is part of nexlibs.
#
# domotikad is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment