commit stringlengths 40 40 | subject stringlengths 4 1.73k | repos stringlengths 5 127k | old_file stringlengths 2 751 | new_file stringlengths 2 751 | new_contents stringlengths 1 8.98k | old_contents stringlengths 0 6.59k | license stringclasses 13
values | lang stringclasses 23
values |
|---|---|---|---|---|---|---|---|---|
f6ba532144d94c4345bb18a9faef1c4d8b9c5376 | update tagline | LBenzahia/cltk,kylepjohnson/cltk,diyclassics/cltk,TylerKirby/cltk,eamonnbell/cltk,cltk/cltk,D-K-E/cltk,TylerKirby/cltk,coderbhupendra/cltk,mbevila/cltk,marpozzi/cltk,LBenzahia/cltk | setup.py | setup.py | """Config for PyPI."""
from setuptools import find_packages
from setuptools import setup
setup(
author='Kyle P. Johnson',
author_email='kyle@kyle-p-johnson.com',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Education',
'Int... | """Config for PyPI."""
from setuptools import find_packages
from setuptools import setup
setup(
author='Kyle P. Johnson',
author_email='kyle@kyle-p-johnson.com',
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Education',
'Int... | mit | Python |
2e32cee866cfb77c268a6b2e4a8365c43ade9d8b | Update setup.py | KirovVerst/qgeneration | setup.py | setup.py | from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='qgeneration',
version='0.1a2',
description='Data generation pro... | from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='qgeneration',
version='0.1a2',
description='Data generation pro... | mit | Python |
ae7e1f9daf5fd7cc0f5fd11e830a5e2363855033 | Слияние с version1 | rosix-ru/django-reportapi,rosix-ru/django-reportapi,rosix-ru/django-reportapi,rosix-ru/django-reportapi | setup.py | setup.py | from setuptools import setup, find_packages
import os
import reportapi
def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname)).read()
except:
return ''
setup(
name='django-reportapi',
version=reportapi.__version__,
description='Easy mechanism building repo... | from setuptools import setup, find_packages
import os
import reportapi
def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname)).read()
except:
return ''
setup(
name='django-reportapi',
version=reportapi.__version__,
description='Easy mechanism building repo... | agpl-3.0 | Python |
6c46f86aafc015c060029a8e454a808d36469e6d | Add explicit pip dependency | gamechanger/carbonite | setup.py | setup.py | from setuptools import setup
setup(name='carbonite',
version='0.0.1',
description='Freeze your Python package dependencies',
author='GameChanger',
author_email='kiril@gc.io',
license='MIT',
packages=['carbonite'],
install_requires=['pip'],
tests_require=['nose'],
t... | from setuptools import setup
setup(name='carbonite',
version='0.0.1',
description='Freeze your Python package dependencies',
author='GameChanger',
author_email='kiril@gc.io',
license='MIT',
packages=['carbonite'],
tests_require=['nose'],
test_suite='nose.collector',
... | mit | Python |
1c3622c435576a48cad2022a86aaa9bf4ea28cb7 | bump version | hopshadoop/hops-util-py,hopshadoop/hops-util-py | setup.py | setup.py | import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='hopsutil',
version='0.9.5',
author='Robin Andersson',
author_email='robin2@kth.se',
description='A helper library for Hops that facilitates development by hi... | import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='hopsutil',
version='0.9.4',
author='Robin Andersson',
author_email='robin2@kth.se',
description='A helper library for Hops that facilitates development by hi... | apache-2.0 | Python |
247a034a548f6f0255f666114bdb7e2a2da3ef0e | Add missing lib | praekelt/sow-generator | setup.py | setup.py | import multiprocessing
from setuptools import setup, find_packages
setup(
name='sow-generator',
version='0.1',
description='Create a scope of work from templates and version controlled documentation.',
long_description = open('README.rst', 'r').read() + open('CHANGELOG.rst', 'r').read() + open('AUTHORS... | import multiprocessing
from setuptools import setup, find_packages
setup(
name='sow-generator',
version='0.1',
description='Create a scope of work from templates and version controlled documentation.',
long_description = open('README.rst', 'r').read() + open('CHANGELOG.rst', 'r').read() + open('AUTHORS... | bsd-3-clause | Python |
c24e4a48d109e95f86d06769b6cac0c62cefd371 | Update version to 0.3.7 after `at_hash` fix | juanifioren/django-oidc-provider,juanifioren/django-oidc-provider,ByteInternet/django-oidc-provider,bunnyinc/django-oidc-provider,wojtek-fliposports/django-oidc-provider,torreco/django-oidc-provider,torreco/django-oidc-provider,wojtek-fliposports/django-oidc-provider,ByteInternet/django-oidc-provider,bunnyinc/django-oi... | setup.py | setup.py | import os
from setuptools import setup
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
version='0.3.7',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
... | import os
from setuptools import setup
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-oidc-provider',
version='0.3.6',
packages=[
'oidc_provider', 'oidc_provider/lib', 'oidc_provider/lib/endpoints',
... | mit | Python |
db6769bdd4cc0c7e346b5603c530bfb555e3fa26 | Remove pypi datacite requirement because it doesn't work | NaturalHistoryMuseum/ckanext-doi,NaturalHistoryMuseum/ckanext-doi,NaturalHistoryMuseum/ckanext-doi | setup.py | setup.py | #!/usr/bin/env python
# encoding: utf-8
#
# This file is part of ckanext-doi
# Created by the Natural History Museum in London, UK
from setuptools import find_packages, setup
__version__ = u'2.0.0-alpha'
with open(u'README.md', u'r') as f:
__long_description__ = f.read()
setup(
name=u'ckanext-doi',
vers... | #!/usr/bin/env python
# encoding: utf-8
#
# This file is part of ckanext-doi
# Created by the Natural History Museum in London, UK
from setuptools import find_packages, setup
__version__ = u'2.0.0-alpha'
with open(u'README.md', u'r') as f:
__long_description__ = f.read()
setup(
name=u'ckanext-doi',
vers... | mit | Python |
e2b5e85f36160e5b9bc78a2d5f6377f03cf09692 | Bump version. | markstory/lint-review,markstory/lint-review,markstory/lint-review | setup.py | setup.py | from setuptools import setup, find_packages
PACKAGE_NAME = "lintreview"
VERSION = "1.28.2"
requirements = open('./requirements.txt', 'r')
setup(
name=PACKAGE_NAME,
version=VERSION,
description="Lint Review, an automated code review tool that "
"integrates with github. Integrates with the ... | from setuptools import setup, find_packages
PACKAGE_NAME = "lintreview"
VERSION = "1.28.1"
requirements = open('./requirements.txt', 'r')
setup(
name=PACKAGE_NAME,
version=VERSION,
description="Lint Review, an automated code review tool that "
"integrates with github. Integrates with the ... | mit | Python |
34ed7247cb2f4236adad53f2e7950d05d68c320e | Remove setup.py from installed package | kivy/pyobjus,kivy/pyobjus,kivy/pyobjus | setup.py | setup.py | from distutils.core import setup, Extension
from os import environ
from os.path import dirname, join, exists
import sys
import subprocess
import platform
from setup_sdist import SETUP_KWARGS
dev_platform = sys.platform
kivy_ios_root = environ.get('KIVYIOSROOT', None)
arch = environ.get('ARCH', platform.machine())
if k... | from distutils.core import setup, Extension
from os import environ
from os.path import dirname, join, exists
import sys
import subprocess
import platform
from setup_sdist import SETUP_KWARGS
dev_platform = sys.platform
kivy_ios_root = environ.get('KIVYIOSROOT', None)
arch = environ.get('ARCH', platform.machine())
if k... | mit | Python |
72f4a0abadd09a88fc6ad46318bc3fc8017c950d | Update setup.py | sgmap/openfisca-france,antoinearnoud/openfisca-france,adrienpacifico/openfisca-france,adrienpacifico/openfisca-france,SophieIPP/openfisca-france,benjello/openfisca-france,sgmap/openfisca-france,benjello/openfisca-france,antoinearnoud/openfisca-france,SophieIPP/openfisca-france | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <contact@openfisca.fr>
#
# Copyright (C) 2011, 2012, 2013, 2014, 2015 OpenFisca Team
# https://github.com/openfisca
#
# This file is part of OpenFisca.
#
# OpenFisca is free software; you can redist... | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <contact@openfisca.fr>
#
# Copyright (C) 2011, 2012, 2013, 2014, 2015 OpenFisca Team
# https://github.com/openfisca
#
# This file is part of OpenFisca.
#
# OpenFisca is free software; you can redist... | agpl-3.0 | Python |
3445c81eddfeb4e886c28a939288f7f7fa4b9c6d | fix for rtfd | kidaa/crystal-1,kidaa/crystal-1,kidaa/crystal-1,brentp/crystal,brentp/crystal,brentp/crystal | setup.py | setup.py | try:
from ez_setup import use_setuptools
use_setuptools()
except ImportError:
pass
from setuptools import setup, find_packages
# from mpld3
def get_version(f):
"""Get the version info from the mpld3 package without importing it"""
import ast
with open(f) as init_file:
module = ast.pars... | from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
# from mpld3
def get_version(f):
"""Get the version info from the mpld3 package without importing it"""
import ast
with open(f) as init_file:
module = ast.parse(init_file.read())
version = (ast.li... | mit | Python |
17956eb2b8089432ff2a0fcec5ce56884f904db1 | Add south as a dependency. | sorenh/python-django-cloudslave | setup.py | setup.py | #
# Copyright 2013 Cisco Systems
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | #
# Copyright 2013 Cisco Systems
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed... | apache-2.0 | Python |
fa6e95c034e4b015e8408a9f6f4939c01fd6c99b | Tweak coding style in setup.py | wbolster/aaargh | setup.py | setup.py | from os.path import join, dirname
from setuptools import setup
setup(
name='aaargh',
version='0.4', # XXX: Keep version number in sync with module code
description='An astonishingly awesome application argument helper',
long_description=open(join(dirname(__file__), 'README.rst')).read(),
author='W... | from os.path import join, dirname
from setuptools import setup
setup(name='aaargh',
version='0.4', # XXX: Keep version number in sync with setup.py
description='An astonishingly awesome application argument helper',
long_description=open(join(dirname(__file__), 'README.rst')).read(),
author='W... | bsd-3-clause | Python |
625102621bed1cc032b629e39ac50b52c2dd5f79 | use package's __version__. PEP-0396 | sphinx-doc/sphinx-intl | setup.py | setup.py | # -*- coding: utf-8 -*-
from __future__ import with_statement
from setuptools import setup, find_packages
import os
import sys
from sphinx_intl import __version__
install_requires = [
'distribute',
'six',
'polib',
]
if sys.version_info < (2, 7):
install_requires.append('ordereddict')
extras_require... | # -*- coding: utf-8 -*-
from __future__ import with_statement
from setuptools import setup, find_packages
import os
import sys
install_requires = [
'distribute',
'six',
'polib',
]
if sys.version_info < (2, 7):
install_requires.append('ordereddict')
extras_require = {
'transifex': [
'tran... | bsd-2-clause | Python |
404015143cbc53cd6cdb794fdfc7008f8474ea00 | Update version to 0.4.1 | City-of-Helsinki/django-helusers,City-of-Helsinki/django-helusers | setup.py | setup.py | # -*- coding: utf-8 -*-
import os
from setuptools import setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-heluser... | # -*- coding: utf-8 -*-
import os
from setuptools import setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-heluser... | bsd-2-clause | Python |
a9e54418040a046ad13c3ac8e1907a08450aa02d | update metadata | garethr/docker-label-inspector | setup.py | setup.py | from setuptools import setup
setup(
name='docker-label-inspector',
author='Gareth Rushgrove',
author_email='gareth@morethanseven.net',
url='http://github.com/garethr/dli',
version='0.1',
py_modules=['dli'],
install_requires=[
'click',
'jsonschema',
'colorama',
... | from setuptools import setup
setup(
name='dli',
author='Gareth Rushgrove',
author_email='gareth@morethanseven.net',
url='http://github.com/garethr/dli',
version='0.1',
py_modules=['dli'],
install_requires=[
'click',
'jsonschema',
'colorama',
'dockerfile-parse... | apache-2.0 | Python |
7850d00aeb4c69aaaa1af1af40940985d2bb7efb | Bump version to 0.5.0 | thombashi/subprocrunner,thombashi/subprocrunner | setup.py | setup.py | # encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""
from __future__ import unicode_literals
import os.path
import sys
import setuptools
REQUIREMENT_DIR = "requirements"
MODULE_NAME = "subprocrunner"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner =... | # encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""
from __future__ import unicode_literals
import os.path
import sys
import setuptools
REQUIREMENT_DIR = "requirements"
MODULE_NAME = "subprocrunner"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner =... | mit | Python |
66d734047edc1d3272117c0700005c7473599e22 | bump version | neothemachine/crowfood,neothemachine/crowfood | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name = 'crowfood',
description = 'C/C++ dependency graphing using snakefood',
long_description = open('README.rst').read(),
version = '0.2.0',
author = 'Maik Riechert',
author_email = 'maik.riechert@arcor.de',
url = 'https://github.com/neot... | from setuptools import setup, find_packages
setup(
name = 'crowfood',
description = 'C/C++ dependency graphing using snakefood',
long_description = open('README.rst').read(),
version = '0.1.0',
author = 'Maik Riechert',
author_email = 'maik.riechert@arcor.de',
url = 'https://github.com/neot... | mit | Python |
6bbd28b9eca67769031dc4904715dcb23dd2351f | Install pymssql 2.0.1 on 64 bits systems and 1.0.2 on 32 bits systems. | bigbrozer/monitoring.nagios,bigbrozer/monitoring.nagios | setup.py | setup.py | #!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
#==============================================================================
# Module : setup
# Author : Vincent BESANCON <besancon.vincent@gmail.com>
# Description : Setuptools install script.
#---------------------------------------------------------... | #!/usr/bin/env python2.7
# -*- coding: utf-8 -*-
#==============================================================================
# Module : setup
# Author : Vincent BESANCON <besancon.vincent@gmail.com>
# Description : Setuptools install script.
#---------------------------------------------------------... | mit | Python |
67b1a563a08c3fc99c10a2bd3eccfde069db2081 | Update classifiers | fitodic/centerline,fitodic/polygon-centerline,fitodic/centerline | setup.py | setup.py | from codecs import open
from os import path
from setuptools import setup
here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='centerline',
version='0.2.1',
... | from codecs import open
from os import path
from setuptools import setup
here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='centerline',
version='0.2.1',
... | mit | Python |
8531a40b1d5aa867dbb341e0aa1641314227f103 | use jsonfield instead of django-jsonfield, like pupa | opennorth/represent-reps | setup.py | setup.py | from setuptools import setup
setup(
name="represent-representatives",
version="0.2",
description="A web API for elected officials tied to electoral districts, packaged as a Django app.",
url="https://github.com/rhymeswithcycle/represent-reps",
license="MIT",
packages=[
'representatives'... | from setuptools import setup
setup(
name="represent-representatives",
version="0.2",
description="A web API for elected officials tied to electoral districts, packaged as a Django app.",
url="https://github.com/rhymeswithcycle/represent-reps",
license="MIT",
packages=[
'representatives'... | mit | Python |
f108fd5ccfe962a21668eaf205a4ee95a52cbec9 | Bump botocore deps to 1.0.0 | boto/boto3 | setup.py | setup.py | #!/usr/bin/env python
"""
distutils/setuptools install script.
"""
import os
import re
import sys
from setuptools import setup, find_packages
ROOT = os.path.dirname(__file__)
VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
requires = [
'botocore==1.0.0',
'jmespath>=0.6.2,<1.0.0',
]
if sy... | #!/usr/bin/env python
"""
distutils/setuptools install script.
"""
import os
import re
import sys
from setuptools import setup, find_packages
ROOT = os.path.dirname(__file__)
VERSION_RE = re.compile(r'''__version__ = ['"]([0-9.]+)['"]''')
requires = [
'botocore==1.0.0rc1',
'jmespath>=0.6.2,<1.0.0',
]
if... | apache-2.0 | Python |
31a5a0a6db7eb9edd6c6e9ba2441d74cdc86dcd9 | Bump to v19 | Kane610/axis | setup.py | setup.py | """Setup for Axis."""
# https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
# http://peterdowns.com/posts/first-time-with-pypi.html
# pip install -e .
# Upload to PyPI Live
# python setup.py sdist bdist_wheel
# twine upload dist/axis-* --skip-existing
from setuptools import setup
setu... | """Setup for Axis."""
# https://jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/
# http://peterdowns.com/posts/first-time-with-pypi.html
# pip install -e .
# Upload to PyPI Live
# python setup.py sdist bdist_wheel
# twine upload dist/axis-* --skip-existing
from setuptools import setup
setu... | mit | Python |
242ec430ff390cf24051819802b9eec1e665d3b2 | Remove LICENCE from install | mottosso/Qt.py,mottosso/Qt.py | setup.py | setup.py | import os
from setuptools import setup
os.environ["QT_PREFERRED_BINDING"] = "None"
version = __import__("Qt").__version__
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming L... | import os
from setuptools import setup
os.environ["QT_PREFERRED_BINDING"] = "None"
version = __import__("Qt").__version__
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming L... | mit | Python |
929fab9a600e8d5ff10dfcc0f94eaf693415fc93 | Bump version | kmike/fabtest | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
for cmd in ('egg_info', 'develop'):
import sys
if cmd in sys.argv:
from setuptools import setup
version='0.0.4'
setup(
name='fabtest',
version=version,
author='Mikhail Korobov',
author_email='kmike84@gmail.com',
packages=['fa... | #!/usr/bin/env python
from distutils.core import setup
for cmd in ('egg_info', 'develop'):
import sys
if cmd in sys.argv:
from setuptools import setup
version='0.0.3'
setup(
name='fabtest',
version=version,
author='Mikhail Korobov',
author_email='kmike84@gmail.com',
packages=['fa... | bsd-3-clause | Python |
7736e8e34e0cd2015334ab598a635568207c809c | Add enviro_ipy_ext to setup.py | jwass/enviro | setup.py | setup.py | from __future__ import unicode_literals
from codecs import open as codecs_open
from setuptools import setup, find_packages
# Get the long description from the relevant file
with codecs_open('README.md', encoding='utf-8') as f:
long_description = f.read()
setup(name='enviro',
version='0.0.1',
descri... | from __future__ import unicode_literals
from codecs import open as codecs_open
from setuptools import setup, find_packages
# Get the long description from the relevant file
with codecs_open('README.md', encoding='utf-8') as f:
long_description = f.read()
setup(name='enviro',
version='0.0.1',
descri... | mit | Python |
1c02fcfa22dd7b75ac461fa755447a68ce5972f8 | Bump version number | trilan/lemon-dashboard | setup.py | setup.py | import codecs
import os
from setuptools import setup, find_packages
def read(filename):
filepath = os.path.join(os.path.dirname(__file__), filename)
return codecs.open(filepath, encoding='utf-8').read()
setup(
name='lemon-dashboard',
version='0.1',
license='ISC',
description="Dashboard app f... | import codecs
import os
from setuptools import setup, find_packages
def read(filename):
filepath = os.path.join(os.path.dirname(__file__), filename)
return codecs.open(filepath, encoding='utf-8').read()
setup(
name='lemon-dashboard',
version='0.1.dev',
license='ISC',
description="Dashboard a... | isc | Python |
7fea498e22067bd14607a82eee51bb0fc0a3f0ae | fix pyusb requirement line | hbock/pyatk | setup.py | setup.py | from setuptools import setup
setup(
name='pyatk',
version='0.1.0',
description='Python implementation of the Freescale bootloader protocol for i.MX processors.',
author='Harry Bock',
author_email='bock.harryw@gmail.com',
packages=[
'pyatk',
'pyatk.channel',
'pyatk.tests... | from setuptools import setup
setup(
name='pyatk',
version='0.1.0',
description='Python implementation of the Freescale bootloader protocol for i.MX processors.',
author='Harry Bock',
author_email='bock.harryw@gmail.com',
packages=[
'pyatk',
'pyatk.channel',
'pyatk.tests... | bsd-2-clause | Python |
41171851707ecd34e04d20ade2cce06a99fe4eb7 | Bump version number | mostlygeek/tokenserver,mozilla-services/tokenserver,mozilla-services/tokenserver,mostlygeek/tokenserver | setup.py | setup.py | # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from setuptools import setup, find_packages
requires = ['cornice', 'mozsvc>=0.8', 'PyBrowserID', 'testfixtures']
... | # This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
from setuptools import setup, find_packages
requires = ['cornice', 'mozsvc>=0.8', 'PyBrowserID', 'testfixtures']
... | mpl-2.0 | Python |
7d56df0a15ec4411247c16684e7015bde581dbd0 | fix package_data in setup.py | ashleygould/aws-orgs | setup.py | setup.py | """aws-orgs setup"""
from awsorgs import __version__
from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='aws-orgs',
ver... | """aws-orgs setup"""
from awsorgs import __version__
from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='aws-orgs',
ver... | mit | Python |
b0f4c0c53e67649d9b531d0393ed9b77b9efe665 | Bump dev version | infincia/pyairview | setup.py | setup.py | #!/usr/bin/env python
import sys
import os
from os.path import join, abspath, basename, dirname
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
py = sys.version_info
if py < (2,7) or py > (3,0):
raise NotImplementedError("PyAirview requires at least Python 2.7, and... | #!/usr/bin/env python
import sys
import os
from os.path import join, abspath, basename, dirname
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
py = sys.version_info
if py < (2,7) or py > (3,0):
raise NotImplementedError("PyAirview requires at least Python 2.7, and... | mit | Python |
6b329594cbe592554fd6963acb5f4ed50164825e | Revert "Remove pypandoc fallback" | ashleywaite/django-more | setup.py | setup.py | from setuptools import setup
try:
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
except(IOError, ImportError):
long_description = open('README.md').read()
test_deps = [
'psycopg2',
'mysqlclient',
]
extras = {
'test': test_deps,
}
setup(
name='django-more',
ve... | from setuptools import setup
import pypandoc
test_deps = [
'psycopg2',
'mysqlclient',
]
extras = {
'test': test_deps,
}
setup(
name='django-more',
version='0.2.3',
author='Ashley Waite',
author_email='ashley.c.waite@gmail.com',
description='Django with more',
long_description=pypan... | bsd-3-clause | Python |
978c36f6abccde482d0c245354a53d4e642b345d | Update to 1.7.0 | DLR-SC/prov-db-connector,DLR-SC/prov-db-connector | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
tests_require = [
'coverage',
'coveralls'
]
docs_require = [
'Sphinx>=1.3.5',
'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-napo... | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
tests_require = [
'coverage',
'coveralls'
]
docs_require = [
'Sphinx>=1.3.5',
'recommonmark>=0.4.0',
'sphinx-rtd-theme>=0.1.9',
'sphinxcontrib-napo... | apache-2.0 | Python |
7337a9cdf9fe88ef0e32e10d3daa7882d5c04e77 | prepare 2.3.20 | openprocurement/openprocurement.tender.openeu | setup.py | setup.py | from setuptools import setup, find_packages
import os
version = '2.3.20'
requires = [
'setuptools',
'openprocurement.api>=2.3',
'openprocurement.tender.openua'
]
test_requires = requires + [
'webtest',
'python-coveralls',
]
docs_requires = requires + [
'sphinxcontrib-httpdomain',
]
entry_po... | from setuptools import setup, find_packages
import os
version = '2.3.19'
requires = [
'setuptools',
'openprocurement.api>=2.3',
'openprocurement.tender.openua'
]
test_requires = requires + [
'webtest',
'python-coveralls',
]
docs_requires = requires + [
'sphinxcontrib-httpdomain',
]
entry_po... | apache-2.0 | Python |
f76323c299da20cccac4e165f8978d5ddca389b7 | Bump version to 1.5 | SectorLabs/django-postgres-extra | setup.py | setup.py | import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
setup(
name='django-postgres-extra',
version='1.5',
packages=find_packages(),
include_package_data=True,
license='MIT License',
descript... | import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
setup(
name='django-postgres-extra',
version='1.4',
packages=find_packages(),
include_package_data=True,
license='MIT License',
descript... | mit | Python |
511384f46fd566ef49c43cae912b6d637a4b9e97 | Bump to 0.9.3 | quru/flask-csrf | setup.py | setup.py | """
flask-csrf
----------
A small Flask extension for adding CSRF protection.
Links
`````
* `documentation <http://sjl.bitbucket.org/flask-csrf/>`_
* `development version
<http://bitbucket.org/sjl/flask-csrf/get/tip.gz#egg=flask-csrf-dev`_
"""
from setuptools import setup
setup(
name='flask-csrf',
vers... | """
flask-csrf
----------
A small Flask extension for adding CSRF protection.
Links
`````
* `documentation <http://sjl.bitbucket.org/flask-csrf/>`_
* `development version
<http://bitbucket.org/sjl/flask-csrf/get/tip.gz#egg=flask-csrf-dev`_
"""
from setuptools import setup
setup(
name='flask-csrf',
vers... | mit | Python |
812b60d5fdb50faa5c507fd556048c0e6077debd | fix bug setup.py | PyThaiNLP/pythainlp | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup
from setuptools import find_packages
import codecs
with codecs.open('README.rst','r',encoding='utf-8') as readme_file:
readme = readme_file.read()
requirements = [
'pyicu>=1.9.2',
'nltk>=3.2.2',
'future>=0.16.0',
'dill',
'six'
]
test_requir... | # -*- coding: utf-8 -*-
import sys
reload(sys)
sys.setdefaultencoding('utf8')
from setuptools import setup
from setuptools import find_packages
import codecs
with codecs.open('README.rst','r',encoding='utf-8') as readme_file:
readme = readme_file.read()
requirements = [
'pyicu>=1.9.2',
'nltk>=3.2.2',
... | apache-2.0 | Python |
5f58d9f73b3b674d1d39ea7027a2e6de6dc8ff44 | Add requests as installation dependency. | EmilStenstrom/python-nutshell | setup.py | setup.py | # -*- coding: utf-8 -*-
from distutils.core import setup
setup(
name='nutshell',
packages=['nutshell'],
version='0.1.1',
description='A minimal python library to access Nutshell CRM:s JSON-RPC API.',
author=u'Emil Stenström',
author_email='em@kth.se',
url='https://github.com/EmilStenstrom/p... | # -*- coding: utf-8 -*-
from distutils.core import setup
setup(
name='nutshell',
packages=['nutshell'],
version='0.1.1',
description='A minimal python library to access Nutshell CRM:s JSON-RPC API.',
author=u'Emil Stenström',
author_email='em@kth.se',
url='https://github.com/EmilStenstrom/p... | mit | Python |
e6496f03da02a642953334e1d71f869b63cd153b | Bump version. | markstory/lint-review,markstory/lint-review,markstory/lint-review | setup.py | setup.py | from setuptools import setup, find_packages
PACKAGE_NAME = "lintreview"
VERSION = "1.29.0"
requirements = open('./requirements.txt', 'r')
setup(
name=PACKAGE_NAME,
version=VERSION,
description="Lint Review, an automated code review tool that "
"integrates with github. Integrates with the ... | from setuptools import setup, find_packages
PACKAGE_NAME = "lintreview"
VERSION = "1.28.4"
requirements = open('./requirements.txt', 'r')
setup(
name=PACKAGE_NAME,
version=VERSION,
description="Lint Review, an automated code review tool that "
"integrates with github. Integrates with the ... | mit | Python |
eb6fc7f7e63ef53fd23ef927b1295e332fce2a0d | Install unittest2 for Python 2.6 | frewsxcv/python-geojson | setup.py | setup.py | import sys
import io
from setuptools import setup
readme_text = io.open("README.rst", "r").read()
def test_suite():
import doctest
try:
import unittest2 as unittest
except:
import unittest
suite = unittest.TestLoader().discover("tests")
suite.addTest(doctest.DocFileSuite("README.... | import doctest
import sys
import io
import unittest
from setuptools import setup
readme_text = io.open("README.rst", "r").read()
def test_suite():
suite = unittest.TestLoader().discover("tests")
suite.addTest(doctest.DocFileSuite("README.rst"))
return suite
if sys.version_info[:2] not in [(2, 6), (2, 7)... | bsd-3-clause | Python |
37f96e1adae32fcf668207c54074fdd52a10f014 | Bump version to 3.4m1 | cloudify-cosmo/cloudify-rest-client | setup.py | setup.py | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | apache-2.0 | Python |
3b33bbd2513c78a642139784995007560dd84070 | fix of package data path | tudo-astroparticlephysics/starry_night | setup.py | setup.py | from distutils.core import setup
setup(
name='starry_night',
version='1.1',
description='A tool for detecting clouds in the night sky based on star detection.',
url='https://bitbucket.org/solarer/starry_night',
author='Jan Adam',
author_email='jan.adam@tu-dortmund.de',
license='MIT',
pa... | from distutils.core import setup
setup(
name='starry_night',
version='1.1',
description='A tool for detecting clouds in the night sky based on star detection.',
url='https://bitbucket.org/solarer/starry_night',
author='Jan Adam',
author_email='jan.adam@tu-dortmund.de',
license='MIT',
pa... | mit | Python |
35043e302516ac9d826f30e9ee168f6f5877e57f | add url to setup | bendichter/brokenaxes | setup.py | setup.py | from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='brokenaxes',
version='0.4.1',
d... | from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='brokenaxes',
version='0.4.1',
d... | mit | Python |
3549a9fd97876fcc1082a5aedad655c6f3e6bf8b | switch development status to "Beta" | carfi/robotframework-hub,carfi/robotframework-hub,boakley/robotframework-hub,boakley/robotframework-hub,boakley/robotframework-hub,carfi/robotframework-hub | setup.py | setup.py | # N.B. to push a new version to PyPi, update the version number
# in rfhub/version.py and then run 'python setup.py sdist upload'
from setuptools import setup
execfile('rfhub/version.py')
setup(
name = 'robotframework-hub',
version = __version__,
author = 'Bryan Oakley',
... | # N.B. to push a new version to PyPi, update the version number
# in rfhub/version.py and then run 'python setup.py sdist upload'
from setuptools import setup
execfile('rfhub/version.py')
setup(
name = 'robotframework-hub',
version = __version__,
author = 'Bryan Oakley',
... | apache-2.0 | Python |
65c83540e34fc23af8e07a0cb7555d60534726af | Change order of extra requirements. | sgmap/openfisca-core,benjello/openfisca-core,openfisca/openfisca-core,benjello/openfisca-core,adrienpacifico/openfisca-core,openfisca/openfisca-core | setup.py | setup.py | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <contact@openfisca.fr>
#
# Copyright (C) 2011, 2012, 2013, 2014 OpenFisca Team
# https://github.com/openfisca
#
# This file is part of OpenFisca.
#
# OpenFisca is free software; you can redistribute... | #! /usr/bin/env python
# -*- coding: utf-8 -*-
# OpenFisca -- A versatile microsimulation software
# By: OpenFisca Team <contact@openfisca.fr>
#
# Copyright (C) 2011, 2012, 2013, 2014 OpenFisca Team
# https://github.com/openfisca
#
# This file is part of OpenFisca.
#
# OpenFisca is free software; you can redistribute... | agpl-3.0 | Python |
1a6418686fbf9d8ac87fc5d65fddba4d8c644e5c | update 0.4.10 | chainer/chainercv,yuyu2172/chainercv,yuyu2172/chainercv,pfnet/chainercv,chainer/chainercv | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
from setuptools import find_packages
from Cython.Distutils import build_ext
from distutils.extension import Extension
import numpy as np
description = """
Collection of Deep Learning Computer Vision Algorithms implemented in Chainer
"""
ext_modules = [
Ext... | #!/usr/bin/env python
from distutils.core import setup
from setuptools import find_packages
from Cython.Distutils import build_ext
from distutils.extension import Extension
import numpy as np
description = """
Collection of Deep Learning Computer Vision Algorithms implemented in Chainer
"""
ext_modules = [
Ext... | mit | Python |
bd4259d335a0dd68d41e4a4a22ee6a12761a67c0 | add number | PyThaiNLP/pythainlp | setup.py | setup.py | # ระบบติดตั้ง
from distutils.core import setup
setup(name='pythai-nlp',
version='0.1',
#description='Python Distribution Utilities',
author='Wannaphong',
author_email='wannaphong@yahoo.com',
#url='https://www.python.org/sigs/distutils-sig/',
packages=['romanization','number'],
... | # ระบบติดตั้ง
from distutils.core import setup
setup(name='pythai-nlp',
version='0.1',
#description='Python Distribution Utilities',
author='Wannaphong',
author_email='wannaphong@yahoo.com',
#url='https://www.python.org/sigs/distutils-sig/',
packages=['romanization'],
license=... | apache-2.0 | Python |
f8b5f939296414fc02baec948c4203755f6345b6 | Fix url | ZeitOnline/zeit.content.link | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='zeit.content.link',
version='2.0.0.dev0',
author='gocept',
author_email='mail@gocept.com',
url='https://bitbucket.org/gocept/zeit.content.link',
description="ZEIT Link",
packages=find_packages('src'),
package_dir={'': 'src'},
... | from setuptools import setup, find_packages
setup(
name='zeit.content.link',
version='2.0.0.dev0',
author='gocept',
author_email='mail@gocept.com',
url='https://svn.gocept.com/repos/gocept-int/zeit.cms',
description="ZEIT Link",
packages=find_packages('src'),
package_dir={'': 'src'},
... | bsd-3-clause | Python |
f7290953dc1295f7918949b06f03b638b691eac2 | bump required sendgrid version | ApplauseAQI/sendgrid-django,CloudNcodeInc/sendgrid-django,elbuo8/sendgrid-django | setup.py | setup.py | from setuptools import setup, find_packages
__version__ = None
with open('sgbackend/version.py') as f:
exec(f.read())
setup(
name='sendgrid-django',
version=str(__version__),
author='Yamil Asusta',
author_email='yamil@sendgrid.com',
url='https://github.com/elbuo8/sendgrid-django',
packages... | from setuptools import setup, find_packages
__version__ = None
with open('sgbackend/version.py') as f:
exec(f.read())
setup(
name='sendgrid-django',
version=str(__version__),
author='Yamil Asusta',
author_email='yamil@sendgrid.com',
url='https://github.com/elbuo8/sendgrid-django',
packages... | mit | Python |
bf9ce43ed2c284438447323eb25a91c2188da420 | Fix version | SpectraLogic/ds3_python3_sdk,SpectraLogic/ds3_python3_sdk,SpectraLogic/ds3_python3_sdk | setup.py | setup.py | # Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "lic... | # Copyright 2014-2017 Spectra Logic Corporation. All Rights Reserved.
# Licensed under the Apache License, Version 2.0 (the "License"). You may not use
# this file except in compliance with the License. A copy of the License is located at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# or in the "lic... | apache-2.0 | Python |
a307bb6d7b7867efd1725385b24fe09c2f5011b4 | Revert "Force rlp=0.3.9 to attempt fix build" | karlfloersch/pyethereum,ethereum/pyethereum,shahankhatch/pyethereum,pipermerriam/pyethereum,ethereum/pyethereum,karlfloersch/pyethereum,shahankhatch/pyethereum,pipermerriam/pyethereum | setup.py | setup.py | import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
class PyTest(TestCommand):
user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args ... | import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
class PyTest(TestCommand):
user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")]
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args ... | mit | Python |
e9595846d98a148c16250f94ab82ff2f81bc3644 | update package version. | gonsuke/python-luxio,gonsuke/python-luxio,gonsuke/python-luxio | setup.py | setup.py | from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
classifiers = """
Development Status :: 1 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 2
Topic :: Software Development :: Libraries
Topic :: D... | from distutils.core import setup
from distutils.extension import Extension
from Cython.Distutils import build_ext
classifiers = """
Development Status :: 1 - Beta
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 2
Topic :: Software Development :: Libraries
Topic :: D... | bsd-3-clause | Python |
444e88d840421336c0e253986d24d0f5ba758af4 | Bump version to 0.12.6 | thombashi/pytablereader,thombashi/pytablereader,thombashi/pytablereader | setup.py | setup.py | #!/usr/bin/env python
# encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
"""
import os.path
import sys
import setuptools
REQUIREMENT_DIR = "requirements"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else [... | #!/usr/bin/env python
# encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
"""
import os.path
import sys
import setuptools
REQUIREMENT_DIR = "requirements"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else [... | mit | Python |
11c30bfa18270bdced8c3861e6fec874e52db550 | Update setup.py (still in progress) | Linaro/lava-server,Linaro/lava-server,Linaro/lava-server,Linaro/lava-server,OSSystems/lava-server,OSSystems/lava-server,OSSystems/lava-server | setup.py | setup.py | #!/usr/bin/env python
#
# Copyright (C) 2010 Linaro Limited
#
# Author: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
#
# This file is part of Launch Control.
#
# Launch Control is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# as publishe... | #!/usr/bin/env python
#
# Copyright (C) 2010 Linaro Limited
#
# Author: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
#
# This file is part of Launch Control.
#
# Launch Control is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# as publishe... | agpl-3.0 | Python |
8822be1ded3e558ba840a4dec74a43f63a9edad4 | Test content type | michaelhelmick/lassie,michaelhelmick/lassie | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = '0.11.10'
packages = [
'lassie',
'lassie.filters',
'lassie.filters.oembed'
]
setup(
name='lassie',
version=__version__,
install_requires=op... | #!/usr/bin/env python
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = '0.11.10'
packages = [
'lassie',
'lassie.filters',
'lassie.filters.oembed'
]
setup(
name='lassie',
version=__version__,
install_requires=op... | mit | Python |
da22b1f76e2a2bc64c19632668d15ee048a6c0dd | update version number to 1.3.1 | tomturner/django-tenants,tomturner/django-tenants,tomturner/django-tenants | setup.py | setup.py | #!/usr/bin/env python
import io
from os.path import exists
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = "1.3.1"
setup(
name='django-tenants',
version=__version__,
author='Thomas Turner',
author_email='tom@twt.me.uk',
packages=[
... | #!/usr/bin/env python
import io
from os.path import exists
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
__version__ = "1.3.0"
setup(
name='django-tenants',
version=__version__,
author='Thomas Turner',
author_email='tom@twt.me.uk',
packages=[
... | mit | Python |
134884ca5beb5768ba9778a88133f330250f4f94 | Add pytest coverage analyser | AbeelLab/phasm,AbeelLab/phasm | setup.py | setup.py | import os
from setuptools import setup, find_packages
# Nice hack to retrieve docstring and version without importing the module
__version__ = None
__doc__ = ''
read_doc = 0 # Not started, in progress, done
init_file = os.path.join(os.path.dirname(__file__), 'phasm', '__init__.py')
for line in open(init_file).readli... | import os
from setuptools import setup, find_packages
# Nice hack to retrieve docstring and version without importing the module
__version__ = None
__doc__ = ''
read_doc = 0 # Not started, in progress, done
init_file = os.path.join(os.path.dirname(__file__), 'phasm', '__init__.py')
for line in open(init_file).readli... | mit | Python |
703ece22035fa92f71c14498283dc6211654f6c3 | Bump version | jesolem/geo-tools | setup.py | setup.py | from setuptools import setup
setup(name='geo-tools',
version='0.11',
description='Collection of geo tools',
author='Jan Erik Solem',
url='https://github.com/jesolem/geo-tools',
packages=['gh_geojson', 'geo_exif', 'geocoding'],
classifiers=[
'Development Status :: 4 - Beta'... | from setuptools import setup
setup(name='geo-tools',
version='0.1',
description='Collection of geo tools',
author='Jan Erik Solem',
url='https://github.com/jesolem/geo-tools',
packages=['gh_geojson', 'geo_exif', 'geocoding'],
classifiers=[
'Development Status :: 4 - Beta',... | bsd-2-clause | Python |
c04e740db80792076c5a7299da8e552dfa3603bf | Include Package Data was missing. | Kirembu/django-helpline-faq,Kirembu/django-helpline-faq | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = 'django-helpline-faq',
version = '1.1',
description = 'A simple FAQ application for Django sites.',
long_description = read('README.rst'),
lic... | import os
from setuptools import setup, find_packages
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = 'django-helpline-faq',
version = '1.1',
description = 'A simple FAQ application for Django sites.',
long_description = read('README.rst'),
lic... | bsd-3-clause | Python |
36ba7e4df64981ff50bf77d0d227a74e15620ec4 | Update to 0.0.19 | njoyard/django-representatives,political-memory/django-representatives | setup.py | setup.py | from setuptools import find_packages, setup
setup(
name='django-representatives',
version='0.0.19',
description='Base app for government representative',
author='Laurent Peuch, Olivier Le Thanh Duong, Yohan Boniface, Arnaud Fabre, James Pic, Nicolas Joyard',
author_email='webmaster@memopol.org',
... | from setuptools import find_packages, setup
setup(
name='django-representatives',
version='0.0.18',
description='Base app for government representative',
author='Laurent Peuch, Olivier Le Thanh Duong, Yohan Boniface, Arnaud Fabre, James Pic, Nicolas Joyard',
author_email='webmaster@memopol.org',
... | agpl-3.0 | Python |
fbdae9649131545d0150ab050f04b0766679c9ba | Bump version | cloudify-cosmo/cloudify-rest-client | setup.py | setup.py | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | ########
# Copyright (c) 2013 GigaSpaces Technologies Ltd. All rights reserved
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless... | apache-2.0 | Python |
759957d7002e5ca2461b74575b0fb40811021a08 | Update license classifier | mattandahalfew/Levenshtein_search,mattandahalfew/Levenshtein_search,mattandahalfew/Levenshtein_search | setup.py | setup.py | from setuptools import setup, Extension
setup(
name='Levenshtein_search',
url='https://github.com/mattandahalfew/Levenshtein_search',
version='1.4.5',
author='Matt Anderson',
author_email='manderson3606@gmail.com',
description='Search through documents for approximately matching strings',
packages=[],
ext_modules=[Ext... | from setuptools import setup, Extension
setup(
name='Levenshtein_search',
url='https://github.com/mattandahalfew/Levenshtein_search',
version='1.4.5',
author='Matt Anderson',
author_email='manderson3606@gmail.com',
description='Search through documents for approximately matching strings',
packages=[],
ext_modules=[Ext... | mit | Python |
d258b8c18de7b51b613a1464ecb3aec8b22ffabe | bump version to 3.4.2 | llimllib/limbo,TetraEtc/limbo,llimllib/limbo,palachu/sdbot,rizaon/limbo,serverdensity/sdbot,TetraEtc/limbo | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Thanks to Kenneth Reitz, I stole the template for this
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
PYTHON3 = sys.version_info[0] > 2
required = ['requests>=2.5', 'websocket-client==0.32.0', 'beaut... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Thanks to Kenneth Reitz, I stole the template for this
import os
import sys
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
PYTHON3 = sys.version_info[0] > 2
required = ['requests>=2.5', 'websocket-client==0.32.0', 'beaut... | mit | Python |
b554a75c14043dffe06a48ddeb019253ba745486 | update setup.py | cenkalti/kuyruk,cenkalti/kuyruk | setup.py | setup.py | # coding=utf-8
import os
import re
from setuptools import setup, find_packages
def read(*fname):
with open(os.path.join(os.path.dirname(__file__), *fname)) as f:
return f.read()
def get_version():
for line in read('kuyruk', '__init__.py').splitlines():
m = re.match(r"__version__\s*=\s'(.*)'"... | # coding=utf-8
import os
import re
from setuptools import setup, find_packages
def read(*fname):
with open(os.path.join(os.path.dirname(__file__), *fname)) as f:
return f.read()
def get_version():
for line in read('kuyruk', '__init__.py').splitlines():
m = re.match(r"__version__\s*=\s'(.*)'"... | mit | Python |
dc7d94edb2c3cf735a7a4716b2dbc5c4c877ade4 | fix setup.py syntax error | coagulant/coveralls-python,coveralls-clients/coveralls-python | setup.py | setup.py | import os
from setuptools import setup
VERSION_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'coveralls', 'version.py')
DESCRIPTION = open('README.rst').read()
VERSION = None
with open(VERSION_FILE, 'r') as f:
VERSION = f.read().split()[2][1:-1]
setup(
name='... | import os
from setuptools import setup
VERSION_FILE = os.path.join(os.path.abspath(os.path.dirname(__file__)),
'coveralls', 'version.py')
DESCRIPTION = open('README.rst').read()
VERSION = None
with open(VERSION_FILE, 'r') as f:
VERSION = f.read().split()[2][1:-1]
setup(
name='... | mit | Python |
906c135c3001f5838af0cc39497bfdecb30f32f5 | remove upper bound on django requirement so this may be installed with newer pythons | counsyl/baya,counsyl/baya | setup.py | setup.py | from setuptools import find_packages
from setuptools import setup
def load_version():
"""Open and parse out the version number from the _version.py module.
Inspired by http://stackoverflow.com/a/7071358
"""
import re
version_file = "baya/_version.py"
version_line = open(version_file).read().r... | from setuptools import find_packages
from setuptools import setup
def load_version():
"""Open and parse out the version number from the _version.py module.
Inspired by http://stackoverflow.com/a/7071358
"""
import re
version_file = "baya/_version.py"
version_line = open(version_file).read().r... | mit | Python |
ffdd60ab838e299962991c2bebb3e09ae34ec657 | Update version | zzzsochi/includer | setup.py | setup.py | from setuptools import setup
setup(name='includer',
version='1.0.1',
description='Include and run callables',
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Development Status :: 5 -... | from setuptools import setup
setup(name='includer',
version='1.0.0',
description='Include and run callables',
classifiers=[
"License :: OSI Approved :: BSD License",
"Operating System :: POSIX",
"Programming Language :: Python :: 3",
"Development Status :: 5 -... | bsd-3-clause | Python |
7ea8ee9f73c013536342dab4a2fadf049a295029 | reduce duplication of information | m45t3r/burgaur,vga-/burgaur,m45t3r/burgaur,vga-/burgaur | setup.py | setup.py | import os
from setuptools import setup
from imp import load_source
burgaur = load_source("burgaur", "burgaur")
def read(fname):
filename = os.path.join(os.path.dirname(__file__), fname)
return open(filename).read().replace('#', '')
setup(
name="burgaur",
version=burgaur.__version__,
author=burgau... | from setuptools import setup
setup(
name="burgaur",
version="0.1",
author="Thiago Kenji Okada",
author_email="thiago.mast3r@gmail.com",
description=("A delicious AUR helper. Made from cower."),
license="MIT",
url="https://github.com/m45t3r/burgaur",
scripts=["burgaur"],
)
| mit | Python |
5b4bdebe7a894e2cb6e37728bfda2b3661a32461 | clarify license as MIT | carbonblack/cb-isight-connector,carbonblack/cb-isight-connector | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
sys.path.insert(0, "src/")
from cbisight.bridge import __version__
from distutils.core import setup
def get_data_files(rootdir):
# automatically build list of (dir, [file1, file2, ...],)
# for all files under src/root/ (or provided rootdir)
results = []
fo... | #!/usr/bin/env python
import os
import sys
sys.path.insert(0, "src/")
from cbisight.bridge import __version__
from distutils.core import setup
def get_data_files(rootdir):
# automatically build list of (dir, [file1, file2, ...],)
# for all files under src/root/ (or provided rootdir)
results = []
fo... | mit | Python |
47dd521b53444f891bda0589bf8614f81a4d72f4 | Bump Version to 2.0.53-dev | ooici/coi-services,ooici/coi-services,ooici/coi-services,ooici/coi-services,ooici/coi-services | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup
import os
import sys
# Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml)
if sys.platform == 'darwin':
os.environ['C_INCLU... | #!/usr/bin/env python
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup
import os
import sys
# Add /usr/local/include to the path for macs, fixes easy_install for several packages (like gevent and pyyaml)
if sys.platform == 'darwin':
os.environ['C_INCLU... | bsd-2-clause | Python |
35466fa98b9eb90797c3fbc233512225d3dd9b29 | remove install_requires | bmcool/django-ezutils,bmcool/django-ezutils | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='django-ezutils',
version=__import__('django_ezutils').__version__,
description='Django easy to use utility.',
long_description=open('README.rst').read(),
author='bmcool',
author_email='bloggerbm@gmail.com',
url='https://github.com/bmc... | from setuptools import setup, find_packages
setup(
name='django-ezutils',
version=__import__('django_ezutils').__version__,
description='Django easy to use utility.',
long_description=open('README.rst').read(),
author='bmcool',
author_email='bloggerbm@gmail.com',
url='https://github.com/bmc... | bsd-3-clause | Python |
7a744d4a8d864a5fc148b220dfbd5418bd0f303b | Bump version for API changes | fastly/ftw,fastly/ftw | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(name='ftw',
version='1.2.0',
description='Framework for Testing WAFs',
author='Chaim Sanders, Zack Allen',
author_email='zma4580@gmail.com, chaim.sanders@gmail.com',
url='https://www.github.com/fastly/ftw',
download_url='http... | #!/usr/bin/env python
from setuptools import setup
setup(name='ftw',
version='1.1.0',
description='Framework for Testing WAFs',
author='Chaim Sanders, Zack Allen',
author_email='zma4580@gmail.com, chaim.sanders@gmail.com',
url='https://www.github.com/fastly/ftw',
download_url='http... | apache-2.0 | Python |
50326ab92d995a10ca7413dff4e642654e839691 | Bump hotfix version | Outernet-Project/bottle-streamline | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
""" Return content of specified file """
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='bottle-streamline',
description='Python module writing class-based route handlers in bottle.',
k... | import os
from setuptools import setup, find_packages
def read(fname):
""" Return content of specified file """
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='bottle-streamline',
description='Python module writing class-based route handlers in bottle.',
k... | bsd-2-clause | Python |
cee57c54d9c02c4c0af4be9c9b5c8d2afb631c5e | Set install_requires file requirements.txt | williamroot/opps,YACOWS/opps,YACOWS/opps,jeanmask/opps,williamroot/opps,jeanmask/opps,opps/opps,opps/opps,opps/opps,opps/opps,YACOWS/opps,williamroot/opps,jeanmask/opps,williamroot/opps,jeanmask/opps,YACOWS/opps | setup.py | setup.py | #!/usr/bin/env python
# -*- coding:utf-8 -*-
from setuptools import setup, find_packages
import opps
REQUIREMENTS = [i.strip() for i in open("requirements.txt").readlines()]
dependency_links = ['http://github.com/avelino/django-googl/tarball/master'
'#egg=django-googl',
'http... | #!/usr/bin/env python
# -*- coding:utf-8 -*-
from setuptools import setup, find_packages
import opps
install_requires = ["django",
"south>=0.7",
"Pillow==1.7.8",
"thumbor",
'libthumbor',
"django-googl==0.1.1",
... | mit | Python |
cea760054ed1ca8c1f8e5a50cf1b26585718fe92 | Sort REQUIRES | CTPUG/wafer,CTPUG/wafer,CTPUG/wafer,CTPUG/wafer | setup.py | setup.py | from glob import glob
import subprocess
import sys
from setuptools import find_packages, setup
REQUIRES = [
'Django>=2.2,<3.1',
'diff-match-patch',
'django-bakery>=0.12.0',
'django-crispy-forms',
'django-markitup>=4.0.0',
'django-nose',
'django-registration-redux',
'django-reversion',
... | from glob import glob
import subprocess
import sys
from setuptools import find_packages, setup
REQUIRES = [
'Django>=2.2,<3.1',
'django-crispy-forms',
'django-nose',
'django-registration-redux',
'djangorestframework',
'drf-extensions>=0.5.0',
'jsonfield',
'pillow',
'diff-match-patc... | isc | Python |
67a0f6c0aa8015f5dea7dcc8c7bc6cae809016f5 | Add upper limit of pandas | wind-python/windpowerlib | setup.py | setup.py | import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='windpowerlib',
version='0.1.2dev',
description='Creating time series of wind power plants.',
url='http://github.com/wind-python/windpowerlib',
author='oe... | import os
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='windpowerlib',
version='0.1.2dev',
description='Creating time series of wind power plants.',
url='http://github.com/wind-python/windpowerlib',
author='oe... | mit | Python |
d9ba1a23ff3305bb17d50f9066a294bbbb77e297 | add find_packages in setup.py | cedric222/pycarwings2,jdhorne/pycarwings2 | setup.py | setup.py | #!/usr/bin/env python
from os.path import join
from setuptools import setup, find_packages
NAME = 'pycarwings2'
PACKAGE = NAME.replace('-', '_')
def get_version():
with open(join(PACKAGE, '__init__.py')) as fileobj:
for line in fileobj:
if line.startswith('__version__ ='):
... | #!/usr/bin/env python
from os.path import join
from setuptools import setup, find_packages
NAME = 'pycarwings2'
PACKAGE = NAME.replace('-', '_')
def get_version():
with open(join(PACKAGE, '__init__.py')) as fileobj:
for line in fileobj:
if line.startswith('__version__ ='):
... | apache-2.0 | Python |
9f0d5ea213b8c34926e6c3e0d8e75f89c2181fab | remove useless dependency for Debian distribution packaging | SamyCookie/python-ant,SamyCookie/python-ant,mch/python-ant,mch/python-ant | setup.py | setup.py | # -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2011, Martín Raúl Villalba
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the So... | # -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2011, Martín Raúl Villalba
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to
# deal in the So... | mit | Python |
6323c12fadf57fb9cef7870285285cfda7caaafd | Work on jenkins job generation | NitorCreations/nitor-deploy-tools,NitorCreations/nitor-deploy-tools,NitorCreations/nitor-deploy-tools | setup.py | setup.py | # Copyright 2016-2017 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | # Copyright 2016-2017 Nitor Creations Oy
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | apache-2.0 | Python |
13cb309cdb71d24cc9dae958ab0a4c6e11adf504 | change license in the classifiers meta | davejmac/django-easypost | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import easypost
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
version = easypost.__version__
readme = open('README.md').read()
setup(
name='django-easypost',
version=version,
description... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import easypost
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
version = easypost.__version__
readme = open('README.md').read()
setup(
name='django-easypost',
version=version,
description... | mit | Python |
197230f27221aa6e526f3aac09c2ec1bd177c808 | add redbot.subrequest to setup.py | mnot/redbot,mnot/redbot,mnot/redbot | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(name='redbot',
version='1.0',
description='Resource Expert Droid',
author='Mark Nottingham',
author_email='mnot@mnot.net',
url='http://redbot.org/project/',
packages=['redbot', 'redbot.formatter', 'redbot.subrequest'],
... | #!/usr/bin/env python
from distutils.core import setup
setup(name='redbot',
version='1.0',
description='Resource Expert Droid',
author='Mark Nottingham',
author_email='mnot@mnot.net',
url='http://redbot.org/project/',
packages=['redbot', 'redbot.formatter'],
package_dir={'red... | mit | Python |
cd3fca7a82eb622b684eb0c7c0ea916f39d9b557 | revert preventing normalization (#49) | googleapis/python-media-translation,googleapis/python-media-translation | setup.py | setup.py | # -*- coding: utf-8 -*-
# Copyright (C) 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... | # -*- coding: utf-8 -*-
# Copyright (C) 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable ... | apache-2.0 | Python |
62ade22b488bd256086c1a1e682cbb4ae9dd9230 | Add missing PyYAML dependency | bulv1ne/django-utils,bulv1ne/django-utils | setup.py | setup.py | # !/usr/bin/env python
from itertools import chain
from setuptools import setup
extras_require = {
'markdown': [
'Markdown>=2.6,<3'
],
'pipeline': [
'django-pipeline>=1.6,<1.7',
'libsass>=0.11,<0.13',
'csscompressor>=0.9,<1.0',
],
'raven': [
'raven>=6.0,<6.... | # !/usr/bin/env python
from itertools import chain
from setuptools import setup
extras_require = {
'markdown': [
'Markdown>=2.6,<3'
],
'pipeline': [
'django-pipeline>=1.6,<1.7',
'libsass>=0.11,<0.13',
'csscompressor>=0.9,<1.0',
],
'raven': [
'raven>=6.0,<6.... | mit | Python |
f4b4ea456dbc0196de86afb730139327e0bd2250 | Update setup file | the-hypermedia-project/representor-python | setup.py | setup.py | from setuptools import setup, find_packages
import hypermedia_resource
setup(name='hypermedia_resource',
version=hypermedia_resource.__version__,
description='Generic interface for hypermedia messages',
author='Stephen Mizell',
author_email='smizell@gmail.com',
url='https://github.com/the-hypermedi... | from setuptools import setup, find_packages
import hypermedia_resource
setup(name='HypermediaResource',
version=hypermedia_resource.__version__,
description='Generic interface for hypermedia messages',
author='Stephen Mizell',
author_email='smizell@gmail.com',
url='https://github.com/the-hypermedia... | mit | Python |
481fdf6aed9fba6189178aea313ccf523b0f93fa | Fix setup.py | evolvedlight/pydashie,leader716/pydashie,leader716/pydashie,xavpaice/cloud-pydashie,leader716/pydashie,edhiley/pydashie,evolvedlight/pydashie,xavpaice/cloud-pydashie,edhiley/pydashie,edhiley/pydashie,xavpaice/cloud-pydashie,edhiley/pydashie,evolvedlight/pydashie | setup.py | setup.py | from distutils.core import setup
setup(
name='PyDashie',
version='0.1dev',
packages=['pydashie',],
license='MIT',
long_description=open('README.rst').read(),
)
| from distutils.core import setup
setup(
name='PyDashie',
version='0.1dev',
packages=['pydashie',],
license='MIT',
long_description=open('README.txt').read(),
)
| mit | Python |
262c8b7a9e1f69a4ec152c059d94a1db80d49c17 | Add pandas dependency | slundberg/shap,slundberg/shap,slundberg/shap,slundberg/shap | setup.py | setup.py | from setuptools import setup
# to publish use:
# > python setup.py sdist upload
# which depends on ~/.pypirc
setup(name='shap',
version='0.8.0',
description='Explains the output of any machine learning model using expectations and Shapley values.',
url='http://github.com/slundberg/shap',
autho... | from setuptools import setup
# to publish use:
# > python setup.py sdist upload
# which depends on ~/.pypirc
setup(name='shap',
version='0.8.0',
description='Explains the output of any machine learning model using expectations and Shapley values.',
url='http://github.com/slundberg/shap',
autho... | mit | Python |
b7445b6a45e5dcda32f2df543f6390d902de798e | add missing requirement | jantman/pypuppetdb-daily-report | setup.py | setup.py | from setuptools import setup
from sys import version_info
from pypuppetdb_daily_report import VERSION
pyver_requires = ['pypuppetdb>=0.1.0, <=1.0.0',
'anyjson>=0.3.0, <=1.0.0',
'Jinja2>=2.7.0, <=2.8.0',
'pytz',
'tzlocal>=1.1., <=2.0.0',
... | from setuptools import setup
from sys import version_info
from pypuppetdb_daily_report import VERSION
pyver_requires = ['pypuppetdb>=0.1.0, <=1.0.0',
'anyjson>=0.3.0, <=1.0.0',
'Jinja2>=2.7.0, <=2.8.0',
'pytz',
'tzlocal>=1.1., <=2.0.0'
... | apache-2.0 | Python |
5cc443939dcc028318dae3bc47e86ea0067d715f | add Python 3.7 and 3.8 PyPI classifiers | ivelum/djangoql,ivelum/djangoql,ivelum/djangoql | setup.py | setup.py | #!/usr/bin/env python
import djangoql
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
packages = ['djangoql']
requires = ['ply>=3.8']
setup(
name='djangoql',
version=djangoql.__version__,
description='DjangoQL: Advanced search language for Django',
lon... | #!/usr/bin/env python
import djangoql
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
packages = ['djangoql']
requires = ['ply>=3.8']
setup(
name='djangoql',
version=djangoql.__version__,
description='DjangoQL: Advanced search language for Django',
lon... | mit | Python |
c210fcad13ed61c0271154e41e3d8f20e19092e1 | Add publish command to setup.py | streeter/django-haystack-panel | setup.py | setup.py | #!/usr/bin/env python
import os
import sys
from setuptools import setup, find_packages
if sys.argv[-1] == 'publish':
os.system('python setup.py register sdist bdist_wheel upload')
sys.exit()
setup(
name='django-haystack-panel',
version='0.2.0',
description='A Django Debug Toolbar panel for Hay... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='django-haystack-panel',
version='0.2.0',
description='A Django Debug Toolbar panel for Haystack',
long_description=open('README.rst').read(),
author='Chris Streeter',
author_email='chris@chrisstreeter.com',
url... | mit | Python |
199c421742c054129bc07ecfdf8b255482c4ad28 | Update dependencies and bump patch version | openspending/ckanext-budgets,openspending/ckanext-budgets | setup.py | setup.py | from setuptools import setup, find_packages
import sys, os
version = '0.1.1'
description = "CKAN extension for creating/distributing budget data packages"
with open('README.rst') as readme:
long_description = readme.read()
setup(
name='ckanext-budgets',
version=version,
description=description,
l... | from setuptools import setup, find_packages
import sys, os
version = '0.1.0'
description = "CKAN extension for creating/distributing budget data packages"
with open('README.rst') as readme:
long_description = readme.read()
setup(
name='ckanext-budgets',
version=version,
description=description,
l... | agpl-3.0 | Python |
be1d1635ceab86ba8b47c93767dcdb9698b5dcce | Update setup.py | iandees/esri-dump,openaddresses/pyesridump | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='esridump',
version='0.1.0',
description='Dump geodata from ESRI endpoints to GeoJSON',
long_description=readme,
a... | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
with open('LICENSE') as f:
license = f.read()
setup(
name='esri-dump',
version='0.1.0',
description='Dump geodata from ESRI endpoints to GeoJSON',
long_description=readme,
... | mit | Python |
3c9dbc27a7e6b6f804398723f8e4e05d28a92654 | use completion widget 0.3.1 | ivelum/djangoql,ivelum/djangoql,ivelum/djangoql | setup.py | setup.py | #!/usr/bin/env python
from subprocess import check_call
from setuptools import setup
from setuptools.command.develop import develop
from setuptools.command.install import install
import djangoql
def download_completion_widget():
src_base = 'https://github.com/ivelum/djangoql-completion/raw/0.3.1/dist/'
tar... | #!/usr/bin/env python
from subprocess import check_call
from setuptools import setup
from setuptools.command.develop import develop
from setuptools.command.install import install
import djangoql
def download_completion_widget():
src_base = 'https://github.com/ivelum/djangoql-completion/raw/0.3.0/dist/'
tar... | mit | Python |
3c8004d5b5cb0b5e9d7dac1559da2fe7c32aecd2 | Fix test requirements | brickgao/specchio | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import find_packages, setup
from specchio import __version__
tests_requirements = [
"mock >= 1.0.1, < 2.0.0",
"testfixtures >= 4.1.2, < 5.0.0"
]
setup(
name="Specchio",
version=__version__,
url="https://github.com/brickgao/specchio",
... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from specchio import __version__
from setuptools import find_packages, setup
setup(
name="Specchio",
version=__version__,
url="https://github.com/brickgao/specchio",
license="MIT",
description="Specchio is a tool that can help you rsync your file,"
... | mit | Python |
56eee0e5affea7eaf15564b82db9974d51569470 | Update peewee version requirement. | coleifer/flask-peewee,coleifer/flask-peewee,coleifer/flask-peewee | setup.py | setup.py | import sys
from setuptools import setup, find_packages
requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=3.0.0', 'wtforms', 'wtf-peewee']
if sys.version_info[:2] < (2, 6):
requirements.append('simplejson')
setup(
name='flask-peewee',
version='3.0.0',
url='http://github.com/coleifer/flask-peewee/... | import sys
from setuptools import setup, find_packages
requirements = ['Flask', 'werkzeug', 'jinja2', 'peewee>=2.7.3', 'wtforms', 'wtf-peewee']
if sys.version_info[:2] < (2, 6):
requirements.append('simplejson')
setup(
name='flask-peewee',
version='3.0.0',
url='http://github.com/coleifer/flask-peewee/... | mit | Python |
e978885605cb45d04950ed016063b48e17eda892 | support the upcoming pytest 3.0 | tarpas/pytest-testmon | setup.py | setup.py | from setuptools import setup
setup(
name='pytest-testmon',
description='take TDD to a new level with py.test and testmon',
long_description=''.join(open('README.rst').readlines()),
version='0.8.2',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
url='https://gi... | from setuptools import setup
setup(
name='pytest-testmon',
description='take TDD to a new level with py.test and testmon',
long_description=''.join(open('README.rst').readlines()),
version='0.8.2',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
url='https://gi... | agpl-3.0 | Python |
e4b26037cf6e8f941ffe259f1b6f2f9ef6473af5 | Fix setup.py to not require pypandoc | stphivos/django-mock-queries | setup.py | setup.py | from distutils.core import setup
from pip.req import parse_requirements
install_req = parse_requirements('requirements/core.txt', session='skip')
req = [str(ir.req) for ir in install_req]
def read_md(filename):
try:
from pypandoc import convert_file
return convert_file(filename, 'rst')
except... | from distutils.core import setup
from os import environ
from pip.req import parse_requirements
install_req = parse_requirements('requirements/core.txt', session='skip')
req = [str(ir.req) for ir in install_req]
def read_md(filename):
try:
from pypandoc import convert_file
return convert_file(file... | mit | Python |
167928c355ce4ba90fe619796deab1807f993e94 | bump version: 0.6.8 | whitews/FlowUtils,whitews/FlowUtils | setup.py | setup.py | from setuptools import setup, Extension
try:
from numpy import get_include
except ImportError:
raise RuntimeError(
"NumPy is required to build the C extension in FlowUtils")
logicle_extension = Extension(
'flowutils.logicle_c',
sources=[
'flowutils/logicle_c_ext/_logicle.c',
'f... | from setuptools import setup, Extension
try:
from numpy import get_include
except ImportError:
raise RuntimeError(
"NumPy is required to build the C extension in FlowUtils")
logicle_extension = Extension(
'flowutils.logicle_c',
sources=[
'flowutils/logicle_c_ext/_logicle.c',
'f... | bsd-3-clause | Python |
72d01a13761afbdcdfeb4fabb9095fa786403b18 | Add tests requirements, fix console scripts definitions | shudmi/ngx-task | setup.py | setup.py | from setuptools import find_packages, setup
setup(
name='ngx-task',
version='0.2',
description='Testimonial for candidates to show up their code-foo',
author='Dmitry Shulyak',
author_email='dmitri.shulyak@gmail.com',
url='https://github.com/shudmi/ngx-task',
classifiers=[
'License :... | from setuptools import find_packages, setup
setup(
name='ngx-task',
version='0.1',
description='Testimonial for candidates to show up their code-foo',
author='Dmitry Shulyak',
author_email='dmitri.shulyak@gmail.com',
url='https://github.com/shudmi/ngx-task',
classifiers=[
'License :... | apache-2.0 | Python |
6f6da808e98413c84b7a201944e8ea5292a5e980 | Prepare openprocurement.api 2.3.52. | openprocurement/openprocurement.api | setup.py | setup.py | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
README = f.read()
requires = [
'barbecue',
'chaussette',
'cornice',
'couchdb-schematics',
'gevent',
'iso8601',
'jsonpatch',
'li... | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.rst')) as f:
README = f.read()
requires = [
'barbecue',
'chaussette',
'cornice',
'couchdb-schematics',
'gevent',
'iso8601',
'jsonpatch',
'li... | apache-2.0 | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.