Skip to content
GitLab
Menu
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
ffef7abc
Commit
ffef7abc
authored
Mar 20, 2016
by
Louis
Browse files
todo
parent
82514e41
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
ffef7abc
[ ] `python -m pypimonitor` write an html file to stdout. It taks as argument a yaml file (see below)
[ ] `python -m pypimonitor.http --port PORT DIR1 DIR2` launch a web server
[ ] - Connection to http://localhost:PORT/foo: render DIR1/foo.yaml as an html page (or DIR2/foo.yaml if not found)
[ ] - Connection to http://localhost:PORT: same action as now, using pkg= and
usr
= arguments. The array is limited to some pypi-only cells
[ ] - Connection to http://localhost:PORT: same action as now, using pkg=
, usr=,
and
row
= arguments. The array is limited to some pypi-only cells
[ ] Change default port
[ ] Display "Listening to http://localhost:PORT"
[ ] Wait for pypi downloads to work again
...
...
@@ -16,9 +16,23 @@
[ ] Plugins have a `type` list, which list which type (docs, ci, etc.) they can match
[ ] Add plugins `html`, `img`, `shields`, which can be of any type
[ ] `render()` method of plugins is passed the type and the pypi slug
[ ] Plugins have an `agnostic` argument, stating if they can be used when no information is known about a package but its pypi name
[ ] localhost:PORT/index.html shows a form with text entries for pkg, usr, row
[ ] pkg= usr= row= arguments can be comma separated lists
"": # Used to define the rows to display. If none, only display rows set up in at least one package
color:
homepage:
pypiversion:
mdownload:
wdownload:
ddownload:
docs:
ci:
coverage:
depends:
PdfAutoNup:
docs:
type: readthedocs
...
...
Write
Preview
Supports
Markdown
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