Python 3 port of PyME

* The entirety of the Python 3 port of PyME up to commit
  2145348ec54c6027f2ea20f695de0277e2871405
* The old commit log has been saved as
  lang/py3-pyme/docs/old-commits.log
* Can be viewed as a normal (separate) git repository at
  https://github.com/adversary-org/pyme3
* Utilising the submodule feature of git was deliberately skipped on
  humanitarian grounds (in order to prevent pain and suffering on the
  part of anyone having to manage this repository).
This commit is contained in:
Ben McGinnes 2015-05-06 03:09:44 +10:00
parent 7dcb654281
commit ebd8734ad7
57 changed files with 15075 additions and 0 deletions

340
lang/py3-pyme/COPYING Normal file
View File

@ -0,0 +1,340 @@
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Library General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, the commands you use may
be called something other than `show w' and `show c'; they could even be
mouse-clicks or menu items--whatever suits your program.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the program, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
`Gnomovision' (which makes passes at compilers) written by James Hacker.
<signature of Ty Coon>, 1 April 1989
Ty Coon, President of Vice
This General Public License does not permit incorporating your program into
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.

View File

@ -0,0 +1,510 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations
below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it
becomes a de-facto standard. To achieve this, non-free programs must
be allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control
compilation and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at least
three years, to give the same user the materials specified in
Subsection 6a, above, for a charge no more than the cost of
performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply, and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License
may add an explicit geographical distribution limitation excluding those
countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms
of the ordinary General Public License).
To apply these terms, attach the following notices to the library.
It is safest to attach them to the start of each source file to most
effectively convey the exclusion of warranty; and each file should
have at least the "copyright" line and a pointer to where the full
notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or
your school, if any, to sign a "copyright disclaimer" for the library,
if necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James
Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

15
lang/py3-pyme/INSTALL Normal file
View File

@ -0,0 +1,15 @@
To build pyme module without installing it run 'make'.
To install pyme module run 'make install'. The module will be installed in the
site-packages subdirectory of the python library directory.
To delete all files generated during build run 'make reallyclean'
To build documentation run 'make docs'. HTML files will be generated in 'doc'
subdirectory.
To build distribution files including Debian packages run 'make dist'
To build distribution archive without Debian packages and without debian
subdirectory run 'make nondeb-dist'
Note, Debian packages and distribution archive will be generated in the parent
directory.

View File

@ -0,0 +1,6 @@
recursive-include examples *.py *.glade *.gladep
include gpgme-h-clean.py gpgme.i
include helpers.c helpers.h
include Makefile
recursive-include pyme *.py

48
lang/py3-pyme/README.rst Normal file
View File

@ -0,0 +1,48 @@
====
PyME
====
PyMe is a python interface to the `GPGME
<https://www.gnupg.org/related_software/gpgme/>`_ library.
PyMe's development model is a `GPGME
<https://www.gnupg.org/related_software/gpgme/>`_ + Python 3 + `SWIG
<http://www.swig.org/>`_ combination which means that most of the functions and
types are converted from C into Python 3 automatically by SWIG. In short, to be
able to use PyMe you need to be `familiar with GPGME
<https://www.gnupg.org/documentation/manuals/gpgme/>`_.
-------
Authors
-------
* John Goerzen, `Complete.Org <http://www.complete.org/JohnGoerzen>`_, 2002.
* Igor Belyi, `PyME 0.8 <http://pyme.sourceforge.net/>`_, 2004-2008.
* Martin Albrecht, `PyME 0.9+ <https://bitbucket.org/malb/pyme>`_, 2014 to present.
* Ben McGinnes, `PyME Python 3 Port <https://git.gnupg.org/gpgme.git/lang/py3-pyme>`_, 2015 to present.
------------
Mailing List
------------
PyME's support and development `mailing list
<http://sourceforge.net/p/pyme/mailman/pyme-help/>`_ is hosted by sourceforge.
-------
History
-------
* The latest version of PyME for Python 3.2 and above (as of May, 2015) is v0.9.1.
https://git.gnupg.org/gpgme.git/lang/py3-pyme
* The latest version of PyME for Python 2.6 and 2.7 (as of this writing) is v0.9.0.
https://bitbucket.org/malb/pyme
* A previous version of PyME v0.8.0 can be found on sourceforge:
http://pyme.sourceforge.net/
* A previous version of PyME v0.5.1 which works with GPGME v0.3.15 can be found
on John Goerzen's PyMe page: http://quux.org/devel/pyme/

View File

@ -0,0 +1,6 @@
Please note:
The documentation for this package is in python-pyme-doc.
When you install that package, you can find the documentation and examples
in /usr/share/doc/python-pyme-doc.

View File

@ -0,0 +1,93 @@
pyme (0.8.1) unstable; urgency=low
* Add issuing gpgme_key_unref() in __del__ method for keys return from
op_keylist_next() and get_key() calls to avoid memory leak in a long
living contexts.
* Add missing (get|set)_engine_info() methods for the Context class and
set_engine_info() and set_locale() for the core module.
* Remove support for python2.3 in debian packaging since neither testing
nor unstable dist contains packages for it now.
* Update verifydetails.py for the new way structure types are handled;
add testCMSgetkey.py example for CMS keys. Thanks to Bernhard Reiter.
* Fix hang on Windows caused by passphrase_cb.
-- Igor Belyi <belyi@users.sourceforge.net> Mon, 24 Nov 2008 01:56:19 -0500
pyme (0.8.0) unstable; urgency=low
* Make all structure types containing 'next' field to be return as lists.
This includes when they are return from a function and when they are
member of another structure. Update all examples to use that updated
API.
* Switch to using pycentral for debian packages.
* Add rules to update PY file location in generated doc files.
-- Igor Belyi <belyi@users.sourceforge.net> Sat, 29 Mar 2008 18:43:27 -0400
pyme (0.7.1) unstable; urgency=low
* Add rules to build Windows version of the package.
* Move all constants into pyme.constants package to avoid conflicts with
Python reserved words. Previous location are preserved for now for
compatibility purposes.
* Change name of the internal GPGME wrapper package from 'gpgme' to
'pygpgme' to avoid conflict with gpgme.dll library on Windows.
* Fix gpgme.i to work with SWIG version >= 1.3.28
* Add core.check_version(None) call to the examples to do the proper
startup initialization.
* Add verifydetails.py example provided by Bernhard Reiter.
-- Igor Belyi <belyi@users.sourceforge.net> Sun, 09 Mar 2008 21:35:16 -0400
pyme (0.7.0) unstable; urgency=low
* Removed workaround in Context.wait()
* Updated core.wait() to return Context() object instead of GPGME pointer.
* Made Context.wait() and Context.op_edit() throw exception on failure.
* Added exception handling for passphrase_cb and edit_cb
* Allowed using None to unset previous callback and made hook argument
optional
* Fixed passphrase_cb to pass previously missing prev_bad argument as well
* Got rid of "warning: function declaration isn't a prototype" in helpers.h
* License on PyMe is changed from GPL to LGPL. Examples keep GPL license.
* Added pygpa.py example to illustrate gpa functionality using python.
-- Igor Belyi <belyi@users.sourceforge.net> Wed, 27 Apr 2005 17:22:11 -0400
pyme (0.6.2) unstable; urgency=low
* Implemented Context.wait() method more sutable for asynch calls in Python.
* Implemented Context.op_edit() to support editing operations
* Fixed string representation of the errors.GPGMEError exception
* Added a nice example: PyGtkGpgKeys.py (requires Glade2 and PyGTK 2.4).
No match to gpa, seahorse, or kgpg of course. :)
-- Igor Belyi <belyi@users.sourceforge.net> Sat, 26 Mar 2005 11:42:27 -0500
pyme (0.6.1) unstable; urgency=low
* Added package building for python2.4
* Updated copyright notes to avoid confusion for John's sake.
* Cleanup deprecated functions and typedefs from gpgme.h before building.
-- Igor Belyi <belyi@users.sourceforge.net> Fri, 18 Mar 2005 20:41:52 -0500
pyme (0.6.0) unstable; urgency=low
* Added support for libgpgme11 revision of GPGME library.
-- Igor Belyi <belyi@katehok.homeip.net> Sun, 14 Mar 2004 16:37:39 -0500
pyme (0.5.1) unstable; urgency=low
* Added support for read callbacks for data objects, and an
example for such to callbacks module.
-- John Goerzen <jgoerzen@complete.org> Thu, 21 Nov 2002 08:29:52 -0600
pyme (0.5.0) unstable; urgency=low
* Initial Release. Closes: #169807.
-- John Goerzen <jgoerzen@complete.org> Tue, 19 Nov 2002 14:32:36 -0600

View File

@ -0,0 +1,34 @@
Source: pyme
Section: python
Priority: optional
Maintainer: Igor Belyi <belyi@users.sourceforge.net>
Build-Depends: debhelper (>> 4.1.67), python-central, python2.4-dev, python2.5-dev, libgpgme11-dev, swig
XS-Python-Version: 2.4, 2.5
Standards-Version: 3.5.2
Package: python-pyme-doc
Architecture: all
XB-Python-Version: ${python:Versions}
Description: Python interface to the GPGME GnuPG encryption library
This package contains the documentation for Pyme.
Package: python-pyme
Architecture: any
Provides: ${python:Provides}
Depends: ${python:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Suggests: python-pyme-doc
Description: Python interface to the GPGME GnuPG encryption library
Pyme is, for the most part, a direct interface to the C GPGME
library. However, it is re-packaged in a more Pythonic way --
object-oriented with classes and modules. Take a look at the classes
defined here -- they correspond directly to certain object types in GPGME
for C.
.
Features:
* Feature-rich, full implementation of the GPGME library. Supports all
GPGME features. Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.

View File

@ -0,0 +1,25 @@
The maintainance of the package was taken over by Igor Belyi
<belyi@users.sourceforge.net> on Thu, 18 March 2004 <time unknown>
This package was debianized by John Goerzen <jgoerzen@complete.org> on
Tue, 19 Nov 2002 14:32:36 -0600.
Copyright:
Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Debian users may find the GPL in /usr/share/common-licenses/LGPL-2.1

View File

@ -0,0 +1,2 @@
debian/README.Debian
doc

View File

@ -0,0 +1,2 @@
examples/*.py
examples/*.glade

99
lang/py3-pyme/debian/rules Executable file
View File

@ -0,0 +1,99 @@
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatibility version to use.
export DH_COMPAT=4
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
CFLAGS += -g
endif
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
INSTALL_PROGRAM += -s
endif
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
$(MAKE) swig
python2.4 setup.py build -b `pwd`/build
python2.5 setup.py build -b `pwd`/build
$(MAKE) PYSRCURL=file:/usr/share/pyshared/\\1 docs
touch build-stamp
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
-$(MAKE) reallyclean
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/pyme.
python2.4 setup.py install --root=`pwd`/debian/python-pyme
python2.5 setup.py install --root=`pwd`/debian/python-pyme
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_installdocs -i -XCVS
dh_installexamples -i -XCVS
dh_installmenu -i
dh_installchangelogs -i
dh_link -i
dh_strip -i
dh_compress -i
dh_fixperms -i
dh_pycentral -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir
dh_testroot
dh_installdocs -a -XCVS
dh_installexamples -a -XCVS
dh_installmenu -a
dh_installchangelogs -a
dh_link -a
dh_strip -a
dh_compress -a
dh_fixperms -a
dh_pycentral -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure

View File

@ -0,0 +1,57 @@
=======================
A Short History of PyME
=======================
In 2002 John Goerzen released PyME; Python bindings for the GPGME
module which utilised the current release of Python of the time
(Python 2.2 or 2.3) and SWIG. Shortly after creating it and ensuring
it worked he stopped supporting it, though left his work available on
his Gopher site.
A couple of years later the project was picked up by Igor Belyi and
actively developed and maintained by him from 2004 to 2008. Igor's
whereabouts at the time of this document's creation are unknown, but
the current authors do hope he is well. We're assuming (or hoping)
that life did what life does and made continuing untenable.
In 2014 Martin Albrecht wanted to patch a bug in the PyME code and
discovered the absence of Igor. Following a discussion on the PyME
mailing list he became the new maintainer for PyME, releasing version
0.9.0 in May of that year. He remains the maintainer of the original
PyME release in Python 2.6 and 2.7 (available via PyPI).
In 2015 Ben McGinnes approached Martin about a Python 3 version, while
investigating how complex a task this would be the task ended up being
completed. A subsequent discussion with Werner Koch led to the
decision to fold the Python 3 port back into the original GPGME
release in the languages subdirectory for non-C bindings. Ben is the
maintainer of the Python 3 port within GPGME.
---------------------
The Annoyances of Git
---------------------
As anyone who has ever worked with git knows, submodules are horrible
way to deal with pretty much anything. In the interests of avoiding
migraines, that is being skipped with addition of PyME to GPGME.
Instead the files will be added to the subdirectory, along with a copy
of the entire git log up to that point as a separate file within the
docs directory (old-commits.log). As the log for PyME is nearly 100KB
and the log for GPGME is approximately 1MB, this would cause
considerable bloat, as well as some confusion, should the two be
merged. Hence the unfortunate, but necessary, step to simply move the
files. A regular repository version will be maintained should it be
possible to implement this better in the future.
------------------
The Perils of PyPI
------------------
At the current time the Python 3 fork is not available via PyPI and
the pip installer. The recommended installation method is to follow
the instructions in lang/py3-pyme/INSTALL. This will build the
necessary SWIG portions against the installed version of GPGME.

View File

@ -0,0 +1,25 @@
===========
Stuff To Do
===========
----------------
Working examples
----------------
The examples from the Python 2 code base do not work and it appears
that they don't under Python 2 either. These ought to be replaced or
updated with examples from the GPGME documentation.
-------------
Documentation
-------------
Currently this appears to be buried in the debian/ directory for some
unknown reason, probably pertaining to one of the other developers.
Documentation is to be moved to a more appropriate docs/ directory and
produced using reST in preparation for inevitable publication by way
of Sphinx and the existing infrastructure at readthedocs.org or the
projects new home at gnupg.org.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,8 @@
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd">
<glade-project>
<name>GtkGpgKeys</name>
<program_name>GtkGpgKeys</program_name>
<gnome_support>FALSE</gnome_support>
</glade-project>

View File

@ -0,0 +1,663 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2005,2008 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import gtk, gobject, gtk.glade
import time, sys, os
from pyme import callbacks, core, errors
from pyme.core import Data, Context, pubkey_algo_name
from pyme import constants
from pyme.constants import validity
from pyme.constants.keylist import mode
# Thanks to Bernhard Reiter for pointing out the following:
# gpgme_check_version() necessary for initialisation according to
# gpgme 1.1.6 and this is not done automatically in pyme-0.7.0
print("gpgme version:", core.check_version(None))
# Convert trust constant into a string
trusts = {validity.UNKNOWN: "",
validity.UNDEFINED: "Undefined",
validity.NEVER: "Never",
validity.MARGINAL: "Marginal",
validity.FULL: "Full",
validity.ULTIMATE: "Ultimate"}
# Convert seconds into a date
def sec2str(secs):
if secs > 0: return time.strftime("%Y-%m-%d", time.gmtime(secs))
elif secs == 0: return "Unlimited"
else: return ""
index = 0
class KeyColumn:
"Helper class for data columns."
def __init__(self, name, gtype, vattr=None, tcols=None,
func=lambda x:x, view=None):
"""new(name, qtype, vattr, column, ocolumn, func):
name - column title
qtype - gobject type to use in TreeStore for this column
vattr - column data is visible if method vattr present in the object
tcols - list of type specific columns to append its name to.
func - function converting object data into viewable presentation
view - to put or not the column in the view menu"""
global index
self.name = name
self.type = gtype
self.vattr = vattr
self.func = func
self.view = view
self.index = index
self.attrs = {}
if tcols != None: tcols.append(name)
index += 1
# List column names specific to an object type
key_columns = [] # names only in key
uid_columns = [] # names only in uids
sub_columns = [] # names only in subkeys
sign_columns = [] # names only in signatures
sub_sign_columns = [] # names in subkeys and signatures
# Explicite columns
visible_columns = [
KeyColumn("Secret", gobject.TYPE_BOOLEAN, "subkeys"),
KeyColumn("Name", gobject.TYPE_STRING, "name", uid_columns,
lambda x: x.name+(x.comment and " (%s)"%x.comment)),
KeyColumn("Email", gobject.TYPE_STRING, "email", uid_columns,
lambda x: x.email),
KeyColumn("Owner Trust", gobject.TYPE_STRING, "owner_trust", key_columns,
lambda x: trusts[x.owner_trust], True),
KeyColumn("Type", gobject.TYPE_STRING, "pubkey_algo", sub_sign_columns,
lambda x: pubkey_algo_name(x.pubkey_algo)),
KeyColumn("Length", gobject.TYPE_INT, "length", sub_columns,
lambda x: x.length),
KeyColumn("Can Auth", gobject.TYPE_BOOLEAN,"can_authenticate", sub_columns,
lambda x: x.can_authenticate, False),
KeyColumn("Can Cert", gobject.TYPE_BOOLEAN, "can_certify", sub_columns,
lambda x: x.can_certify, False),
KeyColumn("Can Encr", gobject.TYPE_BOOLEAN, "can_encrypt", sub_columns,
lambda x: x.can_encrypt, False),
KeyColumn("Can Sign", gobject.TYPE_BOOLEAN, "can_sign", sub_columns,
lambda x: x.can_sign, False),
KeyColumn("Created", gobject.TYPE_STRING, "timestamp", sub_sign_columns,
lambda x: sec2str(x.timestamp), True),
KeyColumn("Expires", gobject.TYPE_STRING, "expires", sub_sign_columns,
lambda x: sec2str(x.expires), True),
KeyColumn("Id", gobject.TYPE_STRING, "keyid", sub_sign_columns,
lambda x: x.keyid)
]
helper_columns = [
KeyColumn("Name Invalid", gobject.TYPE_BOOLEAN, None, uid_columns,
lambda x: x.revoked or x.invalid),
KeyColumn("Subkey Invalid", gobject.TYPE_BOOLEAN, None, sub_sign_columns,
lambda x: x.revoked or x.invalid or x.expired),
KeyColumn("FPR", gobject.TYPE_STRING, None, sub_columns,
lambda x: x.fpr)
]
# Calculate implicite columns - defining visibility of the data in a column.
# In the same loop calculate tuple for rows having only name in them.
name_only = ()
for item in visible_columns:
vis_item = KeyColumn("Show"+item.name, gobject.TYPE_BOOLEAN)
helper_columns.append(vis_item)
item.attrs["visible"] = vis_item.index
name_only += (vis_item.index, item.name == "Name")
columns = {}
for item in visible_columns + helper_columns:
columns[item.name] = item
# Use strikethrough to indicate revoked or invalid keys and uids
columns["Name"].attrs["strikethrough"] = columns["Name Invalid"].index
columns["Id"].attrs["strikethrough"] = columns["Subkey Invalid"].index
def pair(name, value):
"pair(name, value) creates (index, func(value)) tuple based on column name"
item = columns[name]
if item.index < len(visible_columns):
return (item.index, item.func(value), columns["Show"+name].index, True)
else:
return (item.index, item.func(value))
class PyGtkGpgKeys:
"Main class representing PyGtkGpgKeys application"
def error_message(self, text, parent=None):
dialog = gtk.MessageDialog(parent or self.mainwin,
gtk.DIALOG_MODAL |
gtk.DIALOG_DESTROY_WITH_PARENT,
gtk.MESSAGE_ERROR,
gtk.BUTTONS_OK,
text)
dialog.run()
dialog.destroy()
def yesno_message(self, text, parent=None):
dialog = gtk.MessageDialog(parent or self.mainwin,
gtk.DIALOG_MODAL |
gtk.DIALOG_DESTROY_WITH_PARENT,
gtk.MESSAGE_QUESTION,
gtk.BUTTONS_YES_NO,
text)
result = dialog.run() == gtk.RESPONSE_YES
dialog.destroy()
return result
def load_keys(self, first_time=False):
if not first_time: self.model.clear()
secret_keys = {}
for key in self.context.op_keylist_all(None, 1):
secret_keys[key.subkeys[0].fpr] = 1
for key in self.context.op_keylist_all(None, 0):
self.add_key(key, key.subkeys[0].fpr in secret_keys)
def add_key(self, key, secret):
"self.add_key(key) - add key to the TreeStore model"
iter = self.model.append(None)
# Can delete only the whole key
param = (iter,) + pair("Secret", secret)
# Key information is a combination of the key and first uid and subkey
for col in key_columns: param += pair(col, key)
for col in uid_columns: param += pair(col, key.uids[0])
for col in sub_columns: param += pair(col, key.subkeys[0])
for col in sub_sign_columns: param += pair(col, key.subkeys[0])
self.model.set(*param)
if key.uids:
self.add_signatures(key.uids[0].signatures, iter)
self.add_uids(key.uids[1:], iter)
self.add_subkeys(key.subkeys[1:], iter)
def add_subkeys(self, subkeys, iter):
"self.add_subkeys(subkey, iter) - add subkey as child to key's iter"
if not subkeys:
return
key_iter = self.model.append(iter)
self.model.set(key_iter, columns["Name"].index, "Subkeys", *name_only)
for subkey in subkeys:
child_iter = self.model.append(key_iter)
param = (child_iter,)
for col in sub_columns: param += pair(col, subkey)
for col in sub_sign_columns: param += pair(col, subkey)
self.model.set(*param)
def add_uids(self, uids, iter):
"self.add_uids(uid, iter) - add uid as a child to key's iter"
if not uids:
return
uid_iter = self.model.append(iter)
self.model.set(uid_iter,columns["Name"].index,"Other UIDs",*name_only)
for uid in uids:
child_iter = self.model.append(uid_iter)
param = (child_iter,)
for col in uid_columns: param += pair(col, uid)
self.model.set(*param)
self.add_signatures(uid.signatures, child_iter)
def add_signatures(self, signs, iter):
"self.add_signatures(sign, iter) - add signature as a child to iter"
if not signs:
return
sign_iter = self.model.append(iter)
self.model.set(sign_iter,columns["Name"].index,"Signatures",*name_only)
for sign in signs:
child_iter = self.model.append(sign_iter)
param = (child_iter,)
for col in uid_columns: param += pair(col, sign)
for col in sign_columns: param += pair(col, sign)
for col in sub_sign_columns: param += pair(col, sign)
self.model.set(*param)
def add_columns(self):
"Add viewable columns for the data in TreeStore model"
view_menu = gtk.Menu()
for item in visible_columns:
if item.type == gobject.TYPE_BOOLEAN:
renderer = gtk.CellRendererToggle()
item.attrs["active"] = item.index
else:
renderer = gtk.CellRendererText()
item.attrs["text"] = item.index
column = self.treeview.insert_column_with_attributes(
item.index, item.name, renderer, **item.attrs)
column.set_sort_column_id(item.index)
# Create callback for a View menu item
if item.view != None:
check = gtk.CheckMenuItem(item.name)
check.set_active(item.view)
check.connect("activate",
lambda x, y: y.set_visible(x.get_active()),
column)
view_menu.append(check)
column.set_visible(check.get_active())
view_menu.show_all()
self.wtree.get_widget("view_menu").set_submenu(view_menu)
def on_GPGKeysView_button_press_event(self, obj, event):
if event.button != 3:
return False
menu = gtk.Menu()
for title, callback in [
("Reload", self.on_reload_activate),
(None, None),
("Delete", self.on_delete_activate),
("Export (txt)", self.on_export_keys_text_activate),
("Export (bin)", self.on_export_keys_activate)
]:
if title:
item = gtk.MenuItem(title)
item.connect("activate", callback)
else:
item = gtk.SeparatorMenuItem()
menu.append(item)
menu.show_all()
menu.popup(None, None, None, event.button, event.time)
return True
def editor_func(self, status, args, val_dict):
state = val_dict["state"]
prompt = "%s %s" % (state, args)
if prompt in val_dict:
val_dict["state"] = val_dict[prompt][0]
return val_dict[prompt][1]
elif args:
sys.stderr.write("Unexpected prompt in editor_func: %s\n" % prompt)
raise EOFError()
return ""
def change_key_trust(self, key, new_trust):
val_dict = {
"state": "start",
"start keyedit.prompt": ("trust", "trust"),
"trust edit_ownertrust.value": ("prompt", "%d" % new_trust),
"prompt edit_ownertrust.set_ultimate.okay": ("prompt", "Y"),
"prompt keyedit.prompt": ("finish", "quit")
}
out = Data()
self.context.op_edit(key, self.editor_func, val_dict, out)
def on_change_trust(self, new_trust):
selection = self.treeview.get_selection()
if selection.count_selected_rows() <= 0:
return
key_list = []
selection.selected_foreach(self.collect_keys, key_list)
message = "Change trust to %s on the following keys?\n" % \
trusts[new_trust]
for key, row in key_list:
message += "\n%s\t" % key.subkeys[0].keyid
if key.uids: message += key.uids[0].uid
else: message += "<undefined>"
if self.yesno_message(message):
for key, row in key_list:
if key.owner_trust != new_trust:
self.change_key_trust(key, new_trust)
row[columns["Owner Trust"].index] = trusts[new_trust]
def on_undefined_trust_activate(self, obj):
self.on_change_trust(1)
def on_never_trust_activate(self, obj):
self.on_change_trust(2)
def on_marginal_trust_activate(self, obj):
self.on_change_trust(3)
def on_full_trust_activate(self, obj):
self.on_change_trust(4)
def on_ultimate_trust_activate(self, obj):
self.on_change_trust(5)
def collect_keys(self, model, path, iter, key_list):
row = model[path[:1]]
keyid = row[columns["FPR"].index]
key = self.context.get_key(keyid, 0)
key_list.append((key, row))
def export_keys(self):
selection = self.treeview.get_selection()
if selection.count_selected_rows() <= 0:
return
export_file = None
dialog = gtk.FileChooserDialog("Export Keys (Public only) into a File",
self.mainwin,
gtk.FILE_CHOOSER_ACTION_SAVE,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OK, gtk.RESPONSE_OK))
while dialog.run() == gtk.RESPONSE_OK:
filename = dialog.get_filename()
if os.path.exists(filename):
if os.path.isdir(filename):
self.error_message("%s is a directory!" % filename,
dialog)
continue
elif not self.yesno_message("%s exists. Override?" % filename,
dialog):
continue
# FIXME. Verify that file can be written to
export_file = open(filename, "wb")
break
dialog.destroy()
if export_file == None:
return
key_list = []
selection.selected_foreach(self.collect_keys, key_list)
expkeys = Data()
for key, row in key_list:
self.context.op_export(key.subkeys[0].fpr, 0, expkeys)
expkeys.seek(0,0)
export_file.write(expkeys.read())
export_file.close()
def on_export_keys_activate(self, obj):
self.context.set_armor(0)
self.export_keys()
def on_export_keys_text_activate(self, obj):
self.context.set_armor(1)
self.export_keys()
def on_import_keys_activate(self, obj):
import_file = None
dialog = gtk.FileChooserDialog("Import Keys from a File",
self.mainwin,
gtk.FILE_CHOOSER_ACTION_OPEN,
(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
gtk.STOCK_OK, gtk.RESPONSE_OK))
while dialog.run() == gtk.RESPONSE_OK:
filename = dialog.get_filename()
if os.path.exists(filename):
if os.path.isdir(filename):
self.error_message("%s is a directory!" % filename,
dialog)
else:
# FIXME. Verify that file can be open.
import_file = filename
break
else:
self.error_message("%s does not exist." % filename,
dialog)
dialog.destroy()
if import_file == None:
return
impkeys = Data(file=import_file)
status = self.context.op_import(impkeys)
if status:
self.error_message("Import return an error message %d" % status)
result = self.context.op_import_result()
if result.considered == 0:
self.error_message("There's no keys in the file.")
# FIXME. Instead of rereading everything we could find out what's new
# from the result based on the ORed value of impkey:
# constants.import.NEW - The key was new.
# constants.import.UID - The key contained new user IDs.
# constants.import.SIG - The key contained new signatures.
# constants.import.SUBKEY - The key contained new sub keys.
# constants.import.SECRET - The key contained a secret key.
# It would be nice to highlight new things as well.
self.load_keys()
#if result:
# impkey = result.imports
# while impkey:
# if impkey.status & constants.import.NEW:
# self.add_key(self.context.get_key(impkey.fpr, 0))
# impkey = impkey.next
def on_delete_activate(self, obj):
"self.on_delete_activate(obj) - callback for key deletion request"
selection = self.treeview.get_selection()
if selection.count_selected_rows() > 0:
key_list = []
selection.selected_foreach(self.collect_keys, key_list)
message = "Delete selected keys?\n"
for key, row in key_list:
message += "\n%s\t" % key.subkeys[0].keyid
if key.uids: message += key.uids[0].uid
else: message += "<undefined>"
if self.yesno_message(message):
for key, row in key_list:
self.context.op_delete(key, 1)
row.model.remove(row.iter)
def get_widget_values(self, widgets):
"Create an array of values from widgets' getter methods"
return [getattr(self.wtree.get_widget(w),"get_"+f)() for w,f in widgets]
def set_widget_values(self, widgets, values):
"Set values using widgets' setter methods"
for (w,f), v in zip(widgets, values):
# ComboBox.set_active_iter(None) does not reset active. Fixing.
if f == "active_iter" and v == None:
f, v = "active", -1
getattr(self.wtree.get_widget(w), "set_"+f)(v)
def key_type_changed(self, which):
"""self.key_type_changed([\"key\"|\"subkey\"]) - helper function to
adjust allowed key length based on the Algorithm selected"""
(key_type,) = self.get_widget_values([(which+"_type", "active_iter")])
if key_type:
key_type = self.wtree.get_widget(which+"_type").get_model(
).get_value(key_type,0)
length_widget = self.wtree.get_widget(which+"_length")
if key_type == "DSA":
length_widget.set_range(1024, 1024)
length_widget.set_value(1024)
elif key_type == "RSA" or key_type == "ELG-E":
length_widget.set_range(1024, 4096)
def on_key_type_changed(self, obj):
self.key_type_changed("key")
def on_subkey_type_changed(self, obj):
self.key_type_changed("subkey")
def on_expire_calendar_day_selected(self, obj):
"Callback for selecting a day on the calendar"
(year, month, day)=self.wtree.get_widget("expire_calendar").get_date()
expander = self.wtree.get_widget("expire_date")
# Past dates means no expiration date
if time.localtime() < (year, month+1, day):
expander.set_label("%04d-%02d-%02d" % (year, month+1, day))
else:
expander.set_label("Unlimited")
expander.set_expanded(False)
def on_generate_activate(self, obj):
"Callback to generate new key"
# Set of (widget, common suffix of getter/setter function) tuples
# from the GenerateDialog prompt for new key properties.
widgets = [
("key_type", "active_iter"),
("key_length", "value"),
("key_encrypt", "active"),
("key_sign", "active"),
("subkey_type", "active_iter"),
("subkey_length", "value"),
("subkey_encrypt", "active"),
("subkey_sign", "active"),
("name_real", "text"),
("name_comment", "text"),
("name_email", "text"),
("expire_date", "label"),
("passphrase", "text"),
("passphrase_repeat", "text")
]
saved_values = self.get_widget_values(widgets)
result = None
dialog = self.wtree.get_widget("GenerateDialog")
if dialog.run() == gtk.RESPONSE_OK:
(key_type, key_length, key_encrypt, key_sign,
subkey_type, subkey_length, subkey_encrypt, subkey_sign,
name_real, name_comment, name_email, expire_date,
passphrase, passphrase2) = self.get_widget_values(widgets)
if key_type and passphrase == passphrase2:
key_type = self.wtree.get_widget("key_type").get_model(
).get_value(key_type,0)
result = "<GnupgKeyParms format=\"internal\">\n"
result += "Key-Type: %s\n" % key_type
result += "Key-Length: %d\n" % int(key_length)
if key_encrypt or key_sign:
result += "Key-Usage:" + \
((key_encrypt and " encrypt") or "") + \
((key_sign and " sign") or "") + "\n"
if subkey_type:
subkey_type=self.wtree.get_widget("subkey_type").get_model(
).get_value(subkey_type,0)
result += "Subkey-Type: %s\n" % subkey_type
result += "Subkey-Length: %d\n" % int(subkey_length)
if subkey_encrypt or subkey_sign:
result += "Subkey-Usage:" + \
((subkey_encrypt and " encrypt") or "") + \
((subkey_sign and " sign") or "") + "\n"
if name_real:
result += "Name-Real: %s\n" % name_real
if name_comment:
result += "Name-Comment: %s\n" % name_comment
if name_email:
result += "Name-Email: %s\n" % name_email
if passphrase:
result += "Passphrase: %s\n" % passphrase
if expire_date != "Unlimited":
result += "Expire-Date: %s\n" % expire_date
else:
result += "Expire-Date: 0\n"
result += "</GnupgKeyParms>\n"
else:
if not key_type:
message = "Type of the primary key is not specified."
elif passphrase != passphrase2:
message = "Passphrases do not match."
else:
message = "Unknown error."
self.error_message(message, dialog)
else:
self.set_widget_values(widgets, saved_values)
dialog.hide()
if result:
# Setup and show progress Dialog
self.progress = ""
self.progress_entry = self.wtree.get_widget(
"progress_entry").get_buffer()
self.progress_entry.set_text("")
gobject.timeout_add(500, self.update_progress)
self.wtree.get_widget("GenerateProgress").show_all()
# Start asynchronous key generation
self.context.op_genkey_start(result, None, None)
def gen_progress(self, what=None, type=None, current=None,
total=None, hook=None):
"Gpg's progress_cb"
if self.progress != None:
self.progress += "%c" % type
else:
sys.stderr.write("%c" % type)
def update_progress(self):
"Timeout callback to yeild to gpg and update progress Dialog view"
status = self.context.wait(False)
if status == None:
self.progress_entry.set_text(self.progress)
return True
elif status == 0:
fpr = self.context.op_genkey_result().fpr
self.add_key(self.context.get_key(fpr, 0), True)
self.wtree.get_widget("GenerateProgress").hide()
self.progress = None
if status:
self.error_message("Got an error during key generation:\n%s" %
errors.GPGMEError(status).getstring())
# Let callback to be removed.
return False
def on_generating_close_clicked(self, obj):
# Request cancelation of the outstanding asynchronous call
self.context.cancel()
def get_password(self, hint, desc, hook):
"Gpg's password_cb"
dialog = self.wtree.get_widget("PasswordDialog")
label = self.wtree.get_widget("pwd_prompt")
entry = self.wtree.get_widget("password")
label.set_text("Please supply %s's password%s:" %
(hint, (hook and (' '+hook)) or ''))
if dialog.run() == gtk.RESPONSE_OK:
result = entry.get_text()
else:
result = ""
entry.set_text("")
dialog.hide()
return result
def on_reload_activate(self, obj):
self.load_keys()
def on_about_activate(self, obj):
about = self.wtree.get_widget("AboutDialog")
about.run()
about.hide()
def __init__(self, path):
"new(path) path - location of the glade file"
gladefile = os.path.join(path, "PyGtkGpgKeys.glade")
self.wtree = gtk.glade.XML(gladefile)
self.wtree.signal_autoconnect(self)
self.mainwin = self.wtree.get_widget("GPGAdminWindow")
self.treeview = self.wtree.get_widget("GPGKeysView")
self.model = gtk.TreeStore(*[x.type for x in visible_columns +
helper_columns])
self.context = Context()
self.context.set_passphrase_cb(self.get_password, "")
self.progress = None
self.context.set_progress_cb(self.gen_progress, None)
# Use mode.SIGS to include signatures in the list.
self.context.set_keylist_mode(mode.SIGS)
self.load_keys(True)
self.treeview.set_model(self.model)
self.treeview.get_selection().set_mode(gtk.SELECTION_MULTIPLE)
self.add_columns()
gtk.main()
def on_Exit(self, obj):
gtk.main_quit()
try:
# Glade file is expected to be in the same location as this script
PyGtkGpgKeys(os.path.dirname(sys.argv[0]))
except IOError as message:
print("%s:%s" %(sys.argv[0], message))

View File

@ -0,0 +1,34 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Sample of key deletion
# It deletes keys for joe@foo.bar generated by genkey.pl script
from pyme import core
core.check_version(None)
# Note that we need to collect all keys out of the iterator return by c.op_keylist_all()
# method before starting to delete them. If you delete a key in the middle of iteration
# c.op_keylist_next() will raise INV_VALUE exception
c = core.Context()
# 0 in keylist means to list not only public but secret keys as well.
for thekey in [x for x in c.op_keylist_all("joe@foo.bar", 0)]:
# 1 in delete means to delete not only public but secret keys as well.
c.op_delete(thekey, 1)

View File

@ -0,0 +1,65 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2008 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
This program will try to encrypt a simple message to each key on your keyring.
If your keyring has any invalid keys on it, those keys will be removed
and it will re-try the encryption."""
from pyme import core
from pyme.core import Data, Context
from pyme.constants import validity
core.check_version(None)
plain = Data('This is my message.')
c = Context()
c.set_armor(1)
def sendto(keylist):
cipher = Data()
c.op_encrypt(keylist, 1, plain, cipher)
cipher.seek(0,0)
return cipher.read()
names = []
for key in c.op_keylist_all(None, 0):
print(" *** Found key for %s" % key.uids[0].uid)
valid = 0
for subkey in key.subkeys:
keyid = subkey.keyid
if keyid == None:
break
can_encrypt = subkey.can_encrypt
valid += can_encrypt
print(" Subkey %s: encryption %s" % \
(keyid, can_encrypt and "enabled" or "disabled"))
if valid:
names.append(key)
else:
print(" This key cannot be used for encryption; skipping.")
passno = 0
print("Encrypting to %d recipients" % len(names))
print(sendto(names))

View File

@ -0,0 +1,75 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Sample of export and import of keys
# It uses keys for joe@foo.bar generated by genkey.pl script
import sys
from pyme import core
core.check_version(None)
expkey = core.Data()
c = core.Context()
c.set_armor(1)
user = "joe@foo.bar"
print(" - Export %s's public keys - " % user)
c.op_export(user, 0, expkey)
# print out exported data to see how it looks in armor.
expkey.seek(0,0)
expstring = expkey.read()
if expstring:
print(expstring)
else:
print("No %s's keys to export!" % user)
sys.exit(0)
# delete keys to ensure that they came from our imported data.
# Note that since joe's key has private part as well we can only delete
# both of them. As a side effect joe won't have private key for this
# exported public one. If it's Ok with you uncomment the next 4 lines.
#print " - Delete %s's public keys - " % user
#for thekey in [x for x in c.op_keylist_all(user, 0)]:
# if not thekey.secret:
# c.op_delete(thekey, 1)
# initialize import data from a string as if it was read from a file.
newkey = core.Data(expstring)
print(" - Import exported keys - ")
c.op_import(newkey)
result = c.op_import_result()
# show the import result
if result:
print(" - Result of the import - ")
for k in dir(result):
if not k in result.__dict__ and not k.startswith("_"):
if k == "imports":
print(k, ":")
for impkey in result.__getattr__(k):
print(" fpr=%s result=%d status=%x" % \
(impkey.fpr, impkey.result, impkey.status))
else:
print(k, ":", result.__getattr__(k))
else:
print(" - No import result - ")

View File

@ -0,0 +1,45 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import core, callbacks
# Initialize our context.
core.check_version(None)
c = core.Context()
c.set_armor(1)
c.set_progress_cb(callbacks.progress_stdout, None)
# This example from the GPGME manual
parms = """<GnupgKeyParms format="internal">
Key-Type: DSA
Key-Length: 1024
Subkey-Type: ELG-E
Subkey-Length: 1024
Name-Real: Joe Tester
Name-Comment: with stupid passphrase
Name-Email: joe@foo.bar
Passphrase: abcdabcdfs
Expire-Date: 2010-08-15
</GnupgKeyParms>
"""
c.op_genkey(parms, None, None)
print(c.op_genkey_result().fpr)

View File

@ -0,0 +1,57 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2005 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import os, sys
from pyme import core
from pyme.core import Data, Context
from pyme.constants import status
core.check_version(None)
# Get names for the status codes
stat2str = {}
for name in dir(status):
if not name.startswith('__') and name != "util":
stat2str[getattr(status, name)] = name
# Print the output received since the last prompt before giving the new prompt
def edit_fnc(stat, args, helper):
global stat_strings
try:
while True:
helper["data"].seek(helper["skip"],0)
data = helper["data"].read()
helper["skip"] += len(data)
print(data)
return input("(%s) %s > " % (stat2str[stat], args))
except EOFError:
pass
# Simple interactive editor to test editor scripts
if len(sys.argv) != 2:
sys.stderr.write("Usage: %s <Gpg key patter>\n" % sys.argv[0])
else:
c = Context()
out = Data()
c.op_keylist_start(sys.argv[1], 0)
key = c.op_keylist_next()
helper = {"skip": 0, "data": out}
c.op_edit(key, edit_fnc, helper, out)
print("[-- Final output --]")
out.seek(helper["skip"],0)
print(out.read())

File diff suppressed because it is too large Load Diff

1457
lang/py3-pyme/examples/pygpa.py Executable file

File diff suppressed because it is too large Load Diff

31
lang/py3-pyme/examples/sign.py Executable file
View File

@ -0,0 +1,31 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2002 John Goerzen
# <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import core, callbacks
from pyme.constants.sig import mode
core.check_version(None)
plain = core.Data("Test message")
sig = core.Data()
c = core.Context()
c.set_passphrase_cb(callbacks.passphrase_stdin, 'for signing')
c.op_sign(plain, sig, mode.CLEAR)
sig.seek(0,0)
print(sig.read())

View File

@ -0,0 +1,78 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Sample of unattended signing/verifying of a message.
# It uses keys for joe@foo.bar generated by genkey.pl script
import sys
from pyme import core, callbacks
from pyme.constants.sig import mode
core.check_version(None)
plain = core.Data("Test message")
sig = core.Data()
c = core.Context()
user = "joe@foo.bar"
c.signers_clear()
# Add joe@foo.bar's keys in the list of signers
for sigkey in c.op_keylist_all(user, 1):
if sigkey.can_sign:
c.signers_add(sigkey)
if not c.signers_enum(0):
print("No secret %s's keys suitable for signing!" % user)
sys.exit(0)
# This is a map between signer e-mail and its password
passlist = {
"<joe@foo.bar>": "abcdabcdfs"
}
# callback will return password based on the e-mail listed in the hint.
c.set_passphrase_cb(lambda x,y,z: passlist[x[x.rindex("<"):]])
c.op_sign(plain, sig, mode.CLEAR)
# Print out the signature (don't forget to rewind since signing put sig at EOF)
sig.seek(0,0)
signedtext = sig.read()
print(signedtext)
# Create Data with signed text.
sig2 = core.Data(signedtext)
plain2 = core.Data()
# Verify.
c.op_verify(sig2, None, plain2)
result = c.op_verify_result()
# List results for all signatures. Status equal 0 means "Ok".
index = 0
for sign in result.signatures:
index += 1
print("signature", index, ":")
print(" summary: ", sign.summary)
print(" status: ", sign.status)
print(" timestamp: ", sign.timestamp)
print(" fingerprint:", sign.fpr)
print(" uid: ", c.get_key(sign.fpr, 0).uids[0].uid)
# Print "unsigned" text. Rewind since verify put plain2 at EOF.
plain2.seek(0,0)
print("\n", plain2.read())

View File

@ -0,0 +1,52 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2005 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import sys
from pyme import core, constants, errors
import pyme.constants.validity
core.check_version(None)
# Set up our input and output buffers.
plain = core.Data('This is my message.')
cipher = core.Data()
# Initialize our context.
c = core.Context()
c.set_armor(1)
# Set up the recipients.
sys.stdout.write("Enter name of your recipient: ")
name = sys.stdin.readline().strip()
c.op_keylist_start(name, 0)
r = c.op_keylist_next()
if r == None:
print("The key for user \"%s\" was not found" % name)
else:
# Do the encryption.
try:
c.op_encrypt([r], 1, plain, cipher)
cipher.seek(0,0)
print(cipher.read())
except errors.GPGMEError as ex:
print(ex.getstring())

View File

@ -0,0 +1,59 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2005 Igor Belyi <belyi@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import os
from pyme import core
from pyme.core import Data, Context
core.check_version(None)
class KeyEditor:
def __init__(self):
self.steps = ["fpr", "expire", "1", "primary", "quit"]
self.step = 0
def edit_fnc(self, status, args, out):
print("[-- Response --]")
out.seek(0,0)
print(out.read(), end=' ')
print("[-- Code: %d, %s --]" % (status, args))
if args == "keyedit.prompt":
result = self.steps[self.step]
self.step += 1
elif args == "keyedit.save.okay":
result = "Y"
elif args == "keygen.valid":
result = "0"
else:
result = None
return result
if not os.getenv("GNUPGHOME"):
print("Please, set GNUPGHOME env.var. pointing to GPGME's tests/gpg dir")
else:
c = Context()
c.set_passphrase_cb(lambda x,y,z: "abc")
out = Data()
c.op_keylist_start("Alpha", 0)
key = c.op_keylist_next()
c.op_edit(key, KeyEditor().edit_fnc, out, out)
print("[-- Last response --]")
out.seek(0,0)
print(out.read(), end=' ')

View File

@ -0,0 +1,45 @@
#!/usr/bin/env python3
# initial 20080124 bernhard@intevation.de
# 20080124-2: removed some superflous imports
# 20080703: adapted for pyme-0.8.0
# This script is Free Software under GNU GPL v>=2.
"""A test applicaton for gpg_get_key() protocol.CMS.
Tested on Debian Etch with
pyme 0.8.0 (manually compiled)
libgpgme11 1.1.6-0kk2
gpgsm 2.0.9-0kk2
"""
import sys
from pyme import core
from pyme.constants import protocol
def printgetkeyresults(keyfpr):
"""Run gpgme_get_key()."""
# gpgme_check_version() necessary for initialisation according to
# gogme 1.1.6 and this is not done automatically in pyme-0.7.0
print("gpgme version:", core.check_version(None))
c = core.Context()
c.set_protocol(protocol.CMS)
key = c.get_key(keyfpr, False)
print("got key: ", key.subkeys[0].fpr)
for uid in key.uids:
print(uid.uid)
def main():
if len(sys.argv) < 2:
print("fingerprint or unique key ID for gpgme_get_key()")
sys.exit(1)
printgetkeyresults(sys.argv[1])
if __name__ == "__main__":
main()

View File

@ -0,0 +1,100 @@
#!/usr/bin/env python3
# initial 20080123 build from the example:
# very simple - probably INCOMPLETE
# 20080703 Bernhard
# added second usage for detached signatures.
# added output of signature.summary (another bitfield)
# printing signature bitfield in hex format
#
# $Id$
#
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (c) 2008 Bernhard Reiter <bernhard@intevation.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import sys
from pyme import core, callbacks, constants
from pyme.constants.sig import mode
from pyme.constants import protocol
def print_engine_infos():
print("gpgme version:", core.check_version(None))
print("engines:")
for engine in core.get_engine_info():
print(engine.file_name, engine.version)
for proto in [protocol.OpenPGP, protocol.CMS]:
print(core.get_protocol_name(proto), core.engine_check_version(proto))
def verifyprintdetails(sigfilename, filefilename=None):
"""Verify a signature, print a lot of details."""
c = core.Context()
# Create Data with signed text.
sig2 = core.Data(file=sigfilename)
if filefilename:
file2 = core.Data(file=filefilename)
plain2 = None
else:
file2 = None
plain2 = core.Data()
# Verify.
c.op_verify(sig2, file2, plain2)
result = c.op_verify_result()
# List results for all signatures. Status equal 0 means "Ok".
index = 0
for sign in result.signatures:
index += 1
print("signature", index, ":")
print(" summary: %#0x" % (sign.summary))
print(" status: %#0x" % (sign.status))
print(" timestamp: ", sign.timestamp)
print(" fingerprint:", sign.fpr)
print(" uid: ", c.get_key(sign.fpr, 0).uids[0].uid)
# Print "unsigned" text if inline signature
if plain2:
#Rewind since verify put plain2 at EOF.
plain2.seek(0,0)
print("\n", plain2.read())
def main():
print_engine_infos()
print()
argc= len(sys.argv)
if argc < 2 or argc > 3:
print("need a filename for inline signature")
print("or two filename for detached signature and file to check")
sys.exit(1)
if argc == 2:
print("trying to verify file: " + sys.argv[1])
verifyprintdetails(sys.argv[1])
if argc == 3:
print("trying to verify signature %s for file %s" \
% (sys.argv[1], sys.argv[2]))
verifyprintdetails(sys.argv[1], sys.argv[2])
if __name__ == "__main__":
main()

42
lang/py3-pyme/gpgme-h-clean.py Executable file
View File

@ -0,0 +1,42 @@
#!/usr/bin/env python3
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
import sys, re
if len(sys.argv) < 2:
sys.stderr.write("Usage: %s gpgme.h\n" % sys.argv[0])
sys.exit(1)
deprec_func=re.compile('^(.*typedef.*|.*\(.*\))\s*_GPGME_DEPRECATED;\s*',re.S)
line_break=re.compile(';|\\$|\\x0c|^\s*#');
try:
gpgme = open(sys.argv[1])
tmp = gpgme.readline()
text = ''
while tmp:
text += re.sub(' class ', ' _py_obsolete_class ', tmp)
if line_break.search(tmp):
if not deprec_func.search(text):
sys.stdout.write(text)
text = ''
tmp = gpgme.readline()
sys.stdout.write(text)
gpgme.close()
except IOError as errmsg:
sys.stderr.write("%s: %s\n" % (sys.argv[0], errmsg))
sys.exit(1)

267
lang/py3-pyme/gpgme.i Normal file
View File

@ -0,0 +1,267 @@
/*
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
%module pygpgme
%include "cpointer.i"
%include "cstring.i"
// Generate doc strings for all methods.
%feature("autodoc", "0");
// Allow use of None for strings.
%typemap(in) const char * {
if ($input == Py_None)
$1 = NULL;
else if (PyBytes_Check($input))
$1 = PyBytes_AsString($input);
else {
PyErr_Format(PyExc_TypeError,
"arg %d: expected string or None, got %s",
$argnum, $input->ob_type->tp_name);
return NULL;
}
}
%typemap(freearg) const char * "";
// Release returned buffers as necessary.
%typemap(newfree) char * "free($1);";
%newobject gpgme_data_release_and_get_mem;
%{
/* Convert object to a pointer to gpgme type */
PyObject* object_to_gpgme_t(PyObject* input, const char* objtype, int argnum) {
PyObject *pyname = NULL, *pypointer = NULL;
pyname = PyObject_CallMethod(input, "_getctype", NULL);
if (pyname == NULL) {
PyErr_Format(PyExc_TypeError,
"arg %d: Expected an instance of type %s, but got %s",
argnum, objtype,
input == Py_None ? "None" : input->ob_type->tp_name);
return NULL;
}
if (strcmp(PyBytes_AsString(pyname), objtype) != 0) {
PyErr_Format(PyExc_TypeError,
"arg %d: Expected value of type %s, but got %s",
argnum, objtype, PyBytes_AsString(pyname));
Py_DECREF(pyname);
return NULL;
}
Py_DECREF(pyname);
pypointer = PyObject_GetAttrString(input, "wrapped");
if (pypointer == NULL) {
PyErr_Format(PyExc_TypeError,
"arg %d: Use of uninitialized Python object %s",
argnum, objtype);
return NULL;
}
return pypointer;
}
%}
%typemap(arginit) gpgme_key_t [] {
$1 = NULL;
}
%typemap(in) gpgme_key_t [] {
int i, numb = 0;
if (!PySequence_Check($input)) {
PyErr_Format(PyExc_ValueError, "arg %d: Expected a list of gpgme_key_t",
$argnum);
return NULL;
}
if((numb = PySequence_Length($input)) != 0) {
$1 = (gpgme_key_t*)malloc((numb+1)*sizeof(gpgme_key_t));
for(i=0; i<numb; i++) {
PyObject *pypointer = PySequence_GetItem($input, i);
/* input = $input, 1 = $1, 1_descriptor = $1_descriptor */
/* &1_descriptor = $&1_descriptor *1_descriptor = $*1_descriptor */
// Following code is from swig's python.swg
if ((SWIG_ConvertPtr(pypointer,(void **) &$1[i], $*1_descriptor,SWIG_POINTER_EXCEPTION | $disown )) == -1) {
Py_DECREF(pypointer);
return NULL;
}
Py_DECREF(pypointer);
}
$1[numb] = NULL;
}
}
%typemap(freearg) gpgme_key_t [] {
if ($1) free($1);
}
// Special handling for references to our objects.
%typemap(in) gpgme_data_t DATAIN {
if ($input == Py_None)
$1 = NULL;
else {
PyObject *pypointer = NULL;
if((pypointer=object_to_gpgme_t($input, "$1_ltype", $argnum)) == NULL)
return NULL;
/* input = $input, 1 = $1, 1_descriptor = $1_descriptor */
// Following code is from swig's python.swg
if ((SWIG_ConvertPtr(pypointer,(void **) &$1, $1_descriptor,
SWIG_POINTER_EXCEPTION | $disown )) == -1) {
Py_DECREF(pypointer);
return NULL;
}
Py_DECREF(pypointer);
}
}
%apply gpgme_data_t DATAIN {gpgme_data_t plain, gpgme_data_t cipher,
gpgme_data_t sig, gpgme_data_t signed_text,
gpgme_data_t plaintext, gpgme_data_t keydata,
gpgme_data_t pubkey, gpgme_data_t seckey,
gpgme_data_t out};
// SWIG has problem interpreting ssize_t, off_t or gpgme_error_t in gpgme.h
%typemap(out) ssize_t, off_t, gpgme_error_t, gpgme_err_code_t, gpgme_err_source_t, gpg_error_t {
$result = PyLong_FromLong($1);
}
%typemap(in) ssize_t, off_t, gpgme_error_t, gpgme_err_code_t, gpgme_err_source_t, gpg_error_t {
$1 = PyLong_AsLong($input);
}
// Those are for gpgme_data_read() and gpgme_strerror_r()
%typemap(in) (void *buffer, size_t size), (char *buf, size_t buflen) {
$2 = PyLong_AsLong($input);
if ($2 < 0) {
PyErr_SetString(PyExc_ValueError, "Positive integer expected");
return NULL;
}
$1 = ($1_ltype) malloc($2+1);
}
%typemap(argout) (void *buffer, size_t size), (char *buf, size_t buflen) {
Py_XDECREF($result); /* Blow away any previous result */
if (result < 0) { /* Check for I/O error */
free($1);
return NULL;
}
$result = PyBytes_FromStringAndSize($1,result);
free($1);
}
// Make types containing 'next' field to be lists
%ignore next;
%typemap(out) gpgme_sig_notation_t, gpgme_engine_info_t, gpgme_subkey_t, gpgme_key_sig_t,
gpgme_user_id_t, gpgme_invalid_key_t, gpgme_recipient_t, gpgme_new_signature_t,
gpgme_signature_t, gpgme_import_status_t, gpgme_conf_arg_t, gpgme_conf_opt_t,
gpgme_conf_comp_t {
int i;
int size = 0;
$1_ltype curr;
for (curr = $1; curr != NULL; curr = curr->next) {
size++;
}
$result = PyList_New(size);
for (i=0,curr=$1; i<size; i++,curr=curr->next) {
PyObject *o = SWIG_NewPointerObj(SWIG_as_voidptr(curr), $1_descriptor, %newpointer_flags);
PyList_SetItem($result, i, o);
}
}
// Include mapper for edit callbacks
%typemap(in) (gpgme_edit_cb_t fnc, void *fnc_value) {
$1 = (gpgme_edit_cb_t) pyEditCb;
if ($input == Py_None)
$2 = NULL;
else
$2 = $input;
}
// Include the header file both for cc (first) and for swig (second)
// Include for swig locally since we need to fix 'class' usage there.
%{
#include <gpgme.h>
%}
%include "gpgme.h"
%constant long EOF = GPG_ERR_EOF;
// Generating and handling pointers-to-pointers.
%pointer_functions(gpgme_ctx_t, gpgme_ctx_t_p);
%pointer_functions(gpgme_data_t, gpgme_data_t_p);
%pointer_functions(gpgme_key_t, gpgme_key_t_p);
%pointer_functions(gpgme_error_t, gpgme_error_t_p);
%pointer_functions(gpgme_trust_item_t, gpgme_trust_item_t_p);
%pointer_functions(gpgme_engine_info_t, gpgme_engine_info_t_p);
%pointer_functions(PyObject *, PyObject_p_p);
%pointer_functions(void *, void_p_p);
// Helper functions.
%{
#include <stdio.h>
%}
FILE *fdopen(int fildes, const char *mode);
%{
#include "helpers.h"
%}
%include "helpers.h"
%{
gpgme_error_t pyEditCb(void *opaque, gpgme_status_code_t status,
const char *args, int fd) {
PyObject *func = NULL, *dataarg = NULL, *pyargs = NULL, *retval = NULL;
PyObject *pyopaque = (PyObject *) opaque;
gpgme_error_t err_status = 0;
pygpgme_exception_init();
if (PyTuple_Check(pyopaque)) {
func = PyTuple_GetItem(pyopaque, 0);
dataarg = PyTuple_GetItem(pyopaque, 1);
pyargs = PyTuple_New(3);
} else {
func = pyopaque;
pyargs = PyTuple_New(2);
}
PyTuple_SetItem(pyargs, 0, PyLong_FromLong((long) status));
PyTuple_SetItem(pyargs, 1, PyBytes_FromString(args));
if (dataarg) {
Py_INCREF(dataarg); /* Because GetItem doesn't give a ref but SetItem taketh away */
PyTuple_SetItem(pyargs, 2, dataarg);
}
retval = PyObject_CallObject(func, pyargs);
Py_DECREF(pyargs);
if (PyErr_Occurred()) {
err_status = pygpgme_exception2code();
} else {
if (fd>=0 && retval) {
write(fd, PyBytes_AsString(retval), PyBytes_Size(retval));
write(fd, "\n", 1);
}
}
Py_XDECREF(retval);
return err_status;
}
%}

154
lang/py3-pyme/helpers.c Normal file
View File

@ -0,0 +1,154 @@
/*
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <stdio.h>
#include <gpgme.h>
#include <stdlib.h>
#include <string.h>
#include "Python.h"
#include "helpers.h"
static PyObject *GPGMEError = NULL;
void pygpgme_exception_init(void) {
if (GPGMEError == NULL) {
PyObject *errors;
errors = PyImport_ImportModule("errors");
if (errors) {
GPGMEError=PyDict_GetItemString(PyModule_GetDict(errors), "GPGMEError");
Py_XINCREF(GPGMEError);
}
}
}
gpgme_error_t pygpgme_exception2code(void) {
gpgme_error_t err_status = gpg_error(GPG_ERR_GENERAL);
if (GPGMEError && PyErr_ExceptionMatches(GPGMEError)) {
PyObject *type = 0, *value = 0, *traceback = 0;
PyObject *error = 0;
PyErr_Fetch(&type, &value, &traceback);
PyErr_NormalizeException(&type, &value, &traceback);
error = PyObject_GetAttrString(value, "error");
err_status = PyLong_AsLong(error);
Py_DECREF(error);
PyErr_Restore(type, value, traceback);
}
return err_status;
}
void pygpgme_clear_generic_cb(PyObject **cb) {
Py_DECREF(*cb);
}
static gpgme_error_t pyPassphraseCb(void *hook,
const char *uid_hint,
const char *passphrase_info,
int prev_was_bad,
int fd) {
PyObject *pyhook = (PyObject *) hook;
PyObject *func = NULL;
PyObject *args = NULL;
PyObject *retval = NULL;
PyObject *dataarg = NULL;
gpgme_error_t err_status = 0;
pygpgme_exception_init();
if (PyTuple_Check(pyhook)) {
func = PyTuple_GetItem(pyhook, 0);
dataarg = PyTuple_GetItem(pyhook, 1);
args = PyTuple_New(4);
} else {
func = pyhook;
args = PyTuple_New(3);
}
PyTuple_SetItem(args, 0, PyBytes_FromString(uid_hint));
PyTuple_SetItem(args, 1, PyBytes_FromString(passphrase_info));
PyTuple_SetItem(args, 2, PyBool_FromLong((long)prev_was_bad));
if (dataarg) {
Py_INCREF(dataarg); /* Because GetItem doesn't give a ref but SetItem taketh away */
PyTuple_SetItem(args, 3, dataarg);
}
retval = PyObject_CallObject(func, args);
Py_DECREF(args);
if (PyErr_Occurred()) {
err_status = pygpgme_exception2code();
} else {
if (!retval) {
write(fd, "\n", 1);
} else {
write(fd, PyBytes_AsString(retval), PyBytes_Size(retval));
write(fd, "\n", 1);
Py_DECREF(retval);
}
}
return err_status;
}
void pygpgme_set_passphrase_cb(gpgme_ctx_t ctx, PyObject *cb,
PyObject **freelater) {
if (cb == Py_None) {
gpgme_set_passphrase_cb(ctx, NULL, NULL);
return;
}
Py_INCREF(cb);
*freelater = cb;
gpgme_set_passphrase_cb(ctx, (gpgme_passphrase_cb_t)pyPassphraseCb, (void *) cb);
}
static void pyProgressCb(void *hook, const char *what, int type, int current,
int total) {
PyObject *func = NULL, *dataarg = NULL, *args = NULL, *retval = NULL;
PyObject *pyhook = (PyObject *) hook;
if (PyTuple_Check(pyhook)) {
func = PyTuple_GetItem(pyhook, 0);
dataarg = PyTuple_GetItem(pyhook, 1);
args = PyTuple_New(5);
} else {
func = pyhook;
args = PyTuple_New(4);
}
PyTuple_SetItem(args, 0, PyBytes_FromString(what));
PyTuple_SetItem(args, 1, PyLong_FromLong((long) type));
PyTuple_SetItem(args, 2, PyLong_FromLong((long) current));
PyTuple_SetItem(args, 3, PyLong_FromLong((long) total));
if (dataarg) {
Py_INCREF(dataarg); /* Because GetItem doesn't give a ref but SetItem taketh away */
PyTuple_SetItem(args, 4, dataarg);
}
retval = PyObject_CallObject(func, args);
Py_DECREF(args);
Py_XDECREF(retval);
}
void pygpgme_set_progress_cb(gpgme_ctx_t ctx, PyObject *cb, PyObject **freelater){
if (cb == Py_None) {
gpgme_set_progress_cb(ctx, NULL, NULL);
return;
}
Py_INCREF(cb);
*freelater = cb;
gpgme_set_progress_cb(ctx, (gpgme_progress_cb_t) pyProgressCb, (void *) cb);
}

36
lang/py3-pyme/helpers.h Normal file
View File

@ -0,0 +1,36 @@
/*
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include <gpgme.h>
#include "Python.h"
#ifdef _WIN32
#include <windows.h>
#define write(fd, str, sz) {DWORD written; WriteFile((HANDLE) fd, str, sz, &written, 0);}
#endif
void pygpgme_exception_init(void);
gpgme_error_t pygpgme_exception2code(void);
void pygpgme_clear_generic_cb(PyObject **cb);
void pygpgme_set_passphrase_cb(gpgme_ctx_t ctx, PyObject *cb,
PyObject **freelater);
void pygpgme_set_progress_cb(gpgme_ctx_t ctx, PyObject *cb, PyObject **freelater);

View File

@ -0,0 +1,137 @@
# $Id$
"""
Pyme: GPGME Interface for Python
Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Welcome to PyME, the GPGME Interface for Python. "Pyme", when prounced,
rhymes with "Pine".
The latest release of this package may be obtained from
http://pyme.sourceforge.net
Previous releases of this package can be obtained from
http://quux.org/devel/pyme/
FEATURES
--------
* Feature-rich, full implementation of the GPGME library. Supports
all GPGME features except interactive editing (coming soon).
Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.
GENERAL OVERVIEW
----------------
For those of you familiar with GPGME, you will be right at home here.
Pyme is, for the most part, a direct interface to the C GPGME
library. However, it is re-packaged in a more Pythonic way --
object-oriented with classes and modules. Take a look at the classes
defined here -- they correspond directly to certain object types in GPGME
for C. For instance, the following C code:
gpgme_ctx_t context;
gpgme_new(&context);
...
gpgme_op_encrypt(context, recp, 1, plain, cipher);
Translates into the following Python code:
context = core.Context()
...
context.op_encrypt(recp, 1, plain, cipher)
The Python module automatically does error-checking and raises Python
exception pyme.errors.GPGMEError when GPGME signals an error. getcode()
and getsource() of this exception return code and source of the error.
IMPORTANT NOTE
--------------
This documentation only covers a small subset of available GPGME functions and
methods. Please consult the documentation for the C library
for comprehensive coverage.
This library uses Python's reflection to automatically detect the methods
that are available for each class, and as such, most of those methods
do not appear explicitly anywhere. You can use dir() python built-in command
on an object to see what methods and fields it has but their meaning can
be found only in GPGME documentation.
QUICK START SAMPLE PROGRAM
--------------------------
This program is not for serious encryption, but for example purposes only!
import sys
from pyme import core, constants
# Set up our input and output buffers.
plain = core.Data('This is my message.')
cipher = core.Data()
# Initialize our context.
c = core.Context()
c.set_armor(1)
# Set up the recipients.
sys.stdout.write("Enter name of your recipient: ")
name = sys.stdin.readline().strip()
c.op_keylist_start(name, 0)
r = c.op_keylist_next()
# Do the encryption.
c.op_encrypt([r], 1, plain, cipher)
cipher.seek(0,0)
print cipher.read()
Note that although there is no explicit error checking done here, the
Python GPGME library is automatically doing error-checking, and will
raise an exception if there is any problem.
This program is in the Pyme distribution as examples/simple.py. The examples
directory contains more advanced samples as well.
FOR MORE INFORMATION
--------------------
PYME homepage: http://pyme.sourceforge.net
GPGME documentation: http://pyme.sourceforge.net/doc/gpgme/index.html
GPGME homepage: http://www.gnupg.org/gpgme.html
Base classes: pyme.core (START HERE!)
Error classes: pyme.errors
Constants: pyme.constants
Version information: pyme.version
Utilities: pyme.util
Base classes are documented at pyme.core.
Classes of pyme.util usually are not instantiated by users
directly but return by methods of base classes.
"""
__all__ = ['core', 'errors', 'constants', 'util', 'callbacks', 'version']

View File

@ -0,0 +1,47 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from getpass import getpass
def passphrase_stdin(hint, desc, prev_bad, hook=None):
"""This is a sample callback that will read a passphrase from
the terminal. The hook here, if present, will be used to describe
why the passphrase is needed."""
why = ''
if hook != None:
why = ' ' + hook
if prev_bad:
why += ' (again)'
print("Please supply %s' password%s:" % (hint, why))
return getpass()
def progress_stdout(what, type, current, total, hook=None):
print("PROGRESS UPDATE: what = %s, type = %d, current = %d, total = %d" %\
(what, type, current, total))
def readcb_fh(count, hook):
"""A callback for data. hook should be a Python file-like object."""
if count:
# Should return '' on EOF
return hook.read(count)
else:
# Wants to rewind.
if not hasattr(hook, 'seek'):
return None
hook.seek(0, 0)
return None

View File

@ -0,0 +1,7 @@
# $Id$
from pyme import util
util.process_constants('GPGME_', globals())
__all__ = ['data', 'event', 'import', 'keylist', 'md', 'pk',
'protocol', 'sig', 'sigsum', 'status', 'validity']

View File

@ -0,0 +1,4 @@
# $Id$
from . import encoding
__all__ = ['encoding']

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_DATA_ENCODING_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_EVENT_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_IMPORT_', globals())

View File

@ -0,0 +1,4 @@
# $Id$
from . import mode
__all__ = ['mode']

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_KEYLIST_MODE_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_MD_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_PK_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_PROTOCOL_', globals())

View File

@ -0,0 +1,4 @@
# $Id$
from . import mode
__all__ = ['mode']

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_SIG_MODE_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_SIGSUM_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_STATUS_', globals())

View File

@ -0,0 +1,20 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from pyme import util
util.process_constants('GPGME_VALIDITY_', globals())

463
lang/py3-pyme/pyme/core.py Normal file
View File

@ -0,0 +1,463 @@
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# import generators for portability with python2.2
from . import pygpgme
from .errors import errorcheck
from . import errors
from .util import GpgmeWrapper
class Context(GpgmeWrapper):
"""From the GPGME C documentation:
* All cryptographic operations in GPGME are performed within a
* context, which contains the internal state of the operation as well as
* configuration parameters. By using several contexts you can run
* several cryptographic operations in parallel, with different
* configuration.
Thus, this is the place that you will usually start."""
def _getctype(self):
return 'gpgme_ctx_t'
def _getnameprepend(self):
return 'gpgme_'
def _errorcheck(self, name):
"""This function should list all functions returning gpgme_error_t"""
if (name.startswith('gpgme_op_') and \
not name.endswith('_result')) or \
name == 'gpgme_signers_add' or \
name == 'gpgme_set_locale' or \
name == 'gpgme_set_keylist_mode' or \
name == 'gpgme_set_protocol':
return 1
return 0
def __init__(self, wrapped=None):
if wrapped:
self.wrapped = wrapped
self.own = False
else:
tmp = pygpgme.new_gpgme_ctx_t_p()
errorcheck(pygpgme.gpgme_new(tmp))
self.wrapped = pygpgme.gpgme_ctx_t_p_value(tmp)
pygpgme.delete_gpgme_ctx_t_p(tmp)
self.own = True
self.last_passcb = None
self.last_progresscb = None
def __del__(self):
self._free_passcb()
self._free_progresscb()
if self.own:
pygpgme.gpgme_release(self.wrapped)
def _free_passcb(self):
if self.last_passcb != None:
pygpgme.pygpgme_clear_generic_cb(self.last_passcb)
pygpgme.delete_PyObject_p_p(self.last_passcb)
self.last_passcb = None
def _free_progresscb(self):
if self.last_progresscb != None:
pygpgme.pygpgme_clear_generic_cb(self.last_progresscb)
pygpgme.delete_PyObject_p_p(self.last_progresscb)
self.last_progresscb = None
def op_keylist_all(self, *args, **kwargs):
self.op_keylist_start(*args, **kwargs)
key = self.op_keylist_next()
while key:
yield key
key = self.op_keylist_next()
def op_keylist_next(self):
"""Returns the next key in the list created
by a call to op_keylist_start(). The object returned
is of type Key."""
ptr = pygpgme.new_gpgme_key_t_p()
try:
errorcheck(pygpgme.gpgme_op_keylist_next(self.wrapped, ptr))
key = pygpgme.gpgme_key_t_p_value(ptr)
except errors.GPGMEError as excp:
key = None
if excp.getcode() != errors.EOF:
raise excp
pygpgme.delete_gpgme_key_t_p(ptr)
if key:
key.__del__ = lambda self: pygpgme.gpgme_key_unref(self)
return key
def get_key(self, fpr, secret):
"""Return the key corresponding to the fingerprint 'fpr'"""
ptr = pygpgme.new_gpgme_key_t_p()
errorcheck(pygpgme.gpgme_get_key(self.wrapped, fpr, ptr, secret))
key = pygpgme.gpgme_key_t_p_value(ptr)
pygpgme.delete_gpgme_key_t_p(ptr)
if key:
key.__del__ = lambda self: pygpgme.gpgme_key_unref(self)
return key
def op_trustlist_all(self, *args, **kwargs):
self.op_trustlist_start(*args, **kwargs)
trust = self.ctx.op_trustlist_next()
while trust:
yield trust
trust = self.ctx.op_trustlist_next()
def op_trustlist_next(self):
"""Returns the next trust item in the list created
by a call to op_trustlist_start(). The object returned
is of type TrustItem."""
ptr = pygpgme.new_gpgme_trust_item_t_p()
try:
errorcheck(pygpgme.gpgme_op_trustlist_next(self.wrapped, ptr))
trust = pygpgme.gpgme_trust_item_t_p_value(ptr)
except errors.GPGMEError as excp:
trust = None
if excp.getcode() != errors.EOF:
raise
pygpgme.delete_gpgme_trust_item_t_p(ptr)
return trust
def set_passphrase_cb(self, func, hook=None):
"""Sets the passphrase callback to the function specified by func.
When the system needs a passphrase, it will call func with three args:
hint, a string describing the key it needs the passphrase for;
desc, a string describing the passphrase it needs;
prev_bad, a boolean equal True if this is a call made after
unsuccessful previous attempt.
If hook has a value other than None it will be passed into the func
as a forth argument.
Please see the GPGME manual for more information.
"""
self._free_passcb()
if func == None:
hookdata = None
else:
self.last_passcb = pygpgme.new_PyObject_p_p()
if hook == None:
hookdata = func
else:
hookdata = (func, hook)
pygpgme.pygpgme_set_passphrase_cb(self.wrapped, hookdata, self.last_passcb)
def set_progress_cb(self, func, hook=None):
"""Sets the progress meter callback to the function specified by
This function will be called to provide an interactive update of
the system's progress.
Please see the GPGME manual for more information."""
self._free_progresscb()
if func == None:
hookdata = None
else:
self.last_progresscb = pygpgme.new_PyObject_p_p()
if hook == None:
hookdata = func
else:
hookdata = (func, hook)
pygpgme.pygpgme_set_progress_cb(self.wrapped, hookdata, self.last_progresscb)
def get_engine_info(self):
"""Returns this context specific engine info"""
return pygpgme.gpgme_ctx_get_engine_info(self.wrapped)
def set_engine_info(self, proto, file_name, home_dir=None):
"""Changes the configuration of the crypto engine implementing the
protocol 'proto' for the context. 'file_name' is the file name of
the executable program implementing this protocol. 'home_dir' is the
directory name of the configuration directory (engine's default is
used if omitted)."""
errorcheck(pygpgme.gpgme_ctx_set_engine_info(self.wrapped, proto, file_name, home_dir))
def wait(self, hang):
"""Wait for asynchronous call to finish. Wait forever if hang is True
Return:
On an async call completion its return status.
On timeout - None.
Please read the GPGME manual for more information."""
ptr = pygpgme.new_gpgme_error_t_p()
context = pygpgme.gpgme_wait(self.wrapped, ptr, hang)
status = pygpgme.gpgme_error_t_p_value(ptr)
pygpgme.delete_gpgme_error_t_p(ptr)
if context == None:
errorcheck(status)
return None
else:
return status
def op_edit(self, key, func, fnc_value, out):
"""Start key editing using supplied callback function"""
if key == None:
raise ValueError("op_edit: First argument cannot be None")
opaquedata = (func, fnc_value)
errorcheck(pygpgme.gpgme_op_edit(self.wrapped, key, opaquedata, out))
class Data(GpgmeWrapper):
"""From the GPGME C manual:
* A lot of data has to be exchanged between the user and the crypto
* engine, like plaintext messages, ciphertext, signatures and information
* about the keys. The technical details about exchanging the data
* information are completely abstracted by GPGME. The user provides and
* receives the data via `gpgme_data_t' objects, regardless of the
* communication protocol between GPGME and the crypto engine in use.
This Data class is the implementation of the GpgmeData objects.
Please see the information about __init__ for instantiation."""
def _getctype(self):
return 'gpgme_data_t'
def _getnameprepend(self):
return 'gpgme_data_'
def _errorcheck(self, name):
"""This function should list all functions returning gpgme_error_t"""
if name == 'gpgme_data_release_and_get_mem' or \
name == 'gpgme_data_get_encoding' or \
name == 'gpgme_data_seek':
return 0
return 1
def __init__(self, string = None, file = None, offset = None,
length = None, cbs = None):
"""Initialize a new gpgme_data_t object.
If no args are specified, make it an empty object.
If string alone is specified, initialize it with the data
contained there.
If file, offset, and length are all specified, file must
be either a filename or a file-like object, and the object
will be initialized by reading the specified chunk from the file.
If cbs is specified, it MUST be a tuple of the form:
((read_cb, write_cb, seek_cb, release_cb), hook)
where func is a callback function taking two arguments (count,
hook) and returning a string of read data, or None on EOF.
This will supply the read() method for the system.
If file is specified without any other arguments, then
it must be a filename, and the object will be initialized from
that file.
Any other use will result in undefined or erroneous behavior."""
self.wrapped = None
self.last_readcb = None
if cbs != None:
self.new_from_cbs(*cbs)
elif string != None:
self.new_from_mem(string)
elif file != None and offset != None and length != None:
self.new_from_filepart(file, offset, length)
elif file != None:
if type(file) == type("x"):
self.new_from_file(file)
else:
self.new_from_fd(file)
else:
self.new()
def __del__(self):
if self.wrapped != None:
pygpgme.gpgme_data_release(self.wrapped)
self._free_readcb()
def _free_readcb(self):
if self.last_readcb != None:
pygpgme.pygpgme_clear_generic_cb(self.last_readcb)
pygpgme.delete_PyObject_p_p(self.last_readcb)
self.last_readcb = None
def new(self):
tmp = pygpgme.new_gpgme_data_t_p()
errorcheck(pygpgme.gpgme_data_new(tmp))
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_mem(self, string, copy = 1):
tmp = pygpgme.new_gpgme_data_t_p()
errorcheck(pygpgme.gpgme_data_new_from_mem(tmp,string,len(string),copy))
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_file(self, filename, copy = 1):
tmp = pygpgme.new_gpgme_data_t_p()
errorcheck(pygpgme.gpgme_data_new_from_file(tmp, filename, copy))
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_cbs(self, funcs, hook):
"""Argument funcs must be a 4 element tuple with callbacks:
(read_cb, write_cb, seek_cb, release_cb)"""
tmp = pygpgme.new_gpgme_data_t_p()
self._free_readcb()
self.last_readcb = pygpgme.new_PyObject_p_p()
hookdata = (funcs, hook)
pygpgme.pygpgme_data_new_from_cbs(tmp, hookdata, self.last_readcb)
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_filepart(self, file, offset, length):
"""This wraps the GPGME gpgme_data_new_from_filepart() function.
The argument "file" may be:
1. a string specifying a file name, or
3. a a file-like object. supporting the fileno() call and the mode
attribute."""
tmp = pygpgme.new_gpgme_data_t_p()
filename = None
fp = None
if type(file) == type("x"):
filename = file
else:
fp = pygpgme.fdopen(file.fileno(), file.mode)
if fp == None:
raise ValueError("Failed to open file from %s arg %s" % \
(str(type(file)), str(file)))
errorcheck(pygpgme.gpgme_data_new_from_filepart(tmp, filename, fp,
offset, length))
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_fd(self, file):
"""This wraps the GPGME gpgme_data_new_from_fd() function.
The argument "file" may be a file-like object, supporting the fileno()
call and the mode attribute."""
tmp = pygpgme.new_gpgme_data_t_p()
fp = pygpgme.fdopen(file.fileno(), file.mode)
if fp == None:
raise ValueError("Failed to open file from %s arg %s" % \
(str(type(file)), str(file)))
errorcheck(gpgme_data_new_from_fd(tmp, fp))
self.wrapped = pygpgme.gpgme_data_t_p_value(tmp)
pygpgme.delete_gpgme_data_t_p(tmp)
def new_from_stream(self, file):
"""This wrap around gpgme_data_new_from_stream is an alias for
new_from_fd() method since in python there's not difference
between file stream and file descriptor"""
self.new_from_fd(file)
def write(self, buffer):
errorcheck(pygpgme.gpgme_data_write(self.wrapped, buffer, len(buffer)))
def read(self, size = -1):
"""Read at most size bytes, returned as a string.
If the size argument is negative or omitted, read until EOF is reached.
Returns the data read, or the empty string if there was no data
to read before EOF was reached."""
if size == 0:
return ''
if size > 0:
return pygpgme.gpgme_data_read(self.wrapped, size)
else:
retval = ''
while 1:
result = pygpgme.gpgme_data_read(self.wrapped, 10240)
if len(result) == 0:
break
retval += result
return retval
def pubkey_algo_name(algo):
return pygpgme.gpgme_pubkey_algo_name(algo)
def hash_algo_name(algo):
return pygpgme.gpgme_hash_algo_name(algo)
def get_protocol_name(proto):
return pygpgme.gpgme_get_protocol_name(proto)
def check_version(version=None):
return pygpgme.gpgme_check_version(version)
def engine_check_version (proto):
try:
errorcheck(pygpgme.gpgme_engine_check_version(proto))
return True
except errors.GPGMEError:
return False
def get_engine_info():
ptr = pygpgme.new_gpgme_engine_info_t_p()
try:
errorcheck(pygpgme.gpgme_get_engine_info(ptr))
info = pygpgme.gpgme_engine_info_t_p_value(ptr)
except errors.GPGMEError:
info = None
pygpgme.delete_gpgme_engine_info_t_p(ptr)
return info
def set_engine_info(proto, file_name, home_dir=None):
"""Changes the default configuration of the crypto engine implementing
the protocol 'proto'. 'file_name' is the file name of
the executable program implementing this protocol. 'home_dir' is the
directory name of the configuration directory (engine's default is
used if omitted)."""
errorcheck(pygpgme.gpgme_set_engine_info(proto, file_name, home_dir))
def set_locale(category, value):
"""Sets the default locale used by contexts"""
errorcheck(pygpgme.gpgme_set_locale(None, category, value))
def wait(hang):
"""Wait for asynchronous call on any Context to finish.
Wait forever if hang is True.
For finished anynch calls it returns a tuple (status, context):
status - status return by asnynchronous call.
context - context which caused this call to return.
Please read the GPGME manual of more information."""
ptr = pygpgme.new_gpgme_error_t_p()
context = pygpgme.gpgme_wait(None, ptr, hang)
status = pygpgme.gpgme_error_t_p_value(ptr)
pygpgme.delete_gpgme_error_t_p(ptr)
if context == None:
errorcheck(status)
else:
context = Context(context)
return (status, context)

View File

@ -0,0 +1,46 @@
# $Id$
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from . import pygpgme
class GPGMEError(Exception):
def __init__(self, error = None, message = None):
self.error = error
self.message = message
def getstring(self):
message = "%s: %s" % (pygpgme.gpgme_strsource(self.error),
pygpgme.gpgme_strerror(self.error))
if self.message != None:
message = "%s: %s" % (self.message, message)
return message
def getcode(self):
return pygpgme.gpgme_err_code(self.error)
def getsource(self):
return pygpgme.gpgme_err_source(self.error)
def __str__(self):
return "%s (%d,%d)"%(self.getstring(), self.getsource(), self.getcode())
EOF = getattr(pygpgme, "EOF")
def errorcheck(retval, extradata = None):
if retval:
raise GPGMEError(retval, extradata)

View File

@ -0,0 +1,72 @@
# $Id$
# Copyright (C) 2004,2008 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
from . import pygpgme
from .errors import errorcheck
def process_constants(starttext, dict):
"""Called by the constant libraries to load up the appropriate constants
from the C library."""
index = len(starttext)
for identifier in dir(pygpgme):
if not identifier.startswith(starttext):
continue
name = identifier[index:]
dict[name] = getattr(pygpgme, identifier)
class GpgmeWrapper(object):
"""Base class all Pyme wrappers for GPGME functionality. Not to be
instantiated directly."""
def __repr__(self):
return '<instance of %s.%s with GPG object at %s>' % \
(__name__, self.__class__.__name__,
self.wrapped)
def __str__(self):
return repr(self)
def __hash__(self):
return hash(repr(self.wrapped))
def __eq__(self, other):
if other == None:
return False
else:
return repr(self.wrapped) == repr(other.wrapped)
def _getctype(self):
raise NotImplementedException
def __getattr__(self, name):
"""On-the-fly function generation."""
if name[0] == '_' or self._getnameprepend() == None:
return None
name = self._getnameprepend() + name
if self._errorcheck(name):
def _funcwrap(*args, **kwargs):
args = [self.wrapped] + list(args)
return errorcheck(getattr(pygpgme, name)(*args, **kwargs),
"Invocation of " + name)
else:
def _funcwrap(*args, **kwargs):
args = [self.wrapped] + list(args)
return getattr(pygpgme, name)(*args, **kwargs)
_funcwrap.__doc__ = getattr(getattr(pygpgme, name), "__doc__")
return _funcwrap

View File

@ -0,0 +1,43 @@
# $Id$
productname = 'pyme'
versionstr = "0.9.1"
revno = int('$Rev: 281 $'[6:-2])
revstr = "Rev %d" % revno
datestr = '$Date$'
versionlist = versionstr.split(".")
major = versionlist[0]
minor = versionlist[1]
patch = versionlist[2]
copyright = "Copyright (C) 2015 Ben McGinnes, 2014-2015 Martin Albrecht, 2004-2008 Igor Belyi, 2002 John Goerzen"
author = "Ben McGinnes"
author_email = "ben@adversary.org"
description = "Python 3 support for GPGME GnuPG cryptography library"
bigcopyright = """%(productname)s %(versionstr)s (%(revstr)s)
%(copyright)s <%(author_email)s>""" % locals()
banner = bigcopyright + """
This software comes with ABSOLUTELY NO WARRANTY; see the file
COPYING for details. This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING."""
homepage = "https://gnupg.org"
license = """Copyright (C) 2015 Ben McGinnes <ben@adversary.org>
Copyright (C) 2014, 2015 Martin Albrecht <martinralbrecht@googlemail.com>
Copyright (C) 2004, 2008 Igor Belyi <belyi@users.sourceforge.net>
Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"""

113
lang/py3-pyme/setup.py Executable file
View File

@ -0,0 +1,113 @@
#!/usr/bin/env python3
# $Id$
# Module: installer
# COPYRIGHT #
# Copyright (C) 2004 Igor Belyi <belyi@users.sourceforge.net>
# Copyright (C) 2002 John Goerzen <jgoerzen@complete.org>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# END OF COPYRIGHT #
from distutils.core import setup, Extension
from distutils.command.build_ext import build_ext
import os, os.path, sys
import subprocess
sys.path.append("pyme")
import version
def getconfig(what):
try:
process = subprocess.Popen(["gpgme-config", "--%s" % what],
stdout=subprocess.PIPE)
confdata = process.communicate()[0]
except OSError as e:
if e.errno == os.errno.ENOENT:
raise RuntimeError("Could not call gpgme-config, perhaps install libgpgme-dev")
else:
raise
return [x for x in confdata.decode('utf-8').split() if x != '']
include_dirs = [os.getcwd()]
define_macros = []
library_dirs = []
libs = getconfig('libs')
for item in getconfig('cflags'):
if item.startswith("-I"):
include_dirs.append(item[2:])
elif item.startswith("-D"):
defitem = item[2:].split("=", 1)
if len(defitem)==2:
define_macros.append((defitem[0], defitem[1]))
else:
define_macros.append((defitem[0], None))
# Adjust include and library locations in case of win32
uname_s = os.popen("uname -s").read()
if uname_s.startswith("MINGW32"):
mnts = [x.split()[0:3:2] for x in os.popen("mount").read().split("\n") if x]
tmplist = sorted([(len(x[1]), x[1], x[0]) for x in mnts])
tmplist.reverse()
extra_dirs = []
for item in include_dirs:
for ln, mnt, tgt in tmplist:
if item.startswith(mnt):
item = os.path.normpath(item[ln:])
while item[0] == os.path.sep:
item = item[1:]
extra_dirs.append(os.path.join(tgt, item))
break
include_dirs += extra_dirs
for item in [x[2:] for x in libs if x.startswith("-L")]:
for ln, mnt, tgt in tmplist:
if item.startswith(mnt):
item = os.path.normpath(item[ln:])
while item[0] == os.path.sep:
item = item[1:]
library_dirs.append(os.path.join(tgt, item))
break
try:
subprocess.call("swig")
except OSError as e:
if e.errno == os.errno.ENOENT:
raise RuntimeError("Could not call swig, perhaps install swig.")
else:
raise
subprocess.call(["make swig"], shell=True)
swige = Extension("pyme._pygpgme", ["gpgme_wrap.c", "helpers.c"],
include_dirs = include_dirs,
define_macros = define_macros,
library_dirs = library_dirs,
extra_link_args = libs)
setup(name = "pyme",
version = version.versionstr,
description = version.description,
author = version.author,
author_email = version.author_email,
url = version.homepage,
ext_modules=[swige],
packages = ['pyme', 'pyme.constants', 'pyme.constants.data',
'pyme.constants.keylist', 'pyme.constants.sig'],
license = version.copyright + \
", Licensed under the GPL version 2 and the LGPL version 2.1"
)