Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Louis
pypimonitor
Commits
f18b3b82
Commit
f18b3b82
authored
Mar 07, 2018
by
Louis
Browse files
Version 0.3.1
parent
9627a79b
Pipeline
#41622
passed with stage
in 41 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
f18b3b82
*
pypimonitor 0.3.1 (
unreleased
)
*
pypimonitor 0.3.1 (
2018-03-07
)
* Explicit support for python3.5, python3.6.
* Packages (or anything) can be monitored, even if they are not on Pypi.
* Spaces surrounding package and user names (provided by the web form) are now ignored.
* Remove individual charts from generated output (since each line can be disabled by clicking on the legend).
* It is now possible to set a custom homepage value for any package.
* Several minor chart improvements.
* Minor code and documentation improvements.
-- Louis Paternault <spalax+python@gresille.org>
...
...
README.rst
View file @
f18b3b82
pypimonitor 📈 Monitor your pypi packages
========================================
========================================
=
|sources| |pypi| |build| |documentation| |license|
...
...
doc/conf.py
View file @
f18b3b82
...
...
@@ -61,7 +61,7 @@ author = 'Louis Paternault'
# built documents.
#
# The short X.Y version.
version
=
'0.3.
0
'
version
=
'0.3.
1
'
# The full version, including alpha/beta/rc tags.
release
=
version
...
...
pypimonitor/__init__.py
View file @
f18b3b82
...
...
@@ -37,7 +37,7 @@ import requests
from
pypimonitor.cell
import
load_cell_plugins
from
pypimonitor.cell.base
import
Error
VERSION
=
"0.3.
0
"
VERSION
=
"0.3.
1
"
LOGGER
=
logging
.
getLogger
(
__name__
)
CLIENT
=
xmlrpclib
.
ServerProxy
(
'https://pypi.python.org/pypi'
)
...
...
setup.py
View file @
f18b3b82
...
...
@@ -36,7 +36,7 @@ def readme():
setup
(
name
=
'pypimonitor'
,
version
=
"0.3.
0
"
,
version
=
"0.3.
1
"
,
packages
=
find_packages
(
exclude
=
[
"test*"
]),
setup_requires
=
[
"hgtools"
],
install_requires
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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