Example #1
0
import pypi

packpath = "pytess"
pypi.define_upload(
    packpath,
    author="Karim Bahgat",
    author_email="*****@*****.**",
    license="MIT",
    name="Pytess",
    description=
    "Pure Python tessellation of points into polygons, including Delauney/Thiessin, and Voronoi polygons.",
    url="http://github.com/karimbahgat/Pytess",
    keywords="GIS spatial tesselation voronoi delauney triangulation",
    classifiers=[
        "License :: OSI Approved", "Programming Language :: Python",
        "Development Status :: 4 - Beta", "Intended Audience :: Developers",
        "Intended Audience :: Science/Research",
        'Intended Audience :: End Users/Desktop',
        "Topic :: Scientific/Engineering :: GIS"
    ],
    changes=["First pypi release"])

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
#pypi.upload(packpath)
Example #2
0
import pypi

packpath = "pycrs"
pypi.define_upload(
    packpath,
    author="Karim Bahgat",
    author_email="*****@*****.**",
    license="MIT",
    name="PyCRS",
    changes=[
        "Fixed various bugs", "Pip install fix for Mac and Linux",
        "Python 3 compatability"
    ],
    description=
    "GIS package for reading, writing, and converting between CRS formats.",
    url="http://github.com/karimbahgat/PyCRS",
    keywords="GIS spatial CRS coordinates format",
    classifiers=[
        "License :: OSI Approved", "Programming Language :: Python",
        "Development Status :: 4 - Beta", "Intended Audience :: Developers",
        "Intended Audience :: Science/Research",
        'Intended Audience :: End Users/Desktop',
        "Topic :: Scientific/Engineering :: GIS"
    ],
)

pypi.generate_docs(packpath)
#pipy.upload_test(packpath)
pypi.upload(packpath)
Example #3
0
import pypi
 
packpath = "pygeoj.py"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="PyGeoj",
                   changes=["Fixed bug with add_all_bboxes() not updating existing bboxes",
                            "Fixed bug with GeojsonFile bbox sometimes being calculated wrong.",
                            "Added update_bbox() on individual Geometry objects."],
                   description="A simple Python GeoJSON file reader and writer.",
                   url="http://github.com/karimbahgat/PyGeoj",
                   keywords="GIS spatial file format GeoJSON",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
pypi.upload(packpath)

Example #4
0
import pypi
 
packpath = "pyqtree.py"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="Pyqtree",
                   description="A pure Python quad tree spatial index for GIS or rendering usage.",
                   url="http://github.com/karimbahgat/Pyqtree",
                   keywords="GIS spatial index quad tree",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
pypi.upload(packpath)

Example #5
0
import pypi
 
packpath = "pycrs"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="PyCRS",
                   changes=["First official release"],
                   description="GIS package for reading, writing, and converting between CRS formats.",
                   url="http://github.com/karimbahgat/PyCRS",
                   keywords="GIS spatial CRS coordinates format",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
#pypi.upload(packpath)

Example #6
0
import pypi
 
packpath = "pytess"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="Pytess",
                   description="Pure Python tessellation of points into polygons, including Delauney/Thiessin, and Voronoi polygons.",
                   url="http://github.com/karimbahgat/Pytess",
                   keywords="GIS spatial tesselation voronoi delauney triangulation",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   changes=["First pypi release"]
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
#pypi.upload(packpath)

Example #7
0
import pypi
 
packpath = "pyagg"
pypi.define_upload(packpath,
                   name="PyAgg",
                   description="Simple user-oriented graphics drawing and image manipulation.",
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   url="http://github.com/karimbahgat/PyAgg",
                   requires=["PIL"],
                   keywords="graphics rendering drawing visualization imaging AGG aggdraw",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: Visualization",
                                "Topic :: Multimedia :: Graphics",
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

#pypi.upload_test(packpath)
pypi.generate_docs(packpath)

#pypi.upload(packpath)
Example #8
0
import pypi
 
packpath = "ipandoc.py"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="iPandoc",
                   description="Pure Python bindings to the online Docverter Pandoc document format conversion API.",
                   url="http://github.com/karimbahgat/iPandoc",
                   keywords="pandoc document format conversion rst markdown docverter API",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop'],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
pypi.upload(packpath)

Example #9
0
import pypi
 
packpath = "pycountries.py"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="PyCountries",
                   description=".",
                   url="http://github.com/karimbahgat/PyCountries",
                   keywords="data world countries geography GIS",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
#pypi.upload(packpath)

Example #10
0
import pypi
 
packpath = "pygeoj.py"
pypi.define_upload(packpath,
                   author="Karim Bahgat",
                   author_email="*****@*****.**",
                   license="MIT",
                   name="PyGeoj",
                   description="A simple Python GeoJSON file reader and writer.",
                   url="http://github.com/karimbahgat/PyGeoj",
                   keywords="GIS spatial file format GeoJSON",
                   classifiers=["License :: OSI Approved",
                                "Programming Language :: Python",
                                "Development Status :: 4 - Beta",
                                "Intended Audience :: Developers",
                                "Intended Audience :: Science/Research",
                                'Intended Audience :: End Users/Desktop',
                                "Topic :: Scientific/Engineering :: GIS"],
                   )

pypi.generate_docs(packpath)
#pypi.upload_test(packpath)
pypi.upload(packpath)

Example #11
0
import pypi

packpath = "pyagg"
pypi.define_upload(
    packpath,
    name="PyAgg",
    description="Simple user-oriented graphics drawing and image manipulation.",
    author="Karim Bahgat",
    author_email="*****@*****.**",
    license="MIT",
    url="http://github.com/karimbahgat/PyAgg",
    requires=["PIL"],
    keywords="graphics rendering drawing visualization imaging AGG aggdraw",
    classifiers=[
        "License :: OSI Approved", "Programming Language :: Python",
        "Development Status :: 4 - Beta", "Intended Audience :: Developers",
        "Intended Audience :: Science/Research",
        'Intended Audience :: End Users/Desktop',
        "Topic :: Scientific/Engineering :: Visualization",
        "Topic :: Multimedia :: Graphics",
        "Topic :: Scientific/Engineering :: GIS"
    ],
)

#pypi.upload_test(packpath)
pypi.generate_docs(packpath)

#pypi.upload(packpath)