admin-scripts 0.6.9__tar.gz → 0.7.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- admin_scripts-0.7.0/PKG-INFO +53 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/setup.py +2 -2
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/stylesheets.py +2 -2
- admin_scripts-0.7.0/src/admin_scripts.egg-info/PKG-INFO +53 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/entry_points.txt +0 -1
- admin_scripts-0.6.9/PKG-INFO +0 -41
- admin_scripts-0.6.9/src/admin_scripts.egg-info/PKG-INFO +0 -41
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/README.md +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/setup.cfg +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/cleanup.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/encoding.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/join.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/jssource.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/misc.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/pydev.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/pysource.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/base/trailing_spaces.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/encoding.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/join.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/jssource.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/misc.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/pydev.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/pysource.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/stylesheets.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/trailing_spaces.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/extra/jshint.json +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/css.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/js.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/lib.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/log.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/extra/shell.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/test/__init__.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/test/css.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/test/stylesheets.py +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/SOURCES.txt +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/dependency_links.txt +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/not-zip-safe +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/requires.txt +0 -0
- {admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts.egg-info/top_level.txt +0 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: admin-scripts
|
|
3
|
+
Version: 0.7.0
|
|
4
|
+
Summary: Administration Scripts
|
|
5
|
+
Home-page: http://admin-scripts.hive.pt
|
|
6
|
+
Author: Hive Solutions Lda.
|
|
7
|
+
Author-email: development@hive.pt
|
|
8
|
+
License: Apache License, Version 2.0
|
|
9
|
+
Keywords: scripts admin public
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Topic :: Utilities
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Operating System :: OS Independent
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 2.6
|
|
16
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.0
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.1
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.2
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.3
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.4
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.5
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
Requires-Dist: legacy
|
|
27
|
+
Requires-Dist: pep8
|
|
28
|
+
Requires-Dist: jsbeautifier
|
|
29
|
+
Dynamic: author
|
|
30
|
+
Dynamic: author-email
|
|
31
|
+
Dynamic: classifier
|
|
32
|
+
Dynamic: description
|
|
33
|
+
Dynamic: description-content-type
|
|
34
|
+
Dynamic: home-page
|
|
35
|
+
Dynamic: keywords
|
|
36
|
+
Dynamic: license
|
|
37
|
+
Dynamic: requires-dist
|
|
38
|
+
Dynamic: summary
|
|
39
|
+
|
|
40
|
+
# [Admin Scripts](http://admin-scripts.hive.pt)
|
|
41
|
+
|
|
42
|
+
Set of scripts for general administration tasks.
|
|
43
|
+
|
|
44
|
+
## License
|
|
45
|
+
|
|
46
|
+
Admin Scripts is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
|
|
47
|
+
|
|
48
|
+
## Build Automation
|
|
49
|
+
|
|
50
|
+
[](https://travis-ci.com/github/hivesolutions/admin-scripts)
|
|
51
|
+
[](https://coveralls.io/r/hivesolutions/admin-scripts?branch=master)
|
|
52
|
+
[](https://pypi.python.org/pypi/admin-scripts)
|
|
53
|
+
[](https://www.apache.org/licenses/)
|
|
@@ -32,8 +32,8 @@ import os
|
|
|
32
32
|
import setuptools
|
|
33
33
|
|
|
34
34
|
setuptools.setup(
|
|
35
|
-
name="
|
|
36
|
-
version="0.
|
|
35
|
+
name="admin-scripts",
|
|
36
|
+
version="0.7.0",
|
|
37
37
|
author="Hive Solutions Lda.",
|
|
38
38
|
author_email="development@hive.pt",
|
|
39
39
|
description="Administration Scripts",
|
|
@@ -70,7 +70,7 @@ URL_REGEX_VALUE = r"url\([\"'](.*)[\"']\)"
|
|
|
70
70
|
URL_REGEX = re.compile(URL_REGEX_VALUE)
|
|
71
71
|
""" The URL regex """
|
|
72
72
|
|
|
73
|
-
URL_REPLACEMENT_VALUE = "url(\g<1>)"
|
|
73
|
+
URL_REPLACEMENT_VALUE = r"url(\g<1>)"
|
|
74
74
|
""" The URL replacement regex value """
|
|
75
75
|
|
|
76
76
|
PROPERTY_LINE_REGEX_VALUE = r"^[ ]*([\w\-]*)[ ]*:[ ]*(\S*)"
|
|
@@ -79,7 +79,7 @@ PROPERTY_LINE_REGEX_VALUE = r"^[ ]*([\w\-]*)[ ]*:[ ]*(\S*)"
|
|
|
79
79
|
PROPERTY_LINE_REGEX = re.compile(PROPERTY_LINE_REGEX_VALUE)
|
|
80
80
|
""" The property line regex """
|
|
81
81
|
|
|
82
|
-
PROPERTY_LINE_REPLACEMENT_VALUE = "\g<1>: \g<2>"
|
|
82
|
+
PROPERTY_LINE_REPLACEMENT_VALUE = r"\g<1>: \g<2>"
|
|
83
83
|
""" The property line replacement value """
|
|
84
84
|
|
|
85
85
|
TOKEN_REGEX_VALUE = r"\s*([>\+\s])\s*"
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: admin-scripts
|
|
3
|
+
Version: 0.7.0
|
|
4
|
+
Summary: Administration Scripts
|
|
5
|
+
Home-page: http://admin-scripts.hive.pt
|
|
6
|
+
Author: Hive Solutions Lda.
|
|
7
|
+
Author-email: development@hive.pt
|
|
8
|
+
License: Apache License, Version 2.0
|
|
9
|
+
Keywords: scripts admin public
|
|
10
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
11
|
+
Classifier: Topic :: Utilities
|
|
12
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
|
+
Classifier: Operating System :: OS Independent
|
|
14
|
+
Classifier: Programming Language :: Python
|
|
15
|
+
Classifier: Programming Language :: Python :: 2.6
|
|
16
|
+
Classifier: Programming Language :: Python :: 2.7
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.0
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.1
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.2
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.3
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.4
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.5
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
25
|
+
Description-Content-Type: text/markdown
|
|
26
|
+
Requires-Dist: legacy
|
|
27
|
+
Requires-Dist: pep8
|
|
28
|
+
Requires-Dist: jsbeautifier
|
|
29
|
+
Dynamic: author
|
|
30
|
+
Dynamic: author-email
|
|
31
|
+
Dynamic: classifier
|
|
32
|
+
Dynamic: description
|
|
33
|
+
Dynamic: description-content-type
|
|
34
|
+
Dynamic: home-page
|
|
35
|
+
Dynamic: keywords
|
|
36
|
+
Dynamic: license
|
|
37
|
+
Dynamic: requires-dist
|
|
38
|
+
Dynamic: summary
|
|
39
|
+
|
|
40
|
+
# [Admin Scripts](http://admin-scripts.hive.pt)
|
|
41
|
+
|
|
42
|
+
Set of scripts for general administration tasks.
|
|
43
|
+
|
|
44
|
+
## License
|
|
45
|
+
|
|
46
|
+
Admin Scripts is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
|
|
47
|
+
|
|
48
|
+
## Build Automation
|
|
49
|
+
|
|
50
|
+
[](https://travis-ci.com/github/hivesolutions/admin-scripts)
|
|
51
|
+
[](https://coveralls.io/r/hivesolutions/admin-scripts?branch=master)
|
|
52
|
+
[](https://pypi.python.org/pypi/admin-scripts)
|
|
53
|
+
[](https://www.apache.org/licenses/)
|
admin_scripts-0.6.9/PKG-INFO
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: admin_scripts
|
|
3
|
-
Version: 0.6.9
|
|
4
|
-
Summary: Administration Scripts
|
|
5
|
-
Home-page: http://admin-scripts.hive.pt
|
|
6
|
-
Author: Hive Solutions Lda.
|
|
7
|
-
Author-email: development@hive.pt
|
|
8
|
-
License: Apache License, Version 2.0
|
|
9
|
-
Description: # [Admin Scripts](http://admin-scripts.hive.pt)
|
|
10
|
-
|
|
11
|
-
Set of scripts for general administration tasks.
|
|
12
|
-
|
|
13
|
-
## License
|
|
14
|
-
|
|
15
|
-
Admin Scripts is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
|
|
16
|
-
|
|
17
|
-
## Build Automation
|
|
18
|
-
|
|
19
|
-
[](https://travis-ci.com/github/hivesolutions/admin-scripts)
|
|
20
|
-
[](https://coveralls.io/r/hivesolutions/admin-scripts?branch=master)
|
|
21
|
-
[](https://pypi.python.org/pypi/admin-scripts)
|
|
22
|
-
[](https://www.apache.org/licenses/)
|
|
23
|
-
|
|
24
|
-
Keywords: scripts admin public
|
|
25
|
-
Platform: UNKNOWN
|
|
26
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
27
|
-
Classifier: Topic :: Utilities
|
|
28
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
29
|
-
Classifier: Operating System :: OS Independent
|
|
30
|
-
Classifier: Programming Language :: Python
|
|
31
|
-
Classifier: Programming Language :: Python :: 2.6
|
|
32
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
33
|
-
Classifier: Programming Language :: Python :: 3.0
|
|
34
|
-
Classifier: Programming Language :: Python :: 3.1
|
|
35
|
-
Classifier: Programming Language :: Python :: 3.2
|
|
36
|
-
Classifier: Programming Language :: Python :: 3.3
|
|
37
|
-
Classifier: Programming Language :: Python :: 3.4
|
|
38
|
-
Classifier: Programming Language :: Python :: 3.5
|
|
39
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
40
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
41
|
-
Description-Content-Type: text/markdown
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: admin-scripts
|
|
3
|
-
Version: 0.6.9
|
|
4
|
-
Summary: Administration Scripts
|
|
5
|
-
Home-page: http://admin-scripts.hive.pt
|
|
6
|
-
Author: Hive Solutions Lda.
|
|
7
|
-
Author-email: development@hive.pt
|
|
8
|
-
License: Apache License, Version 2.0
|
|
9
|
-
Description: # [Admin Scripts](http://admin-scripts.hive.pt)
|
|
10
|
-
|
|
11
|
-
Set of scripts for general administration tasks.
|
|
12
|
-
|
|
13
|
-
## License
|
|
14
|
-
|
|
15
|
-
Admin Scripts is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
|
|
16
|
-
|
|
17
|
-
## Build Automation
|
|
18
|
-
|
|
19
|
-
[](https://travis-ci.com/github/hivesolutions/admin-scripts)
|
|
20
|
-
[](https://coveralls.io/r/hivesolutions/admin-scripts?branch=master)
|
|
21
|
-
[](https://pypi.python.org/pypi/admin-scripts)
|
|
22
|
-
[](https://www.apache.org/licenses/)
|
|
23
|
-
|
|
24
|
-
Keywords: scripts admin public
|
|
25
|
-
Platform: UNKNOWN
|
|
26
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
27
|
-
Classifier: Topic :: Utilities
|
|
28
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
29
|
-
Classifier: Operating System :: OS Independent
|
|
30
|
-
Classifier: Programming Language :: Python
|
|
31
|
-
Classifier: Programming Language :: Python :: 2.6
|
|
32
|
-
Classifier: Programming Language :: Python :: 2.7
|
|
33
|
-
Classifier: Programming Language :: Python :: 3.0
|
|
34
|
-
Classifier: Programming Language :: Python :: 3.1
|
|
35
|
-
Classifier: Programming Language :: Python :: 3.2
|
|
36
|
-
Classifier: Programming Language :: Python :: 3.3
|
|
37
|
-
Classifier: Programming Language :: Python :: 3.4
|
|
38
|
-
Classifier: Programming Language :: Python :: 3.5
|
|
39
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
40
|
-
Classifier: Programming Language :: Python :: 3.7
|
|
41
|
-
Description-Content-Type: text/markdown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/__init__.py
RENAMED
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/encoding.py
RENAMED
|
File without changes
|
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/jssource.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/pysource.py
RENAMED
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/stylesheets.py
RENAMED
|
File without changes
|
{admin_scripts-0.6.9 → admin_scripts-0.7.0}/src/admin_scripts/config/development/trailing_spaces.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|