pax_global_header00006660000000000000000000000064131603216460014514gustar00rootroot0000000000000052 comment=011ea5b7aab467afeef80f0a1cb12eab6299855c python-admesh-0.98.8/000077500000000000000000000000001316032164600144025ustar00rootroot00000000000000python-admesh-0.98.8/.gitignore000066400000000000000000000001521316032164600163700ustar00rootroot00000000000000build *.c *.so *.egg-info admesh.pyx cadmesh.pxd dist *.pyc __pycache__ gccdump.s test/block_* .eggs .tox python-admesh-0.98.8/.travis.yml000066400000000000000000000037721316032164600165240ustar00rootroot00000000000000language: python # keep pypy first! python: - pypy - '3.6' - '3.5' - '2.7' - '3.4' - '3.3' - pypy3.5-5.8.0 - '2.6' env: global: - CIBW_TEST_REQUIRES='pytest' - CIBW_TEST_COMMAND='pytest -v {project}/test' matrix: - ADMESH=0.98.3 - ADMESH=0.98.2 cache: directories: - $HOME/.cache/pip - $HOME/build/admesh/python-admesh/admesh-$ADMESH - .eggs install: - if [ ! -f admesh-$ADMESH/.libs/admesh ]; then wget https://github.com/admesh/admesh/releases/download/v$ADMESH/admesh-$ADMESH.tar.gz; tar -zxf admesh-$ADMESH.tar.gz; cd admesh-$ADMESH; "./configure"; make; mkdir src/admesh; cp src/stl.h src/admesh/stl.h; cd ..; fi - pip install tox-travis script: LD_LIBRARY_PATH=$PWD/admesh-$ADMESH/.libs LDFLAGS=-L$PWD/admesh-$ADMESH/.libs CFLAGS=-I$PWD/admesh-$ADMESH/src tox matrix: include: - sudo: required services: - docker env: CIBW_SKIP='*i686' CIBW_BEFORE_BUILD='rpm -q admesh-devel || yum install -y --nogpgcheck /project/travis/*.x86_64.rpm' install: - pip install cibuildwheel==0.5.1 script: - cibuildwheel --output-dir dist - sudo: required services: - docker env: CIBW_SKIP='*x86_64' CIBW_BEFORE_BUILD='rpm -q admesh-devel || yum install -y --nogpgcheck /project/travis/*.i386.rpm' install: - pip install cibuildwheel==0.5.1 script: - cibuildwheel --output-dir dist - os: osx language: generic env: CIBW_BEFORE_BUILD='brew install admesh; {pip} install pytest-runner Cython' install: - pip install cibuildwheel==0.5.1 script: - cibuildwheel --output-dir dist deploy: provider: pypi skip_cleanup: true user: hroncok password: secure: KAJOtf4HDXzL1LQsqGVPoHPniLcGcSwHvtp6gyiLUFwKmhIoqd7+ONSCVfDBCuIysOcsyXHGt1piMrMgyvuykupnFu43MDatWYk9KqaBs6/gyhoI/Ha7tavAiTMlaToEyNQGh7K6FZoVbVpEELtnuytRkWPqGfNTonEpWnmWMKw= on: tags: true repo: admesh/python-admesh python: pypy # pypy up here will match the "normal" build as well as cibuildwheel python-admesh-0.98.8/COPYING000066400000000000000000000432541316032164600154450ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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 Lesser 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. Copyright (C) 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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. , 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 Lesser General Public License instead of this License. python-admesh-0.98.8/MANIFEST.in000066400000000000000000000001711316032164600161370ustar00rootroot00000000000000include _* include *.ini include README.rst include COPYING include autogen.py include test/block.stl exclude admesh.pyx python-admesh-0.98.8/README.rst000066400000000000000000000055661316032164600161050ustar00rootroot00000000000000ADMesh bindings for Python ========================== .. image:: https://img.shields.io/pypi/v/admesh.svg :target: https://pypi.python.org/pypi/admesh .. image:: https://img.shields.io/travis/admesh/python-admesh/master.svg :target: https://travis-ci.org/admesh/python-admesh .. image:: https://img.shields.io/github/license/admesh/python-admesh.svg?style=flat :target: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html .. image:: https://img.shields.io/pypi/pyversions/admesh.svg :target: https://pypi.python.org/pypi/admesh .. image:: https://img.shields.io/pypi/implementation/admesh.svg :target: https://pypi.python.org/pypi/admesh This module provides bindings for the `ADMesh `_ library. It lets you manipulate 3D models in binary or ASCII STL format and partially repair them if necessary. Installation ------------ There are wheels available for Linux and macOS X. All you need to do is: .. code:: sh pip install admesh If you have a platform not supported by the above, you'll need to install the C `ADMesh `_ library. This release is designed for ADMesh 0.98.x. Follow the instructions there. Then you can install this as usual with **one** of the following: .. code:: sh ./setup.py install python3 setup.py install # for Python 3 pip install admesh # install directly from PyPI In case your ADMesh library is located in non-standard location, you'll have to tell the compiler and linker where to look: .. code:: sh LDFLAGS='-L/path/to/library' CFLAGS='-I/path/to/header' ./setup.py install Usage ----- Use the ``Stl`` class provided. .. code:: python import admesh # load an STL file stl = admesh.Stl('file.stl') # observe the available methods help(stl) # read the stats stl.stats # see how many facets are there len(stl) # walk the facets for facet in stl: # get the normal facet['normal'] # walk the vertices for vertex in facet['vertex']: # read the coordinates vertex['x'] vertex['y'] vertex['z'] # add another set of facets # every facet is a tuple (vertices, normal) or a dict stl.add_facets([ (((0, 0, 0), (0, 1, 0), (0, 0, 1)), (1, 0, 0)), {'vertex': [{'x': 0, 'y': 0, 'z': 0}, {'x': 1, 'y': 0, 'z': 0}, {'x': 0, 'y': 0, 'z': 1}], 'normal': {'x': 0, 'y': 1, 'z': 0}}, ]) Note that all C ADMesh functions start with ``stl_`` prefix and the Python methods of this module do not. Also note that not all C ADMesh functions are provided, because some would require more complicated approach and are not considered worthy. In case you are missing some functions, create `new issue `_. python-admesh-0.98.8/_admesh.pyx000066400000000000000000000132031316032164600165430ustar00rootroot00000000000000from libc.math cimport sqrt from cadmesh cimport * class AdmeshError(Exception): pass cdef class Stl(object): cdef stl_file _c_stl_file cdef bint _opened cdef int _iterindex BINARY = 0 ASCII = 1 INMEMORY = 2 def __cinit__(self, path=''): if path: self._open(path) else: stl_initialize(&self._c_stl_file) if stl_get_error(&self._c_stl_file): stl_clear_error(&self._c_stl_file) raise AdmeshError('stl_initialize') self._c_stl_file.stats.type = Stl.INMEMORY property stats: """The statistics about the STL model""" def __get__(self): return self._c_stl_file.stats def __str__(self): header = str(self._c_stl_file.stats.header.decode('ascii')) if self._c_stl_file.stats.type == Stl.ASCII and header.startswith('solid '): header = header[len('solid '):].strip() return 'Stl(\'{header}\')'.format(header=header) def __iter__(self): self._iterindex = 0 return self def __next__(self): if self._iterindex >= len(self): raise StopIteration self._iterindex += 1 return self._c_stl_file.facet_start[self._iterindex - 1] def __len__(self): return self._c_stl_file.stats.number_of_facets def _open(self, path): by_path = path.encode('UTF-8') stl_open(&self._c_stl_file, by_path) if stl_get_error(&self._c_stl_file): stl_clear_error(&self._c_stl_file) raise AdmeshError('stl_open') def add_facets(self, facets): """ Add one or more facets Every facet is a tuple of two elements: * vertices: tuple of three points (each a tuple of three floats) * normal: tuple of three floats Or a similar dict. Example usage: stl_object.add_facets([ (((0, 0, 0), (1, 0, 0), (0, 1, 0)), (1, 0, 0)), (((0, 0, 0), (0, 1, 0), (1, 0, 0)), (0, 1, 0)), ]) Or: stl_object.add_facets([ {'vertex': [{'x': 0, 'y': 0, 'z': 0}, {'x': 1, 'y': 0, 'z': 0}, {'x': 0, 'y': 1, 'z': 0}], 'normal': {'x': 1, 'y': 0, 'z': 0}}, ]) """ cdef stl_facet facet_struct cdef size_t i cdef bint first = False cdef int current_facet_index = self._c_stl_file.stats.number_of_facets if current_facet_index == 0: first = True self._c_stl_file.stats.number_of_facets += len(facets) stl_reallocate(&self._c_stl_file) if stl_get_error(&self._c_stl_file): # reset the facet count back to the original size self._c_stl_file.stats.number_of_facets = current_facet_index stl_clear_error(&self._c_stl_file) raise AdmeshError('stl_reallocate') for facet in facets: if isinstance(facet, dict): facet_struct.vertex = facet['vertex'] facet_struct.normal = facet['normal'] # we will not copy extra, as it is mostly garbage else: for i in range(3): facet_struct.vertex[i] = stl_vertex(facet[0][i][0], facet[0][i][1], facet[0][i][2]) facet_struct.normal = stl_normal(facet[1][0], facet[1][1], facet[1][2]) self._c_stl_file.facet_start[current_facet_index] = facet_struct stl_facet_stats(&self._c_stl_file, facet_struct, first) first = False current_facet_index += 1 self._c_stl_file.stats.size.x = self._c_stl_file.stats.max.x - self._c_stl_file.stats.min.x self._c_stl_file.stats.size.y = self._c_stl_file.stats.max.y - self._c_stl_file.stats.min.y self._c_stl_file.stats.size.z = self._c_stl_file.stats.max.z - self._c_stl_file.stats.min.z self._c_stl_file.stats.bounding_diameter = sqrt( self._c_stl_file.stats.size.x * self._c_stl_file.stats.size.x + self._c_stl_file.stats.size.y * self._c_stl_file.stats.size.y + self._c_stl_file.stats.size.z * self._c_stl_file.stats.size.z ) def repair(self, fixall_flag=True, exact_flag=False, tolerance_flag=False, tolerance=0, increment_flag=False, increment=0, nearby_flag=False, iterations=2, remove_unconnected_flag=False, fill_holes_flag=False, normal_directions_flag=False, normal_values_flag=False, reverse_all_flag=False, verbose_flag=True): """stl_repair""" stl_repair(&self._c_stl_file, fixall_flag, exact_flag, tolerance_flag, tolerance, increment_flag, increment, nearby_flag, iterations, remove_unconnected_flag, fill_holes_flag, normal_directions_flag, normal_values_flag, reverse_all_flag, verbose_flag) if stl_get_error(&self._c_stl_file): stl_clear_error(&self._c_stl_file) raise AdmeshError('stl_repair') def __dealloc__(self): stl_close(&self._c_stl_file) python-admesh-0.98.8/_cadmesh.pxd000066400000000000000000000035371316032164600166720ustar00rootroot00000000000000cdef extern from "admesh/stl.h": ctypedef struct stl_vertex: float x float y float z ctypedef struct stl_normal: float x float y float z ctypedef char stl_extra[2] ctypedef struct stl_facet: stl_normal normal stl_vertex vertex[3] stl_extra extra ctypedef enum stl_type: binary, ascii, inmemory ctypedef struct stl_edge: pass ctypedef struct stl_hash_edge: pass ctypedef struct stl_neighbors: pass ctypedef struct v_indices_struct: pass ctypedef struct stl_stats: char header[81] stl_type type int number_of_facets stl_vertex max stl_vertex min stl_vertex size float bounding_diameter float shortest_edge float volume unsigned number_of_blocks int connected_edges int connected_facets_1_edge int connected_facets_2_edge int connected_facets_3_edge int facets_w_1_bad_edge int facets_w_2_bad_edge int facets_w_3_bad_edge int original_num_facets int edges_fixed int degenerate_facets int facets_removed int facets_added int facets_reversed int backwards_edges int normals_fixed int number_of_parts int malloced int freed int facets_malloced int collisions int shared_vertices int shared_malloced ctypedef struct stl_file: stl_stats stats stl_facet *facet_start python-admesh-0.98.8/autogen.py000066400000000000000000000137201316032164600164210ustar00rootroot00000000000000from __future__ import print_function from Cython.Distutils import build_ext import subprocess import os import sys class Autogen(build_ext, object): NAME = 'admesh' HEADERS = [ 'admesh/stl.h', ] PREFIX = 'stl_' PRECUT = len(PREFIX) PXD_IGNORE = [ '', 'exit_on_error', 'stats_out', 'print_neighbors', 'print_edges', 'scale_versor', 'add_facet', 'allocate', 'count_facets', 'write_binary_block', 'write_edge', 'put_little_int', 'put_little_float', ] PYX_IGNORE = ['open', 'close', 'get_error', 'clear_error', 'repair', 'reallocate'] PXD = 'c' + NAME + '.pxd' _PXD = '_' + PXD PYX = NAME + '.pyx' _PYX = '_' + PYX SELF = 'stl_file *stl' PYSELF = '&self._c_stl_file' TEMPLATE = ''' def {pyfunction}({pyargs}): """{docstring}""" {extra} {cfunction}({cargs}) if stl_get_error(&self._c_stl_file): stl_clear_error(&self._c_stl_file) raise AdmeshError('{cfunction}') ''' def run(self, *args, **kwargs): self.autogen() super(Autogen, self).run(*args, **kwargs) def autogen(self): print('generating {PXD} and {PYX}'.format(PXD=Autogen.PXD, PYX=Autogen.PYX)) with open(Autogen.PXD, 'w') as self.pxd: with open(Autogen.PYX, 'w') as self.pyx: self.pxd.write('# Autogenerated, do not change!\n') self.pyx.write('# Autogenerated, do not change!\n') with open(Autogen._PXD, 'r') as _pxd: self.pxd.write(_pxd.read()) with open(Autogen._PYX, 'r') as _pyx: self.pyx.write(_pyx.read()) for header in Autogen.HEADERS: self.process_header(header) def process_header(self, header): _header = self.get_header(header) if not _header: sys.stderr.write('Error: {h} not found, install ADMesh first.\n\nSee README.rst ' 'for more information\n'.format(h=header)) exit(1) with open(_header) as h: lines = h.read().split('\n') for line in lines: self.process_line(line) def process_line(self, line): if not line: return line = line.split(';')[0] # cut off ; line = line.split() if not line or line[0] != 'extern': return pxd_line = ' {0}\n'.format(' '.join(line[1:])) # void stl_foo(...) line = ' '.join(line[2:]) # stl_foo(...) line = line.split('(') function = line[0][Autogen.PRECUT:] # foo if function in Autogen.PXD_IGNORE: return self.pxd.write(pxd_line) if function in Autogen.PYX_IGNORE: return argdeflist = [argdef.strip() for argdef in line[1][:-1].split(',')] if argdeflist[0] == Autogen.SELF: static = False argdeflist = argdeflist[1:] else: static = True return # this is a hack, we don' want any static method NOW args, chars = Autogen.process_argdefs(argdeflist) self.pyx.write(Autogen.format_function(function, static, args, chars)) @classmethod def process_argdefs(cls, argdeflist): args = [] chars = set() for arg in argdeflist: ctype = arg.split()[-2] arg = arg.split()[-1] if arg.startswith('*'): arg = arg[1:] if arg.endswith('[]'): arg = arg[:-2] if arg.endswith('[3]'): arg = arg[:-3] args.append(arg) if ctype == 'char': chars.add(arg) return args, chars @classmethod def format_function(cls, function, static, args, chars): pyfunction = function cfunction = Autogen.PREFIX + function docstring = cfunction # for now we don't have anything better if static: pyargs = 'cls' else: pyargs = 'self' if args: pyargs += ', ' label = -1 for i, arg in enumerate(args): if arg == 'label': label = i if label >= 0: largs = args[:label] + args[label+1:] + ["label='admesh'"] else: largs = args pyargs += ', '.join(largs) extra = '' for idx, arg in enumerate(args): if arg not in chars: continue extra += '\n ' extra += 'by_{arg} = {arg}.encode(\'UTF-8\')'.format(arg=arg) args[idx] = 'by_' + arg cargs = '' if not static: cargs += Autogen.PYSELF if args: cargs += ', ' if args: cargs += ', '.join(args) return Autogen.TEMPLATE.format(pyfunction=pyfunction, cfunction=cfunction, docstring=docstring, pyargs=pyargs, cargs=cargs, extra=extra) def get_header(self, header): cflags = os.environ.get('CFLAGS', '') p = subprocess.Popen('gcc -v -E -'.split() + cflags.split(), stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) out, log = p.communicate('') log = log.decode('utf8').split('\n') read = False for line in log: if 'search starts here:' in line: read = True continue if 'End of search list' in line: break if read: candidate = os.path.join(line.strip(), header) if os.path.isfile(candidate): print("found %s" % candidate) return candidate return None python-admesh-0.98.8/pytest.ini000066400000000000000000000000711316032164600164310ustar00rootroot00000000000000[pytest] norecursedirs = __env__ .eggs .tox addopts = -v python-admesh-0.98.8/requirements.txt000066400000000000000000000000151316032164600176620ustar00rootroot00000000000000Cython>=0.22 python-admesh-0.98.8/setup.cfg000066400000000000000000000000261316032164600162210ustar00rootroot00000000000000[aliases] test=pytest python-admesh-0.98.8/setup.py000077500000000000000000000037321316032164600161240ustar00rootroot00000000000000#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages, Extension def _autogen(*args, **kwargs): from autogen import Autogen return Autogen(*args, **kwargs) long_description = ''.join(open('README.rst').readlines()) setup( name='admesh', version='0.98.8', description='Python bindings for ADMesh, STL maipulation library', long_description=long_description, keywords='STL, mesh, 3D', author='Miro Hrončok', author_email='miro@hroncok.cz', url='https://github.com/admesh/python-admesh', license='GPLv2+', setup_requires=['Cython>=0.22', 'pytest-runner'], tests_require=['pytest'], packages=find_packages(), cmdclass={'build_ext': _autogen}, ext_modules=[Extension("admesh", ["admesh.pyx"], libraries=["admesh"])], classifiers=['Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Intended Audience :: Manufacturing', 'Intended Audience :: Science/Research', 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)', 'Operating System :: MacOS :: MacOS X', 'Operating System :: POSIX :: Linux', 'Programming Language :: Cython', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Topic :: Multimedia :: Graphics :: 3D Modeling', ], ) python-admesh-0.98.8/test/000077500000000000000000000000001316032164600153615ustar00rootroot00000000000000python-admesh-0.98.8/test/block.stl000066400000000000000000000065571316032164600172140ustar00rootroot00000000000000solid admesh facet normal -0.00000000E+00 0.00000000E+00 1.00000000E+00 outer loop vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 1.00000000E+00 endloop endfacet facet normal 0.00000000E+00 0.00000000E+00 1.00000000E+00 outer loop vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 1.00000000E+00 endloop endfacet facet normal 0.00000000E+00 0.00000000E+00 -1.00000000E+00 outer loop vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 0.00000000E+00 endloop endfacet facet normal -0.00000000E+00 0.00000000E+00 -1.00000000E+00 outer loop vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 0.00000000E+00 endloop endfacet facet normal 0.00000000E+00 -1.00000000E+00 0.00000000E+00 outer loop vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 1.00000000E+00 endloop endfacet facet normal 0.00000000E+00 -1.00000000E+00 -0.00000000E+00 outer loop vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 0.00000000E+00 endloop endfacet facet normal 1.00000000E+00 -0.00000000E+00 0.00000000E+00 outer loop vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 1.00000000E+00 endloop endfacet facet normal 1.00000000E+00 0.00000000E+00 0.00000000E+00 outer loop vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 0.00000000E+00 0.00000000E+00 endloop endfacet facet normal 0.00000000E+00 1.00000000E+00 -0.00000000E+00 outer loop vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 1.00000000E+00 endloop endfacet facet normal 0.00000000E+00 1.00000000E+00 0.00000000E+00 outer loop vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 1.00000000E+00 1.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 0.00000000E+00 endloop endfacet facet normal -1.00000000E+00 0.00000000E+00 0.00000000E+00 outer loop vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 1.00000000E+00 0.00000000E+00 endloop endfacet facet normal -1.00000000E+00 -0.00000000E+00 0.00000000E+00 outer loop vertex 0.00000000E+00 1.00000000E+00 1.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 0.00000000E+00 vertex 0.00000000E+00 0.00000000E+00 1.00000000E+00 endloop endfacet endsolid admesh python-admesh-0.98.8/test/test_io.py000066400000000000000000000020751316032164600174050ustar00rootroot00000000000000# -*- coding: utf-8 -*- from admesh import Stl from utils import asset import filecmp class TestIO(object): '''Tests for the basic IO operations''' def test_saved_equals_original_ascii(self): '''Tests if saved ASCII file is identical to the loaded one''' stl = Stl(asset('block.stl')) stl.write_ascii(asset('block_ascii.stl')) assert filecmp.cmp(asset('block.stl'), asset('block_ascii.stl')) def test_saved_equals_original_binary(self): '''Tests if saved binary file is identical to the loaded one''' stl1 = Stl(asset('block.stl')) stl1.write_binary(asset('block_binary.stl')) stl2 = Stl(asset('block_binary.stl')) stl2.write_binary(asset('block_binary2.stl')) assert filecmp.cmp(asset('block_binary.stl'), asset('block_binary2.stl')) def test_save_load_unicode(self): '''Tests saving and loading files with Unicode filenames''' stl1 = Stl(asset('block.stl')) stl1.write_ascii(asset(u'block_ěščřž.stl')) stl2 = Stl(asset(u'block_ěščřž.stl')) python-admesh-0.98.8/test/test_object.py000066400000000000000000000021441316032164600202410ustar00rootroot00000000000000# -*- coding: utf-8 -*- from admesh import Stl from utils import asset class TestObjectCapabilities(object): '''Tests object capabilities''' def test_len_is_number_of_facets(self): '''Tests if len() of Stl object is number of factes''' stl = Stl(asset('block.stl')) assert len(stl) == 12 def test_list_from_stl(self): '''Tests if list(stl) returns all the facets''' stl = Stl(asset('block.stl')) facets = list(stl) assert len(facets) == 12 assert len(facets[0]['vertex']) == 3 assert facets[0]['vertex'][0]['x'] == 0 def test_add_facets_increases_len(self): stl = Stl(asset('block.stl')) facet_count = len(stl) stl.add_facets([(((0, 0, 0), (1, 1, 1), (1, 0, 0)), (1, 0, 0))]) assert len(stl) == facet_count + 1 def test_emtpy_stl_has_0_len(self): '''Test if newly created Stl has len() == 0''' stl = Stl() assert len(stl) == 0 def test_str(self): '''Tests the output of str''' stl = Stl(asset('block.stl')) assert str(stl) == "Stl('admesh')" python-admesh-0.98.8/test/test_stats.py000066400000000000000000000045641316032164600201410ustar00rootroot00000000000000# -*- coding: utf-8 -*- import sys import pytest from admesh import Stl from utils import asset pypy2 = '__pypy__' in sys.builtin_module_names and sys.version_info.major == 2 class TestStats(object): '''Tests that stats are propagated''' def test_number_of_facets(self): '''Tests if block has 12 facets''' stl = Stl(asset('block.stl')) assert stl.stats['number_of_facets'] == 12 def test_volume(self): '''Tests the volume of the block''' stl = Stl(asset('block.stl')) stl.calculate_volume() assert stl.stats['volume'] == 1 def test_header(self): '''Tests the header of the block''' stl = Stl(asset('block.stl')) assert stl.stats['header'] == 'solid admesh'.encode('UTF-8') def test_add_facets_updates_stats(self): '''Tests if adding new facets updates the mesh stats''' stl = Stl(asset('block.stl')) max_x = stl.stats['max']['x'] bounding_diameter = stl.stats['bounding_diameter'] stl.add_facets([(((0, 0, 0), (1, 1, 1), (max_x + 1, 0, 0)), (1, 0, 0))]) assert max_x + 1 == stl.stats['max']['x'] assert bounding_diameter < stl.stats['bounding_diameter'] @pytest.mark.parametrize('type', ('iterable', 'dict')) def test_stats_are_same_with_created(self, type): ''''Test a manually constructed cube has the same stats as if loaded''' XYZ = ('x', 'y', 'z') stl1 = Stl(asset('block.stl')) if type == 'iterable': facets = [[[[v[a] for a in XYZ] for v in f['vertex']], [f['normal'][a] for a in XYZ]] for f in stl1] else: facets = list(stl1) stl2 = Stl() stl2.add_facets(facets) stats1, stats2 = stl1.stats, stl2.stats for stats in (stats1, stats2): del stats['type'] # ASCII != INMEMORY del stats['original_num_facets'] # 12 != 0 del stats['header'] # nothing != "solid admesh" assert stats1 == stats2 def test_write_to_stats(self): '''Test if writing to stats raises exception''' stl = Stl() with pytest.raises(TypeError if pypy2 else AttributeError): stl.stats = {} def test_delete_stats(self): '''Test if deleting stats raises exception''' stl = Stl() with pytest.raises(AttributeError): del stl.stats python-admesh-0.98.8/test/test_type.py000066400000000000000000000011571316032164600177570ustar00rootroot00000000000000# -*- coding: utf-8 -*- from admesh import Stl from utils import asset class TestType(object): '''Tests for the type recognition''' def test_ascii_is_ascii(self): '''Tests if loaded ASCII file is recognized as ASCII''' stl = Stl(asset('block.stl')) assert stl.stats['type'] == Stl.ASCII def test_saved_binary_is_binary(self): '''Tests if saved binary file is identical to the loaded one''' stl1 = Stl(asset('block.stl')) stl1.write_binary(asset('block_binary.stl')) stl2 = Stl(asset('block_binary.stl')) assert stl2.stats['type'] == Stl.BINARY python-admesh-0.98.8/test/utils.py000066400000000000000000000001361316032164600170730ustar00rootroot00000000000000import os def asset(filename): return os.path.join(os.path.dirname(__file__), filename) python-admesh-0.98.8/tox.ini000066400000000000000000000002201316032164600157070ustar00rootroot00000000000000[tox] envlist = py36,py35,py34,py33,py27,py26,pypy3,pypy [testenv] commands=python setup.py test passenv = CFLAGS LDFLAGS LD_LIBRARY_PATH python-admesh-0.98.8/travis/000077500000000000000000000000001316032164600157125ustar00rootroot00000000000000python-admesh-0.98.8/travis/README.rst000066400000000000000000000032061316032164600174020ustar00rootroot00000000000000CentOS 5 admesh RPMs ==================== Those are created from the `Fedora package `_. Some adjustments have to be made to the specfile: .. code:: diff diff --git a/admesh.spec b/admesh.spec index 547ad14..9b0d2bb 100644 --- a/admesh.spec +++ b/admesh.spec @@ -7,6 +7,7 @@ Group: Applications/Engineering URL: http://github.com/admesh/admesh/ Source0: http://github.com/admesh/admesh/releases/download/v%{version}/admesh-%{version}.tar.gz Requires: %{name}-libs%{?_isa} = %{version}-%{release} +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description ADMesh is a program for diagnosing and/or repairing commonly encountered @@ -42,10 +43,10 @@ This package contains the %{name} runtime library. %build %configure # Pass the -v option to libtool so we can better see what's going on -make %{?_smp_mflags} CFLAGS="%{optflags}" LIBTOOLFLAGS="-v" +make %{?_smp_mflags} CFLAGS="%{optflags} -lm" LIBTOOLFLAGS="-v" %install -%{make_install} +make install DESTDIR=%{buildroot} # Remove the documentation installed by "make install" (rpm will handle that) rm -rf %{buildroot}%{_defaultdocdir}/%{name} # Remove the libtool archive installed by "make install" Also, some changes need to be made in ``/etc/mock/epel-5-{x86_64,i386}.cfg``: .. code:: python config_opts['use_nspawn'] = False config_opts['package_manager'] = 'yum' Then, this is built by: .. code:: console $ fedpkg --release el5 mockbuild $ fedpkg --release el5 mockbuild --mock-config epel-5-i386 python-admesh-0.98.8/travis/admesh-devel-0.98.3-1.el5.centos.i386.rpm000066400000000000000000000161571316032164600243430ustar00rootroot00000000000000admesh-devel-0.98.3-1.el5.centosT>D ,0@d4ab01da589b0be25d7e329c8987fcfa862f4618W#Namn>7?d # L<@HL Si      $4H\()849x:.G H I X Y \ ] ^ b Hd e f k l tu v0wxy{Cadmesh-devel0.98.31.el5.centosDevelopment files for the admesh libraryADMesh is a program for diagnosing and/or repairing commonly encountered problems with STL (STereo Lithography) data files. This package contains the development files needed for building new applications that utilize the admesh library.Y carbonGPLv2+Development/Librarieshttp://github.com/admesh/admesh/linuxi386A큤Y Y Y Y 64eed165f8f2b3e4e7639da04b6d0d9ad1ee1606e4271ef21e79dd5b25da07c8libadmesh.so.1.0.0rootrootrootrootrootrootrootrootadmesh-0.98.3-1.el5.centos.src.rpmadmesh-devel@JJadmesh-libslibadmesh.so.1rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)0.98.3-1.el5.centos3.0.4-14.0-14.4.2.3Y YYxh X VϠUU^ T!DS SpSSSRg RfLRd R5 Miro Hrončok - 0.98.3-1Fedora Release Engineering - 0.98.2-6Fedora Release Engineering - 0.98.2-5Fedora Release Engineering - 0.98.2-4Fedora Release Engineering - 0.98.2-3Fedora Release Engineering - 0.98.2-2Miro Hrončok - 0.98.2-1Miro Hrončok - 0.98.1-1Fedora Release Engineering - 0.98.0-2Miro Hrončok - 0.98.0-1Miro Hrončok - 0.97.5-1Miro Hrončok - 0.97.4-1Fedora Release Engineering - 0.97.2-2John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1- Updated to 0.98.3- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Updated to 0.98.2- Updated to 0.98.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Update to 0.98.0- Update to 0.97.5- Update to 0.97.4- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Fixed the post and postun scriptlets (needed only for the libs subpackage) - Fixed the requires for the devel package (namely the libs subpackage) - Added the license file to the docs of the libs package - Fixed the inconsistent use of spaces vs. tabs- Added a README.Fedora file. It references the Masters Thesis associated with the source code (because it can't be packaged due to an ambiguous copyright) - Moved the versioned runtime libraries to a libs subpackage - Modified the install section to use the make_install macro - Some minor additions to the package descriptions - Removed some extraneous info from the changelog- Switched over to a fork of admesh that is being actively maintained.- Initial spec file (for code from http://www.varlog.com/admesh-htm).----0.98.3-1.el5.centosadmeshstl.hlibadmesh.solibadmesh.pc/usr/include//usr/include/admesh//usr/lib//usr/lib/pkgconfig/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tablescpiogzip9i386i386-redhat-linux-gnuASCII C program text, with very long linesASCII textdirectorysymbolic link to `libadmesh.so.1.0.0'R?Ysڸg~H2>tZf dw{3lˠ|-@;d z$!i:N+GIi:;9Y$9\*o5S2Gi@I0r:CI*9^nNCjsоE@J *a҈( @QY4a݋=h׈P)\6$qxGF/I×i5h/j9ͣ>tL/8J$T OI !#f z" =H'0i(0"X85@HLy@PC &# "4/Fϩ1nO@plMAY -reZ@dg@'| "1(DiCQ6j34DD"(iT7 uЮ}h}n ѡ؋XlG qb j۫Giwn:/8 z=ԅ6|nwv>w?]5zT+F 3Uhɀ*"M :WzQC2d1*G0n6,=Q X\:<% FC kWMd#1B 5 qHB*-rl:# v#?R*5,/F#ʕt0(Ta.R<=<dRyg?L$a!t&n%ddI07TON0D9r |V`7mv|vw{w~lbcos7{W>ɢ߁Án~ƽi_ݸο`ywu⪿u\0|j_^uW0/+^wnZs,Et0-ψfFx3@Ogk5566fw+4.@ YќΚj?@\$#CuBZ_gCF`t`~CSulmvy4<wqLX}XG Ԃjj3撾qKWn.$חh3$K rK}%1VfBhѢ~|S\=d1Ά@*әEH/ׁι]+ō\6"zt$B2.IMV1x=E ih fㆻD1Ju-Jrp뫷#}sD'J%RUQG:D ,0@a0fe8b09ddcf6e8dae016b932544b82d3408405f@C܎((>7?d # L<@HL Si      $4H\(28<9:6G H I X Y \ ] ^ b Td e f k l t uvwxy{Cadmesh-devel0.98.31.el5.centosDevelopment files for the admesh libraryADMesh is a program for diagnosing and/or repairing commonly encountered problems with STL (STereo Lithography) data files. This package contains the development files needed for building new applications that utilize the admesh library.Y carbonGPLv2+Development/Librarieshttp://github.com/admesh/admesh/linuxx86_64A큤Y Y Y Y 64eed165f8f2b3e4e7639da04b6d0d9a8b5f136738978f9c1495880c62a086balibadmesh.so.1.0.0rootrootrootrootrootrootrootrootadmesh-0.98.3-1.el5.centos.src.rpmadmesh-devel@JJadmesh-libslibadmesh.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)0.98.3-1.el5.centos3.0.4-14.0-14.4.2.3Y YYxh X VϠUU^ T!DS SpSSSRg RfLRd R5 Miro Hrončok - 0.98.3-1Fedora Release Engineering - 0.98.2-6Fedora Release Engineering - 0.98.2-5Fedora Release Engineering - 0.98.2-4Fedora Release Engineering - 0.98.2-3Fedora Release Engineering - 0.98.2-2Miro Hrončok - 0.98.2-1Miro Hrončok - 0.98.1-1Fedora Release Engineering - 0.98.0-2Miro Hrončok - 0.98.0-1Miro Hrončok - 0.97.5-1Miro Hrončok - 0.97.4-1Fedora Release Engineering - 0.97.2-2John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1- Updated to 0.98.3- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Updated to 0.98.2- Updated to 0.98.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Update to 0.98.0- Update to 0.97.5- Update to 0.97.4- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Fixed the post and postun scriptlets (needed only for the libs subpackage) - Fixed the requires for the devel package (namely the libs subpackage) - Added the license file to the docs of the libs package - Fixed the inconsistent use of spaces vs. tabs- Added a README.Fedora file. It references the Masters Thesis associated with the source code (because it can't be packaged due to an ambiguous copyright) - Moved the versioned runtime libraries to a libs subpackage - Modified the install section to use the make_install macro - Some minor additions to the package descriptions - Removed some extraneous info from the changelog- Switched over to a fork of admesh that is being actively maintained.- Initial spec file (for code from http://www.varlog.com/admesh-htm).-,,,0.98.3-1.el5.centosadmeshstl.hlibadmesh.solibadmesh.pc/usr/include//usr/include/admesh//usr/lib64//usr/lib64/pkgconfig/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=genericcpiogzip9x86_64x86_64-redhat-linux-gnuASCII C program text, with very long linesASCII textdirectorysymbolic link to `libadmesh.so.1.0.0'R?Ys8!bH/IwH$i2lˠ|L$ƀMH<O}IBkvN@^sܦStNC29b퓼:Lerȸ=$Ύ{M;u`%^nICjs}4888>TQ4)"!yFc{~_!Wc7$Q;21P>JZL#E >jcI4!.^D"Hн~j2l HG3|!S@xp(sĔ45h2 B>PnzK 4M"WZA\ D& ~a8; KV>k=xlQi<@k챈qJcDI>(B*iFMgz7wo_ΐ&q'樿_|Dy7Ӏr0O}nػ]e `@b l0sh\ ",Կs%0&SN)r&oHE-πjc0h&߲G[xNqMD;Lg!Zr +n5\W-h.%<߿iEly\0+gBfD׉}OGnȄ*e\CKSC_^$>;q2o72B';20fݏ8G:0m`Ąt|dlF΀AZL ɴ "'A7ZYs-3XL yH (*"­ގI]@:k趖HETM B~?,5fDS/$QŲbEFVt-79gQt͚AV+"},y5jQI"'dl*ئ9cia5alM\F%OQ;8UnhqQ_T+WY3DL7n6N4N(r$m] kّ9J/S"ѨnuvH\5c?+_=BK"[5VgWVd7ӓ[Wb0b4.b \W-VOˬzVFX8K _aeG h)#eiluvqM6¥_:ngyc7mA M'4D\VL뤫$J$UvJ+?#|T1=OjBO:4ۖs4^ M&ǸevsmTT0 j&y@/_m~]x,D0_7h|k~E1aLZ[z/ˌZ&}\8)WKL2%NH~Z{ E/z%R].Hpj(Ud)f<>?HV+T;3%Bjl5\8ȶ:QzcSNݺ i_q@saN+=t#cJgLpWyc]3wmkg˻wu^o|K[rZΊns'8NQn>db}MC Ȍy]*Ѹ%z z=~])\3/zx _7S8UDjArpڸХD~Aa뭞mVv9 mGpython-admesh-0.98.8/travis/admesh-libs-0.98.3-1.el5.centos.i386.rpm000066400000000000000000001011661316032164600241700ustar00rootroot00000000000000admesh-libs-0.98.3-1.el5.centosT>D ,0@0ae877a00e8ad792f1fe2ba655026cd93c158137^i`oG\ 6rt>9?d " M     } 0hu(89:> @ G H ,I @X HY P\ h] |^ b defkltuvw|xy {Cadmesh-libs0.98.31.el5.centosRuntime library for the admesh applicationThis package contains the admesh runtime library.Y carbonGPLv2+Development/Librarieshttp://github.com/admesh/admesh/linuxi386FA큤Y Y Y UFES˦3f3cf686f75f13ebe326c1a7c8c4792095ea446942e16cfcf64857c5e9b2191eb234ee4d69f5fce4486a80fdaf4a4263libadmesh.so.1.0.0rootrootrootrootrootrootrootrootrootrootadmesh-0.98.3-1.el5.centos.src.rpmlibadmesh.so.1admesh-libs@@@@@@@@@@@JJ@/sbin/ldconfig/sbin/ldconfiglibadmesh.so.1libc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libm.so.6libm.so.6(GLIBC_2.0)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rtld(GNU_HASH)3.0.4-14.0-14.4.2.3Y YYxh X VϠUU^ T!DS SpSSSRg RfLRd R5 Miro Hrončok - 0.98.3-1Fedora Release Engineering - 0.98.2-6Fedora Release Engineering - 0.98.2-5Fedora Release Engineering - 0.98.2-4Fedora Release Engineering - 0.98.2-3Fedora Release Engineering - 0.98.2-2Miro Hrončok - 0.98.2-1Miro Hrončok - 0.98.1-1Fedora Release Engineering - 0.98.0-2Miro Hrončok - 0.98.0-1Miro Hrončok - 0.97.5-1Miro Hrončok - 0.97.4-1Fedora Release Engineering - 0.97.2-2John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1- Updated to 0.98.3- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Updated to 0.98.2- Updated to 0.98.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Update to 0.98.0- Update to 0.97.5- Update to 0.97.4- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Fixed the post and postun scriptlets (needed only for the libs subpackage) - Fixed the requires for the devel package (namely the libs subpackage) - Added the license file to the docs of the libs package - Fixed the inconsistent use of spaces vs. tabs- Added a README.Fedora file. It references the Masters Thesis associated with the source code (because it can't be packaged due to an ambiguous copyright) - Moved the versioned runtime libraries to a libs subpackage - Modified the install section to use the make_install macro - Some minor additions to the package descriptions - Removed some extraneous info from the changelog- Switched over to a fork of admesh that is being actively maintained.- Initial spec file (for code from http://www.varlog.com/admesh-htm)./sbin/ldconfig/sbin/ldconfig-----0.98.3-1.el5.centoslibadmesh.so.1libadmesh.so.1.0.0admesh-libs-0.98.3AUTHORSCOPYING/usr/lib//usr/share/doc//usr/share/doc/admesh-libs-0.98.3/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tablescpiogzip9i386i386-redhat-linux-gnuASCII English textELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), strippeddirectorysymbolic link to `libadmesh.so.1.0.0' RPRRRRRRR R R ?p}|Td5lj#Fmk1&(r@Y1.Ɇ$t&Ye5P/jDjѢEJD HqM4U]jEsfPܙ9s̙3gүKHORumٔtg(+K_5Y%˲xp J1e_iW++VٜiN{Z D!]K1-V]h^[i+6-Ĺy:NPKL{vL,RKD!|qXzs @)pyz x-0zp >t,ˍaNotaj% [&zsLv0B]67-Nhqz!WIZ׋zpOǍp#d p)+4pZpׁn\n怛 <+,v1%]}Բ2:?y窾auK&=W]vgz%=x½@M4 ;L~~MK?K2k>y7y/o"o\U _swx#Sx3y=g{8ҤW>6qt\;Z޷}Ӌ:0Jlyge~eU[K'V?G;nx*{ONcܾy|'̟ u!63,Sp3x1wߡa, ?j=pxF2=pOg8<Ax8O1tʋMQ>V NZ7~._޼ 7@(a f(ԯßGY @Ni!ylC;alnPp<\$^~l/ 90F3­|oOU$\GsHU$롿qx=U c€a?o8!8|@x }kABq*{ueu P\$⧵nPTU\YrUBdݪotDǚeIh,(ONjp N껵5QkuJw-q'e"؁qv߭ @z*+N&/Z6*V([35kgU8ٺJW168te3JeN'}2L{' }EC)$6 0!Їx:`Wd\&Їat.؋>_Q}#cЇޅ>ч}֠ jEz}OM'X>s[п=}0m'\}'vv؋0@A؇ A t}L}TzCD,>Cih TB{: e1cL?}!JQ9&)a R8'8)G6S?qi!DaIc˜TK  b]Fr\J.0Φ0f-_t jD9.pFTX`BOp7?՟ǩQS)COp?՟'PS)<@O ?1//Q}#y`=\Oۻ4Ep H` %xZ]R|@9^)n>3m([R$\:RU'S EB5eG$D~g *4*+)OR"+?tL:耒|@ܱX0ʖSr`}WaLWSrG,(--˙m_^6R0MX82X[rAO) D [0O(fU ƺ9IR[̙\0Odɦ,88 T4ߕS*D D> ۾lQol"`qx#*$\^\2I1(PpJڈ'FYddt&LևL[2Zo݆TBJNbƱ>!&įcL RPgj^(ml%Y"Rj,.:$A"oGQ"(s|* ]6XX }6{ F>r›Y'ꌱ륍-*=M!m72)Ax.{EP ޕ(ߋC<=E> jf%JkT~ev] \?b\&)*knDE#y]ӒŠJ!p@+nckgίUN˹qz%A3gTWKPKTKRd𒕼RTRtҕUXĉLe(K K;p@:rQ!Zl۱!+څa_M+zTQ=JK׻f*{ &a0.zAMGʭ~8 #O_ФG'ٽm x?J) a4<_C'<uT N`$JQ +Ɍ]g{D$ T66'QBaQ L 8 gL `)]e聵롷xoŰ9 $"œ˟S&gݠ;SMnHQ">>O:D Z^)bd&Ed|H;KO<`wRtJq)ug偢Q?R7K:}N@cC|]fi&&2yy .9ۼv2ϘqLY:R.u :IJO{"}wϢ/ XP9XU12&|W?{}6䟡-xT E| 10K #VP-l\d@ԕ^"}޿=^rʯOw YUL.6AG3yEp/" |8ӆ[!k+q8xBYX>5 JZ=aIsPHn؀)fs'|J`1 JY ɁwM:yF{Y}t8`sV^º#gA<H̤*d&R qŭ?1Ά8|IW1tI'^.*Ƀ\PU,[*bC,1LtDv-pxVY'0oZњ v,nWD#Ŵ@]lSm̅׵vPor,6J=!CoztvPx[aI?n Qǃ.vh?̱Mf$سl90G@UtZtchoZMҩT*h,nA*y_Ԁ;VbpzC+b=*D4eYM cwɟNŝA/B;d?x@< t' H~YM RMTߤg s ѳW\_I_ԧ}DIFQ(reT G^GO:L >8G'8>t};yN3w5wwCj#M2yajIRZ999F,Ҩ .±p0@bsJ:#Z,:0$}lA>0 _F݀C h^d'0#u>ՂK4[g=<ݴ(i&>;@}.M340gwyIM>z45ƝZ>l >뎞ŷ88ZS^n$"ꎾ|ϼ?Ou_@W=oǟYajap9 I&v+s{}YYS!Ft7Ǜ6[u|y dJ6ӓCTfT3̨ |ZˬZ r!䜞9!JA@"P7?%{㐩a8H eVDM1IKPDr^*m0%,Ÿo12¶t[p'BdQ s0_Y?*ৃ(SXs?5ZOڏ3B^wUPQHe/'nM9DAE诗&%z=tL <#I׃ ^,Ƨ]%n̲dY ^ ]{}z1YlUteO.+ЫJ'f$*^W csw8k_ ڂAyt4 =9󮊚I~U C:)RY3LiX٤c bM;( dE3?ȫ +5cЮ 9 v %4M?_DÊz,=)Lb f7S0{L S0ie S0La  AԶx}=4: %p$\fF^ſ1.RHcjk?AJ@/+e.C`*X4_{{ 0P7Kϖ;Z-#?ljgMXկ,y+.cz0qX"?GI|s @0J3S7 .S` o1=Xon_Mî=۸XƆFSW퉧Md,*й0ߧ0h4<}PIC\kF\}?A@/%[1}O&xǼhDc %1PxeX6bugg0`aĩL[9iFR,/CՑIr=&g= FQ=H=I=ēzI H!'\=T 8x ޿_}^_c ;|U_bp5uBUG Af{LËj<ߜ__pY`^|9يu__Ly^{Zn;8lxaF#s/W ΰj(.‹HƱ\z435̃0HzK' 2V=6]e`+vu ݂FA孵dfpu4MR=.Eڪ&j uDY2kM12_]Mf-z&ib=\l Kb#YǓ%qY'%qYɒ8,SȒ8,ӕF0̧06`tFC$J3NOk75&>`; 3wMK=ͥ In[ (Jdͱ|lX}luͱl5XX8Kn?GШ8׵jx:NVjT?FQd4jad?IG72quȀrA@'M/26|`?iDf `OT6*xeNcD!'9fn $;] M`OcM{wb4i-?=Ms3J0l)#Ӻc-a89Xu}5 ړv0wBhkXzqIyn_`tls>O!S-=12'bhڟag 7X^06ly(=`Ϙ證}&#Q&`㌉du"]7L겍D?pG); 7|})._y/wW5_wo]_xbo}6xaNu$u_!0V9 89dz]~i@yO[}/M'?$?#"6RkZ2XY0~%u;ΒF͟hS)w0vÆǤD=z$а0rgf]nwxze;#==+ꌙrf\w` ~?-[^6M>F3]^?OnS}탡[/+P{OgѼ2˲5/ x/|{=FxR"/u,(f=L hx/Æף7btb31` d 7ecr04wHЅr KCDFnK ƘJB.y߆5 w4l(&gP?=^JWku>U/|*a&~<@/_#ĺCJUИ):\| ȇiI 0MeE=Wb؇ZL!ҴSMkq36,9V­`RD)Ŋ8C^)cl&G;QG1uEߙ 6nz z"Å\eedA׿ bQ {1ٻ,30A cQ{pq(|^o~cq2>vw⼛́b B"ps?y^˹: yw7/Np ="͑GAZE#;،cR@]ī(.Sp;tȂ"՞2u j@5n/nH&xԡ;v|^P4bžSGpi"yD[t#}Opď¾#qLQbJ/l*%Y$ P"|=2V7XS^0E40*o}DZvZy4aQԼfZ fZr`wVxf 璘7Lb]$,a oh/aXVv>4ᭊ0GM%|dĽUxld8BVxFU=89v>cJ7*22b#~K;$JAg"I';ZI xB5z N 'nǕtRbEXݠ1o\ X$փA{@z`Jd̚Skב^:bg 77cx@[]͠,LbuP4ILx$DEl?(YfMV>ޮ_=ᯓᯁ`[ʮegIɯ#;A虗<Q_懙3tx_L3)\2/b_L4yEj=n@&ZH!U uIz|ax/t8%C E,|k~k ?K,,+8ϯzLKb?g+@t^dbiuP<^ҫ`DAXީIi|=f4Ԯ vZ,@8鵴za^#[Mk^:2۬+M0tTM+. iU۰aRXWIGwxkp각_ftSz#@MB^ǜ?+MYD4lLZͭaz H<[dDK]Xp)[KGGp#5*,A)%ɷc}`ZjJ&ON,ϾHډ`VFS?Q4ɣ? ehYR{ = wAI>.÷?hת#)Vݍ kCš &ӯy*^,2O-Rm_'hf"t/NhZvd,bJ]Wh le/[xיdO9vكP`N1JȠlk9n@]|0:g6axR$0E!G A{k3 L~ v[.BI{B+~JOzzb@jF)=Mբ<\dO1 `*nkAfFNcgܴ> գE/jk|b°QNɮ;QJ!^?LwU w$Ogǃ6l]1y$$33C`Cݏg'G=6}'Iֳ6hj/W|8dVM%FoY,vlöy8 Q *LPklנ0Byh˰6/p|&|! 4tA 01/#V 3*Dofr6{@7|V y'[0ivFT`s'`zF M0}0Isr4Rf ^9N0$eu_ #;w|BU >]W?.ytjR M8!^^n~bNz5㌥157-bGW 'uL1X~2QweW$r׈i?mB:ԯN~ ڕǙ1zp0kv}] _9ǣ?|1lRDzAFɝQ-xJd/xb)O*%>~4l$x $LP_8 MMh$<3:e$4%c?1-?O2NgR 7gFtWB Bx?;rS̺w,p߰̈́9O** z - r_I5+!ɇ'@qNbC!!s_65kVLx1͂ V q"(jW;Y\&zZ{oW4ʉMaQk6(Ⱦ۩b%Sh b]riWlXSc ؿcؿc5τc4 &jbpl&*k. &kbgcS4WcS5=ƌinz:?{`h_<Ư%r.򚢦vOwc&i7}7IaJgtx>\uZ}LkyC>Zv[h ㋔q; цjh5Az`ae?k7(S('FۮI߮tګ<}F>Z \7 Jm:z=5>`` -Q)L WSV_T=͗iyf2-B 2 c4OҷF h+TVCp>wJG[AD7OM~ }m?wJ裿l!F߃*}?8,"?#+Z^Y[Vx!83?ML]ϥ7b*~}w2B]KuD[U}ӿ| yC=TnFO)X>P#gvu))kϒoFYX}ed;vv+2NC73OaqπD/}:>ԙ_Lo{6>c<kkSc8Yǧ Y͏rOY/z5AMNcw xAFa+^FHGVM3%.d+ *A*AT-aa [THYժz}H{UȆHy* cAjA=End/ONjTS֗tX:,Aa *8x`$ͣz|_|a! 'NpLExdCoRreM|u>mMH- 2mXj*s2j[=IxQQQsD< |՟50ߑ:(с[[[eUbVo4TWnZH{WuA_yr@u2D|OShh~jI#AT[RlbHH^K_Q1Oҋۘ=d7ֶu{~ZM|X`)Yg*M_퇝 UӦ Ra>bix0U3~Kx^)f}g~E4xDɝ'RXS1f.[=R[-(J{}>S]ʷGyOKWA=Q2$4^ȍ7pƴi(0ŰݜN])]DI12p);̓qp5*͊ElSj&' ٴhU3C=17hmS^Ȕyo=9Vl /^S*٦S ILUnԎ= lÓ=s[>_47tz~nJxnex3{@7?)tNPN:e:!O ML6'*Tn,H}MtX=L[X&@ATDiyB3E2Q T y=!gQI~-<׿^gpi$];VIt_Xr6Yk>g% > =N cVQL5¿?"&[>tDV] ^)m;=D"" zW5Ȗ̵eE])FV1AŅ> *9[bme/g𦸜jYS ^0ӑ3ǡ}nr L@Y4%7D<ؽ{4}cPٴi9yt17&laJ5F=FQPc3tf5 G]Qײ<'ϳŸ#},UP^ZX;x:Iжp1Z-GUݧMU_&^֜UmM>ԭo)|ioB@wj*.: 9֒f**N %O_oqؗYU1[Uenp:֘N6`0ګp_HgnǬx>ar,~mfoSכ06h\b͂ _W/ö̬lFt4RSۼcH:;o!/+Xc*a2P$qO/,k^nÎ̋ .*wVE5TאvRSfΟX\QNEŨͨ^^i3GKmE6h G8yL{%PuTΫ<"" եaTH-ˋ[Λ7&<,EA7_4AwBA6fη+Μ;Kf/<[UYؓv]:~NrfbN"K0gl"8f+̓] p3v(IpϝfraFX&BqXͶ쨐*,W٠@!ѹ2]Qr j5טWUYGhH1XD3!X,&#/?X~91͉Xr@Y̼CEDPA83ꮲS _h.NM#q,*Ϭ z̀Z [)jSnӦܦ䆕Z_^5D* -d`bgJtDYDTRFG%#m7$ J[$,=^ܔY\qa\z8/bs-#QW8pc͘)MP!#=m J S3XSE_!\2|4ˌ8+^Ae+U6i!CK'_(KGU@nϼtWB[8[.@9#,TRִYPsXiPOc.`0a^h$̼euU6Q9QQ eU$pHUIeK+%ju 5y5fB 'ߐya-dw4<9AG:%G 7h.Wl,UVT7-3W>L1wƭKˀH_w픸⮍kp<| Ucb_SeWJbMFZFY _[X5(j7 <`@4Q7`/Fzzs2`քP8JF#h"YF[+9SNcACvUy)0w< 2Md8f UFl.@=r^^.̨T;,if< N LƼcY{Q)6Ӟe6u`MCkqB`v+YөڶFx5s&iT.8^ sURv0@&}k ĩ7y'DLv#sRWZ+ݬwEPƂ[Q8g A^ ߻BZ;4O(7BOl ?)V eBςy ~f坘`(@{(e%> Ph.;CJ  6vջf"O?Pho 5?{#ːYB?2?5]ව_Cf:BVIvA @fW?bPh5ƿ PiC!~P(a_( ~B ;ƃ߂p=? M?=(W(BO9 |t~;GPw} ?v}ȏ~z :p BWR ZFQ'xIu͘h\0nؼ zWKIOL[eD6cC,ĉ}-Yu7c>V' ҧmЏL2{P#e @߅Bؑ|t#WP(4)vtR19F[|.ĻvBCZ iy؈P+N.Ho1w{ȏi@GHK:> Ӎ~2ԏoz&::FFH7< 5J owA| QAHc'M &8 M]іHal}\ 0[n>E!=:-yҸy413Bg}tloH7C /!;zr!1pBz?gHGotI?ӏN[7}R}?'/L%ᘞ=Oĭ~x*{w6¿υIz`^}' i">V 1xyp1T&>ӝL\H}DώyA_;9/ =s>/ )r- =s>/@.pS[n8{n;}p_]'ঀ2pppρkw \e2kiY洧eenZxxӜ{4gpY i˫i*vbRhTJc5.! 54m5-$K.f+/.sXl奎HHH+qc/K 3JVU@va-s:bW|gY@=8wx3빻pG7ɶà{ /T\54}B~ks/K}jn^4p8yGwoj4pcnOl4[5p} ̵#p/A4J6t603pJk3s1#Z7!H8*63gM8C3wm73nutp་z]J} 43/l?kP;5 >eniaͣ44?V(:/#=}Jmj6̰o5Y%˲T1MUҮv;WFեJ *GMSu k4e\sM浙הLa)ߑeߝgX g_ mun^hUVKJ*ӭVGvI:X~S܌5\r ٴo}ߴ{f.:\XEٶ厴rYMjs~tY12{y!ݕN^RQD$ͽ⦸|wEeٖjLb`)0vda5O`H++ڳ^ H`v9K+(^eugftJXPK)x/nrf:2W\fd^2d2k%eΞ͂y,|qp\K3y8})9j9#++#.<^QeN9"eR9avf*yvwu)tgWƙAk ͋\J5Uyv#՜cw`9}JFFUS3̖E3"ʰW~BQUr Žۄ.G27?.0Í:QYQbvɊj(#G*VVWJb[YU xpl *cv@WjsV,fd+ ruy+nګ0jDtA]ifsq9N uP{ J2(:n.v٪KYQV 2SQ|URt:E ,U7W*\N pEfVITB`j[ED T+h/;85*#f7h6nUpd;fGK>;u e+qCZI6/6Ad*J@VQe!3my! \* J+dyJQm0 D $V,pUp5GFmQ-'S"*{iE/"lU5xC.)7[Um7՘T7\@:*De52;L!`aQӈi$Y"0U0H*2 G4؇mI ?9 eq^oNɘLc:b2e29hC?_?1rNu6o4oEPaR xHy!z)4U34*GP+c@0838y΄GO=V&6ge&F/rn9c`\H 7H~QϹٹLٌ#'$OYt- 8}?׿PϠH[ngFԤh^@S[0[z$''=ut6+3LOĐ{wE׿*Z(@YDŽI"K-+w;\%Dn/TFBu]]4=٬c8,+. { q4ԩ1c4g>VPD}aqL:gE;I`r 썱*P$* d~:WDǣ͆yWŠ#m`|E YI *`؁4|-BgC.+!bmd )WKitK0"ek8*ojtRelsoahg(k_1BM #p+^<.]Di9pJUDb|}7IFI 4k0sJt9?לc`# 5i6MH.uGUq i:ڛ|rls?t"r{/5}/LDwQeQEMtzV{ZD>uThK!rhmgp޳FS 4eOT쭃 a#z qLaPJol`Yj@;XyJckT9K *x~4,:O<^iE1J4t*|*z6/Vl *)RNIZрD'&v+0Bξ˼V~ZhD S(/9R`wNpřxä@^8Q#m13i!5p ="yͳN(5;}fTW6Lsg ku42X5HQ%@~7y5 1>sfLrZ:蘺P@O'ͳbq\KXdvh` }Z+%b ;p f+{K!+| jԃࡄvb,g!-,G}Ukjğk\.#jLaS\ۦPxlD{+!פƂЈ|<+vG[4cni,44"msZΐ#y)K4P6;QaԍH ̓-.bĩa$yL\之DN~C=}Ju}MDg,;R MU칿gkg E>?la}*rmEDs[MR1 E)~z }k%4)VZ< '堑o#ګԣ`+ F^~~Na(QLix>ub@+¿4"+5L;TT y/QL@PMMs;<`;V,2_ CcBNd;K<qwpBh cq]L^®cx - F4G\d. eF_;4J{Цxdۇ8>w;7`zH"rY O0rRG YTF %D)ӴQ=C?^74prKѝdx0Qri$Rр)B=ex963'3ċր\}qvf%$[JycVtLPn1}נm3k=GѠM|h;e%u/$h~DqĶHSOv#c[S / ihi?n7įX# ?9>]qXkX5ɗo!?q%@4z|NپѢf$1utSmΎE}5\ -ר=1KiZH׹kJ(HV?9h Hs-Γ\:)"!/ NgFDΩQ?4kSMt<+ 59>62D> 7.Jţ/@Z}aխT(3<5ˆ0DtUME³x&iLgSCQRUj+e!Oiq[oKj!79gRTuQª; 1Zk,Tq|\c,[hN}h>gE5si#ڿnbNM&~ ȃ`Irs yqqMZM<7$Kf Q跷l {Cru~uܰ'P5 O`tGc7 $ԕ1+T D}{%׽<)ӌzFјM+YowzO+ {ݾUáު spIxqp{?~p~n1sw29N}"_ԇ$ltuTCj\!LQsg4,Y#u?FS[yy'=|/'g}T)( IW[ڑAk#2w[.O[dq7B/Sq('f(PKi<ɇnqc2Cx&uILuuc4)cO}hlj,F{xLn7ZLեת1|<Td«fBgbŚwMT(YU}fHqh8m[C.yp-t`Hw7i4X/5Qh)0o&TBoTt2U[ÊK07徽TVPkԖ\]J 1\}QI 'WJb~Vl"w z}_X:$t8)DA5G)qfO(XMfDG_y_)+Lɴrs(Por]]5f;v FI3rڬ> gl(=:hUx>C1y4,0S9hn!wQF>q ǣb/ʶ|uE[V_`+X9\ ‚&jDT A33J]($؁!FaG5o?IA2./O$9J{/"D^}\Yo$4yvڽ "}B'^ޝׂ9tm)`W!}xx!Z[#d> Yуp8vϙI=S;DBcEҬI#- TVe e=t9jk8\`&Y𡃙dSvCղʳDۿKW_hNduHJݮՍ:'u?G շ z녘 [ve<b[e&LNva"-#@ F1%l@i,-i J2Yd$7KVR '.iVuQpE S 0g=!Wƪ(E2,ˆJ8_F>N(~VLSJpEPlpm"I}'L ٿc??\OGg<g7pOtpython-admesh-0.98.8/travis/admesh-libs-0.98.3-1.el5.centos.x86_64.rpm000066400000000000000000001003131316032164600244260ustar00rootroot00000000000000admesh-libs-0.98.3-1.el5.centosT>D ,0@54e91780e17d1c7d348728c598bca2c0b012be79xi(26>9?d " M     } 8 h  (89:> @ G $H 8I LX TY \\ t] ^ b defkltuvwdxxy {Cadmesh-libs0.98.31.el5.centosRuntime library for the admesh applicationThis package contains the admesh runtime library.Y carbonFGPLv2+Development/Librarieshttp://github.com/admesh/admesh/linuxx86_64FA큤Y Y Y UFES˦358dff51b9a6eb63765c40b40e7ead9795ea446942e16cfcf64857c5e9b2191eb234ee4d69f5fce4486a80fdaf4a4263libadmesh.so.1.0.0rootrootrootrootrootrootrootrootrootrootadmesh-0.98.3-1.el5.centos.src.rpmlibadmesh.so.1()(64bit)admesh-libs@@@@@@@@@JJ@/sbin/ldconfig/sbin/ldconfiglibadmesh.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rtld(GNU_HASH)3.0.4-14.0-14.4.2.3Y YYxh X VϠUU^ T!DS SpSSSRg RfLRd R5 Miro Hrončok - 0.98.3-1Fedora Release Engineering - 0.98.2-6Fedora Release Engineering - 0.98.2-5Fedora Release Engineering - 0.98.2-4Fedora Release Engineering - 0.98.2-3Fedora Release Engineering - 0.98.2-2Miro Hrončok - 0.98.2-1Miro Hrončok - 0.98.1-1Fedora Release Engineering - 0.98.0-2Miro Hrončok - 0.98.0-1Miro Hrončok - 0.97.5-1Miro Hrončok - 0.97.4-1Fedora Release Engineering - 0.97.2-2John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1John C. Peterson - 0.97.2-1- Updated to 0.98.3- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Updated to 0.98.2- Updated to 0.98.1- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild- Update to 0.98.0- Update to 0.97.5- Update to 0.97.4- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Fixed the post and postun scriptlets (needed only for the libs subpackage) - Fixed the requires for the devel package (namely the libs subpackage) - Added the license file to the docs of the libs package - Fixed the inconsistent use of spaces vs. tabs- Added a README.Fedora file. It references the Masters Thesis associated with the source code (because it can't be packaged due to an ambiguous copyright) - Moved the versioned runtime libraries to a libs subpackage - Modified the install section to use the make_install macro - Some minor additions to the package descriptions - Removed some extraneous info from the changelog- Switched over to a fork of admesh that is being actively maintained.- Initial spec file (for code from http://www.varlog.com/admesh-htm)./sbin/ldconfig/sbin/ldconfig,,-,, 0.98.3-1.el5.centoslibadmesh.so.1libadmesh.so.1.0.0admesh-libs-0.98.3AUTHORSCOPYING/usr/lib64//usr/share/doc//usr/share/doc/admesh-libs-0.98.3/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=genericcpiogzip9x86_64x86_64-redhat-linux-gnuASCII English textELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), strippeddirectorysymbolic link to `libadmesh.so.1.0.0'RPRRRRRRR ?p}{|SEx AS5AЖ6%-7XBҔFڦCpwC]XuW\RE]-ѵ wΙMh}~| 9sf̙3g3ה޳\s1JSY͒VƨcgekF+t s|gkS"u)O)Ǎ>cs|g<|&g|&&N;>+20z{g~Ul߂o?权#b/{}tE >_=/1w]W{* }%WN>vO3_|c[%>*6:W5p;>R0/]рgޔg?#cym_|x3_=<Ħ'_ݻx-YE]g}!/NRn*n<(9*ޥKŏZHXϚTx94ig"Ma4>i{C[ ~ӿo`xwq#͋\\s/{9`u\o8@*rVrSep-/ߪȇ[u ~ͼ%\O>rx.Rg,q~,~YkaF^9Jdp!/'i&^ \̜v|9/Y^8s^I7jw>:kda4|A寸k |w*r7*3Ӈ6ooS8ZoK9^[eQϭ[_>rR٭ 훑T5|~Q?c}Ǖ5]tpq5>s6^Leq8|ËkO(vuoc?5՞FO@S] $;1T[==}~ۯꫝ55յN;^y}XPsS__]]unVZ57ww:66]7"C;]zg]dQhO\(dujrY5yg~򆨰5P{,d_P]XvL.{I\`c@sm]=S:r @ zh#yXaJu7۝94LXc*=gMBvBV{jתۂ$K]B3nקI`F]*rxjzO PzS,ճ@#@JBO~DJzjhA 4Aژ68!av5@ 0!"ՓT\LXlS>7ih vAZoMNgp/X pΘrG!CU!^EGȠzq(O"OĐJN3z6+ǝa~Kbp34C(Ӕ|}t]"ky];baߴ}*z?KW?*@za?+m]hT+U\^‹*| oVTx ?F/T'*^TEޠWT*| _WM*  DRSUVNO¯QQ^Pש׫Ux ߪ«*e*| *zVQsTR$~ZUjWjWU ?R*(V ZU*vjWS vT—_@*oߢBU ZUjWMjWmjW+buO%sZ-?ʢ&>x5| C aڬuo)'IFSk%vCMbl "SElF[BtXFIX4&\0X1F<a4i1F3<lڂ$źO"|Fj?Cj??-W~!C'ϥ¿!Q ޅp.>Of/P ~~~F~G"j H'_L'w|;—P !l|+ƒBRj?O$~"G'˩G j?CΧ|9WR p a L~u2|~AxO_K'x…~qJ>[[D;iخR,2h$K[,)4 ȨC&Z)EW1ڎeH8}+dEv4 ZI3xH}OD7۪v 5} p^1/fCՐw,O^ɂ!s9]B*mim4e57W /Ȼ=~HjJz$gR;\.EKBpݖ#)Jmv].. ._#.nCتZwicp3$_G[DuNh.cZV#hC ?Rnn.ZIY )worGm.,}wdHk6+$56.>zP߷3ək{j' BPG C-xqs;ĺ d4\gf:x7O^+޷ fL.XmG ;tLX Sp{iH;+/4Xb}$0YqZF2܊ ߋez-U[YXcW b¥)2O4[?ld{6 R#FR#"D1K-X$WJa?H*XY Ok1l9Piݨ?e@T0Z?7P#;\€5HВ`\JhC$HTwXF#8xJY]!l5O @s@h]mb&Np}XPn:{`0}ߐ \6F>Tjݻu8~,m+oWMdڂ%׮qXx@[8 B ,ءj-w>p Ia`WBq6\~T,{nropmK|4Ц\[xjnu;]R$.k˸a&BVy$wYn7 HẃЬJ~KIhR3P\XzSh2)6B`SIFˑ[Ո^c=VN\05W\VTh~V*.rVk!u(Z,iM#3t=HW'w|hM8lM d#Y֜>&2^q3M3"e`Qn0$h Owys冰o`hl7bCŌ*S%R)CU ɂ|T&2>&&y(vq C0feQ mhwcNzI>#Lޙb CU<{)53DYJϜ ˅&ڮ?ɵݎ]2=%9vӑSA !ukt8Rі'Xq#AvTL`K!*c楚bH7h?crGRbsR,>.m7 wɝ!{sSMhab8p99Ae*^:3ؼ;c ;J~,avﺻ U 'xb7: l87 vtw~=뮣`m26u+RhC)jad +-k(:>Ϸ2'҈)м\I;]|ߕaH#-LD#>Wl!3UhMp)bb9\-˟ S`e_~(r3s jNA;c6ԒZ`ǂ20ЗD1RnEA) VىϼP4tco ic73ć8 R0[LdbpǧL +Ts`B'? -GPYȢHgȫ&[j=b=Pj= ᐀m_.4˗Fp '8 "f~ź V\ؿ@nX2G0 Ufm'"߷>j,-b w ` !ͶRkYw1#`;ƪ0V݄&U7a cM(6ՖAaDpM.CLO1 4Qq0a5\Q۴ƖoBJ!hUKNLʫM >Pz)Kv+yNpJ8 IR$ {c~@w]<lBnα.r nQϰx0v=-۴6MqXlĬ^G 769YOx0U6\[tɤ&\WOٔYMjMЫ%ba}#A-Ҥ)֖FH~ V$.FA>0ͱx`h;,dq%o5gZQF*aճێ5$<=EˡvHR-ށ?4 /:x<;SnU҈d-!fB \h} T#(fj.?@j{冢Z(I>9h p"˳hi[ !Lp3fcy+&O&jቭP`kj6$miE3\N%f)k[zRbKв;+n*a4`fyRz#!KŒP ,KrH-MQbd!0"c1fX%`0g&|,I>M(8),绒I&tΙ&7'L0Ǡ>8 -nC{D aj';T#u8qAE|LCmWjMrr?:>՗;p7@g.J3/}ӈ^;i摐\\[ ;{p-YCSPdKl} ~+mBXӡG'EU!DKXS󽀤ux nx']9ھ(QjMJBq@ P Vs&epD4eF%_3x!.0f.ܨ]GIҴ39r6Z,eAUa|Or|G?R.)<΢,;eYeOR%z8 +ɰ4Gk_Rظ`򉩨]nK2]ib} +ԢXZt\Xǹ>b<߂"-h0Mm\d\Ȍ,XI.`jF?aZϻ •9 :`!^wT)!BYˆ EE"7}h ƃ_OB ,`h6*^OӜ`uWBe@r*åaŘZ9"\^'-ѽ;Dsxio~ ucKO"+D%xC$`:{/zp mo(%b]?^ڲ7E~Xd[p{%(/P\fc,Pra}O]uK`K>I Fb|wK[vߪ{UL``Ml=98IRmrrOXBb$t@ /a{<3=j\kۻ0f,!'`0g`&!i>D,sbp>CF?v%Qp,傽qe<[j[Z0b>(?(Oچ"D<$/Mq}3'12Lp.`76p>\iRZe1$sRNl}(7 %QksS~ύϸ5̜ ,GUoR?yy6`k <^, *a_^umnV"s ęJ?i_(MtyMmr΀IlGmacWdSP$cie 9m^hm;2@k˶G$(;Ac촾#;Q[Xj7܁EEKp W]-@ܔ_oaaڛ_eO : DӢ@paCD8@W!r"^C*;>zmu|aeoBMn 5Z~U>KCOh oiuA<|نsbInL˓fOENX ?Ư:whS&WzL8 Bnً^ | ^ڵ n8KУ /Yp}=CBHZ]ǡ0QJQ&L+T+A[A]siPH- eTaY!<(7R=nSU&X?S]nstԊhBMI%_*ywIt%Kl}mjvDrǫ)(֡[iRo\j ĥh&Lܰ//x)I!m֍$~(͛,'6^@2km S|Q ^v5,f1h V;D^BxɖszҶrޘ$[d-і&5=Kmǯ0R=pήE]%g;>m7̘{{,=C!2߬l @oVMhIh b=-4#E:\G 5!W|5 /@uH|4)?4nӁoh"O79<1rˑQkޏ,-2:L/m$y7"YGP}KFքwlme[[z!{ l)#ԁwF,4%Y̫ɀF-) 4rNN^BKq)0lh%4KFhP '4ki1@Ywb3O Lܖkus?Cmv렅%@ x]FG1c,ye}oY$GFAc{q[/!uDݭURxqd>yw3 K+a87 o;B?hwB;2If/[*P XkٕvO4ӧf=Kc9؂&TR^!S a >zk+GliFIe@} [yXcbgK[](7F/HP.if\=y5z޻lƚée[ J{d}ApzyHfS^EhGϡRRۆs]k$ YY#Xo KYµX DBKs$` o0%l=%aK82 Xc <|s!8R%ذ\Yq֚UDe- y9m%<,УeVvjpDOF.{ز Fl/AÜ(ӖZw.*.yWfIrʰ0[dN:z0q뷃ɏ`C'u+ECtgx.=z yK>p`vxJ!b-epOxQЌGƀ!&ͅ"-]RUﯥ-GqR66ҷ:cǣ`o=n|pwXMȵܪ QZN8,6*bߞ$Y[d>܋\>:.z##o_,y@?"u!1 bV:D==Cm ˲;[1}"U1c"}Ȼ&!M160䅶+킱Vv\[00ᦏds#-HKK%hO׬0*2>*f|8xƷ|Cmfاal3^;ۋ1bf?fX{t"*&|Y(p'N ʠB9Dk7džo|)ɏh}B :޺k#>-A+n!dW\eZͶrOXO 4 b7v?}YZ h$j 1߅GT%/^r B -RӦf=cC֟rZ3({-~r-~De3Aܢm꓂U꓂'>CP*[nѳC-ĝ&zcE-x:nlyV&p9|Eb\My lC;xcj  + 2Rʋ|YKɱB9h-Qafd1 6ym΍^t6y)+bkPM$k-(-ُ[G)KAQ3*L]]CՐ%4e&q fnKA0p>z?Šgm Ui_ODX7u6-lW0k3OR8 7#,-[XP>`"oD?!W[%Wߓ& HebC\ǹH=مs}'; |+>R4*BL@& }yHrm"' [^ɯ`уǂPģ3p |GaEwn|~F -6_;^s5ՌFh [~ #)#)#)QAw%66ћX9wplb ȢOS>m ?#5s^Ik ;ѧ m_NІNL o壥k{L?l.w'7%Clm'/jYg;,e&'wl֔Og|])4w-lUI 0SsLShrOvmLb N5Y+>_Ve h $-Tj%eNNGEG;7bUAø1DGɱ+UB-lc p/u;giKAŶmT|}H꣕>#: hѺWxC>xBY4ҖVb30(vyb(HX'L KR>_;(}i8Sr:|>yvsUM&N@26O~gaGD"m|Qx)QK oܗ(':<%,_C`zQ_,`Z-!X F"I|*Üp-#3I>pi,it' O(S3j޹ =(/r ٕGQ(R^&5#FӒbJ UiӶAb7J,]?}Wn+W9fب$>vI's~)s%>"߹w%YxI%IJQ\~lV?s9O=lNN^끖#n7"7RpV#>H`6g rF=Лa2[Aؒs?iOy#y,7_H>vЅ~w"~'E!gs\6D;k+?>C5Rb |Ҥ DsYڿ!W9( {^mM_ 5K_B~g`Ӎ3Nwϱ3epv"ʺIRGT0u:?3b=ˆg.taއEYs,4?>~EXhe lQSE ̒sLa|e`|:6SGmrg@vT! DN>[ѹ>y7Nv_9Z\ɗ3b+*屬\RFTnCIyLK?= k&@NںcoX/J<_xQ ƺ+ig;ű.\zM-l#vS3rp#^Y;lʬ0%Rx_GfD0&0acgQQYp:ʉQI* PQb4?e2G򣇟RPڄ 3 cEc)4#/Tx񸟝.9cT5~hH;l`J| lh\: O1#Zt&ϱ h6o ]H'q_ [I{G^$84ӁC5ԥ8=>#E-͡hHѱ*$ m#{WRF`[wCVi |nDhZJ2 nGGjAXaͱV>V0o L }=~)Wi'#s t)0@`vd8-ƞVޅ@Rqn;ߖg-APCx_\.M&R4(J ;J{FΤ^ @ [3\}NI..\-iua ;DM~ 0U(ilÚBn;$a࣓?G(Mx֙|z:qljgqM̽Wp/Cv3O8qL1z .)>k+8N}ߥ2oPڎgeh@ez,!\#/!I*IO(Ik,VU0X] ڬ2 3Z:~fΠ-j.{#);l-GRv⯥,HP{{7Uw{IϧW9pnI^NZmU0qx|1t2 4C]$v&cGiLn0|j4V00ۣd=z|FQ?x2}n0 D+We;qfo)+W\*rJ{Վg)2r1X. &d1YY/E؞ |Kyf_} \6gf~9=wqf9ё{]gok8q:~WT~|:~éeΰ#7D5/Nfտ_Z.w,^m%م~_7H2PK$U@i'o+vy]QN_)$?Q!gy>zmF{k}Mtҥ pXݳ&Fh%&-\4ND~Mf~ͷEK{Qri9󻌲ޔL%w;v6C|mMKmatGm t]Ydr^ב),/;; e~g/4e -Ct1/*>@Zx@~Q?)/J'Sh+ 28tk0)~F;ܓ0vD!nG 5%|DX_ٓf퍬߹U(jp)#H޷Fd Ws7&_o5~B?bI =hJَҮ0mZUi|fh2l:^n !!تmJz!(7:~T<r[crk&ڊ'ʅT^jJ30.Q˖KMy9nU} 4<U8[hWuzogКh6yNPDwUi([a0 !$AʾWP&Ypt}CU~e>Zw8OljؙXY?3 REQ!E"61[aFDqVk,ll?xIO :vt-#~DX{q*羜,E.|VΡ}x@L;il=;I?i}:ң#b-z|H88[T~srΪ_ :,O/69} 1GZYuDv6ܢ'x/ 7UM%'S7>G\jv5(vf8b撛&+oXDiLM?{i8|r-ҷiQi0zJ+GMP#s;n[zh)$ q׋ЅHiXҝկ 7SҐTp.WhqOJk~OH:,SĂ&jN{:\ נɊb-)@ijુ0e|EF01knn&"KSG(d2z.Л8kH\_b(r 7v_$ɹkʠ'Bhgc7 o2- /'!#I_,M mOcS0( pCf # ah&Mp 4z72M`՘` !N_#d.!1qgUaoȍ |,r?" DA )dmOLH+á,a0UK"9+KNNNLi3i Rc`4' L,c(:kzND<9}5~~h95q%;nHp9:X'~t+Sw_yK/GNya"o㇙yo%c$収JogX4gdUøVR^c"(Mp% H  , ɼ6L*LmdU MϿ^FL$&k6ۚ^R 5A 1'J`wIJ! 8J5W#[}&a?\wZS  v&cH p™/²;2cHx=;f+(=@gB@X aP>_ǟ@ P^žqC&۠>WA¦.!p6hR. >!l %.pk lp=~67h4;q y@=uH[7L={̇o }4!<+f/%/hc{:\ǩ'v~7g-R+A28NQk-gu\+P_f}oܹVJoPe{oGOUKm~VmWIum@g_ʏo<]A,zwc_ cix췵 >Hј.-8l}>Nm=8~nWS}V𽆰(x}?<'ǿI(~ .⼺DX'0/o[gޭcH??ݿ8 Vk، Ϲ8a,K,ʻXɸ`^2syF>i )MŜlLW'u?SIW;g瞓W]o7+0Gk?e#~.oREn|ig)pU _^*d.H X&%N  hO US=s/ #G`l&65C%ݐ\^.^)aԐO:U~Ŏ\JS?%,Nsx`n{H k姇C-KNj8S3 U)3jz+X 68=.iO'埙97姅*ɝߘV3-2?*a/?WtWjD8}޴ݫRÑgZ~=~OYozi< )-kzOO˯K38yѦ7~\V':~%|!-?u]?rfo'R򋿠)wiNo?-?2iuuVw!Ê\fH*Vj%VpUﻊ.]Uu]Ŧ+a_Z5|V^x6\'kѐ3i֙tmJ4advΉ痍5>8讯\q+v59 ekvoܐ`1z;TۀD:o#㜾(Rn+p 5A"6c5s#gSXDd@8dmZ^(p s;t{vk`_L`=G w)l@v \C-["9 `q.J68躹N\12`jN[Vos~6P&)N_X\弦b5N}=a41cOǔ/d+'N))wS:~riM>Ґ|ql-Zhogv]@4daQ>%e>73sp)y5t/:]0q6OR@X ԉe^/_,H?&ZX+W[ɶL/:zԟtӰ^UgƀU5;s*tUaZWIVhTPX Š%g&*9Gru;Uu2s_%Fj4a}#ΫbAl>;Iό7hy4q./T]60Κ&!C>wGAQO3 8z.uP)2sYC50:?U74!i.T-zjhq_ r{b!A GP`ɀ@t@UVኚ/.%(61~`:7;/Qn =]ǒA~ /f ]6rW6$K%nϰA<5hPFV2Ò+>>j *Ȭ`yRjKhݾ M< aL=ZSK(|gC=D"rUG]lF-&!ֺ 'f`h‡(Ь$@ra$QFy,P5zAjJp|@%AQiQLa e*]cݓO&plͣMR48jy@(#?%ֻg0YO34= e^Eu>N[>ۉ=F2, 4)g:QN87;$mPgs}.H`b2bU}&2{)g`U{2)lhSJi nDJ2\|8l.ݴea'\7 p-j-픒&tnǹmrʿSݳJ չpn}@zd7&Xůk`' P[ќLtb[CM3b#+>p$7ƪ07Bay&G끛 A 7FT&':?i6lW쪥.:]xW>@&lS4<2Wwae%6 pA=U|-ا`)bQ־b FVby\Z*rT!5P#e_1Zn:h,6a瀕"0 {As~9G]kLlN5<\rOVuR7))޻t*r{/5}LDwQeQ37Ж=B8Fվ$ hO20=XyFd+:üؚZJMRv԰sT Eiy t xӯ۟{H *Ai* TUۼ(ZQK9&kaHXG1Zϱƛݍ^b9@+J`h؉vAЌ0/iG WG`?L t:zH%><.36 -y҉Fxgoo0 8lMz% wT54!B]^j la>b#ZS#ۆ\tQ%kGT I^5lko1hoy%XpQO1B|Ct܎hKcF:2{N9r3/$f(ȋ([ÑU[\SH:w%2X s z*z7. ƉX%v?%"ޛ"s "L .}~.ÚˣU P~onH4U)д/ZjM4F?[hR~~>Ҧӛ7dG̯{{5DP >3;Z ϖM]eHwX{b jjdbY(v ;Y䉈\-E;o}dҦ*li0z="Kvy/+=6ڡVs6#>938MɿqSܕAJxj:e@ҥePu5:`(q M734>b|W.t)5wSoJ}C.d٢V*ӵ0EDZ !1gQۦc&dr}x ;ήSsdW)q얻 -f`lweϫ.&a_X\na2D˗4dr_At`;Wm2xl`?0a8dV" 6~ ^F md^pN$NtXalФ?:Qվ tc 8JBݚkS9CI(Mꉑ_ht@H0]dtNmDǩ Ro%뢚6(/v;+Z Ks˞ksp±%E1 `" iF?Ơ%2*7AYz#&K[\$q^ ӟ)&eA F5RGzA3?tFH q@xEC*1e]F)* w9/g[bY渻Gzt޻}Mpfr!I&Xum>019g8mfu-' ڙÛzd%[ /א7?p?:ؖi^sdV4u+tfœ!s 8 \mk}'ǧ+w-"<zfQ*3|=;n7ȘFќ)7Z4B܌$F~.n-2ى0a]'!I5M _ )^pMIbIʿg8Z-ic"/Ԯ3""s7f$O1Jj C ;O=@&9*CK]".$&3+tU'57(1Sd6e >1o +qD00^GثWi"M_ y6XYk}'m=\{YCyBH) i=ZB^;VD?(?E+r^^k>MH هn~dUS!ơb;ǦPȧ0Z!CE)xKV_Eukʌ OM/0(Ѵy9ۭ*jmptY,>IuPhհZ-ZY"oD6HMNfgS Qa~aս5{ӸA[.1O^6'V]B㳢l}Ef_7X1'W]և&Q A$9f<_W8\*bZǦ +%3(;XR6w۩%aabU-eK,K6!zZ`.g"SV]% yUFsXAX__lZ|%L %TERĄl8, ZWB 4;VjUѰ\Z;JտV^EH2QE%t`:{骢k4rPHHǫj BOs:䴟3wG`Dx\^2%Q>}Ma%mwsBl4<5{OzI')><ด8~~=LϷbxR@2tB|'GQ$FIfCwīe7MeoquONsXd'_w7, ÉIv& I]#H7tw}L㮮+x= =t@BD>tc7 $ԕ1kT iS"?BIWiƏ=xB%޵;zJƽѧ5Fn_ȏHoVO <8nGe?G8ct? ѹ}'>_/6&'-~2eZ&WSٽW>% ApD7޸pj+/$u# Y)UD~{)6HҕvdAݖ˳z/c0L2&\GЋԽ~h !?<R/Osۿ{<bHZ8dy o>%rW=y{ͣ8qh2o)oqT]z(ȇOAEf+j&t.xYl;tݦ1T(-*]*]`kXqx{f SQR1^M+ZY(HkԖ\]J 1\}Q_[x+Oh+ѝ&' D2 "[AuHdSqR`TkRrkX͞_P!~yF=G SV\ixQ~jPwQڍ'fYK}~/ ߧAљgGJЧaE,,􅟂1Dv qt3 mH'<>Uuc-$;?дJ7ܐbp-o@ ʛNIqS%"mPVkٓvbH:֎א$)P̿>u稟*hTĊeVxq]ڞNK!ISޞamݫNS/0`ۋZ0>4-*vO7{/B+\^ẋյ~}\Cx876zP.)˚1\!G$9foPE-RGfOѧfnUȐf/NwuW\35Ͳ|$R3,UV'] Rs"k{GRvunySx/\+o=Ef)fV|l]OžיI:Ӏ}HˈPBQL 2?">DK E++hALuo2b5m:Th ŅK&{N^Z/y `~U;> Y~ 0O| y6SqeR$sl(i)heWk4a Q +&EG_M;|AP=:8џ_oE