aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: f8ed064ebad89383a2956b1848a5bb98e3a7f948 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
PyPI feature replication
========================

* Make it possible to register users via distutils.
  There should be a setting to turn this feature on/off for private PyPIs.
  [taken-by: sverrej]

* Roles (co-owners/maintainers)
    - One possible solution:
            http://github.com/initcrash/django-object-permissions/tree
    I'm not sure what the difference between a co-owner and maintainer is,
    maybe it's just a label.
* Package author admin interface (submit, edit, view)
* Documentation upload
* Ratings
* Random Monty Python quotes :-)
* Comments :-)

Post-PyPI
=========

* PEP-381: Mirroring infrastructure for PyPI
    [taken-by: jezdez]

* API to submit test reports for smoke test bots. Like CPAN Testers.
  Platform/version/matrix etc.

* Different listings: Author listings, classifier listings, etc.

* Search metadata

* Automatic generation of Sphinx for modules (so you can view them directly
on pypi, like CPAN), Module listing etc.

* Listing of special files: README, LICENSE, Changefile/Changes, TODO,
    MANIFEST.

* Dependency graphs.

* Package file browser (like CPAN)




Documentation
=============

* Write a tutorial on how to set up the server, registering projects, and
  how to upload releases.