File: sourceforge

package info (click to toggle)
pyx3 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: python: 27,656; makefile: 225; ansic: 130; sh: 17
file content (67 lines) | stat: -rw-r--r-- 2,953 bytes parent folder | download
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
> 1. Project Full Name

PyX

> 2. Project Purpose and Summarization
> 
> Please provide detailed, accurate description of your project and what
> SourceForge resources and in which way you plan to use. This description will
> be the basis for the approval or rejection of your project's hosting on
> SourceForge, and later, to ensure that you are using the services in the
> intended way. This description will not be used as a public description of your
> project. It must be written in English.

PyX is a python package to create encapsulated PostScript figures. It provides
classes and methods to access basic PostScript functionality at an abstract
level. At the same time the emerging structures are very convenient to produce
all kinds of drawings in a non-interactive way. In combination with the python
language itself the user can just code any complexity of the figure wanted.
Additionally an TeX/LaTeX interface enables one to use the famous high quality
typesetting within the figures.

A major part of PyX on top of the already described basis is the provision of
high level functionality for complex tasks like 2d plots in publication-ready
quality.

The project started in the middle of last year and is developed by Jrg Lehmann
and Andr Wobst. While we plan to use PyX ourself (and already do) we want to
take the opportunity to share our project with others under the GPL. Thus, we 
would greatly appreciate sourceforge for the hosting of this project.

> 3. License

GPL

> 4. Project Public Description
> 
> This is the description of your project which will be shown on the Project
> Summary page, in search results, etc. It should not be as comprehensive and
> formal as Project Purpose description (step 2), so feel free to use concise and
> catchy wording. Maximum length is 255 chars.

PyX is a python package for the creation of encapsulated PostScript figures. It 
provides both an abstraction of PostScript and a TeX/LaTeX interface. Complex tasks
like 2d plots in publication-ready quality are built out of these primitives.

> 5. Project Unix Name
> 
> In addition to full project name, you will need to choose short, "Unix" name for your project.
> 
> The "Unix Name" has several restrictions because it is used in so many places around the site. They are:
> 
>     * Cannot match the Unix name of any other project
>     * Must be between 3 and 15 characters in length
>     * Must be in lower case
>     * Can only contain characters, numbers, and dashes
>     * Must be a valid Unix username
>     * Cannot match one of our reserved domains
>     * Unix name will never change for this project
> 
> Your nix name is important, however, because it will be used for many things, including:
> 
>     * A web site at unixname.sourceforge.net
>     * A CVS Repository root of /cvsroot/unixname at cvs.unixname.sourceforge.net
>     * Shell access to unixname.sourceforge.net
>     * Search engines throughout the site

pyx