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 |
|---|---|---|---|---|---|---|---|---|
bc5ebc9aa6c77ca309efb9efeafd788fbe55be15 | Bump version | scott-w/rest-framework-latex,mypebble/rest-framework-latex | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='rest-framework-latex',
version='0.0.4',
description="A LaTeX renderer for Django REST Framework",
author="SF Software limited t/a Pebble",
author_email="sysadmin@mypebble.co.uk",
url="https://github.com/mypebble/rest-framework-latex",
... | from setuptools import setup, find_packages
setup(
name='rest-framework-latex',
version='0.0.3',
description="A LaTeX renderer for Django REST Framework",
author="SF Software limited t/a Pebble",
author_email="sysadmin@mypebble.co.uk",
url="https://github.com/mypebble/rest-framework-latex",
... | mit | Python |
dcf861b51cd0e1bd77918c4372c1b3cfd0f0710b | remove utility dependency, inherits from pyon | ooici/marine-integrations | 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 |
b0cf1b470ae724f02f6619ff4898d83567b9339a | Add python_requires | spatialaudio/jackclient-python | setup.py | setup.py | from setuptools import setup
__version__ = 'unknown'
# "import" __version__
for line in open('src/jack.py'):
if line.startswith('__version__'):
exec(line)
break
setup(
name='JACK-Client',
version=__version__,
package_dir={'': 'src'},
py_modules=['jack'],
setup_requires=['CFFI>... | from setuptools import setup
__version__ = 'unknown'
# "import" __version__
for line in open('src/jack.py'):
if line.startswith('__version__'):
exec(line)
break
setup(
name='JACK-Client',
version=__version__,
package_dir={'': 'src'},
py_modules=['jack'],
setup_requires=['CFFI>... | mit | Python |
283f573dcedcab267290eb740ba241750c14258d | update command line in setup | karec/oct,TheGhouls/oct,TheGhouls/oct,TheGhouls/oct,karec/oct | setup.py | setup.py | __author__ = 'manu'
import os
from setuptools import setup
from oct import __version__
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with open('README.rst') as f:
long_description = f.read()
setup(
name='oct',
version=__version__,
author='Emmanuel Valette',
author_email='manu.valette@gma... | __author__ = 'manu'
import os
from setuptools import setup
from oct import __version__
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
with open('README.rst') as f:
long_description = f.read()
setup(
name='oct',
version=__version__,
author='Emmanuel Valette',
author_email='manu.valette@gma... | mit | Python |
ad1a8d13a0ef13b2a53d0da7a929c4a7a244d2d1 | Update versions for mega-release. | googleapis/python-storage,googleapis/python-storage | setup.py | setup.py | # Copyright 2016 Google Inc.
#
# 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 in writing, ... | # Copyright 2016 Google Inc.
#
# 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 in writing, ... | apache-2.0 | Python |
c54467577ff6d324db19138b80234a4b99a3956f | Add optional dependency on html5-parser | python-mechanize/mechanize,python-mechanize/mechanize | setup.py | setup.py | #!/usr/bin/env python
"""Stateful programmatic web browsing.
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
mechanize.Browser implements the urllib2.OpenerDirector interface. Browser
objects have state, including navigation history, HTML form state, cookies,
etc. The set of feat... | #!/usr/bin/env python
"""Stateful programmatic web browsing.
Stateful programmatic web browsing, after Andy Lester's Perl module
WWW::Mechanize.
mechanize.Browser implements the urllib2.OpenerDirector interface. Browser
objects have state, including navigation history, HTML form state, cookies,
etc. The set of feat... | bsd-3-clause | Python |
ad2e4b07c8ab14464b663e0cd4015fb702e0ae39 | bump to 0.0.2 to test cipublish script | nhanb/fundoshi | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(*paths):
"""Build a file path from *paths* and return the contents."""
with open(os.path.join(*paths), 'r') as f:
return f.read()
setup(
name='fundoshi',
version='0.0.2',
description='Get manga series & chapter data from vario... | import os
from setuptools import setup, find_packages
def read(*paths):
"""Build a file path from *paths* and return the contents."""
with open(os.path.join(*paths), 'r') as f:
return f.read()
setup(
name='fundoshi',
version='0.0.1',
description='Get manga series & chapter data from vario... | mit | Python |
b506cad9aa9cd325cbc6bf2b0ddf418901a89ad1 | bump version to 1.9.8 | rjeschmi/vsc-base,rjeschmi/vsc-base | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# Copyright 2009-2014 Ghent University
#
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscen... | #!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# Copyright 2009-2014 Ghent University
#
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscen... | lgpl-2.1 | Python |
f21f190ccadccb5eb312ccd28e9e41dff106f905 | bump version 0.3.6 | williballenthin/viv-utils | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import setuptools
requirements = [
"funcy",
"argparse",
"pefile",
"ipython",
"vivisect",
"intervaltree",
]
setuptools.setup(
name='viv_utils',
version='0.3.6',
description="Utilities for binary analysis using vivisect.",
long_des... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import setuptools
requirements = [
"funcy",
"argparse",
"pefile",
"ipython",
"vivisect",
"intervaltree",
]
setuptools.setup(
name='viv_utils',
version='0.3.5',
description="Utilities for binary analysis using vivisect.",
long_des... | apache-2.0 | Python |
5238cf3b52cafa6b6ab40bc32cef0f8082e58182 | Fix email address in setup | orokusaki/pycard | setup.py | setup.py | from setuptools import setup, find_packages
# Calculate the version based on pycard.VERSION
version = '.'.join([str(v) for v in __import__('pycard').VERSION])
setup(
name='captain-pycard',
description='A simple library for payment card validation',
version=version,
author='Michael Angeletti',
aut... | from setuptools import setup, find_packages
# Calculate the version based on pycard.VERSION
version = '.'.join([str(v) for v in __import__('pycard').VERSION])
setup(
name='captain-pycard',
description='A simple library for payment card validation',
version=version,
author='Michael Angeletti',
aut... | mit | Python |
2e5e653588c40e0817e7fdf5f02edec2c22e33f8 | Remove setuptools | codingsmartschool/PyMaIn | setup.py | setup.py | #!/usr/bin/python
import os
def plus(os):
os.system("plus.py")
def minus(os):
os.system("minus.py")
def divide(os):
os.system("divide.py")
def multi(os):
os.system("multi.py")
def modulos(os):
os.system("modulos.py") | #!/usr/bin/python
from setup
import os
import setuptools
def plus(os):
os.system("plus.py")
def minus(os):
os.system("minus.py")
def divide(os):
os.system("divide.py")
def multi(os):
os.system("multi.py")
def modulos(os):
os.system("modulos.py") | mit | Python |
5ba554af56858bb5e2427c3fca4da1d5eff986ba | Bump version to 0.6.1 | kbussell/django-auditlog | setup.py | setup.py | from distutils.core import setup
setup(
name='django-auditlog',
version='0.6.1',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/MacmillanPlatform/django-auditlog/',
license='MIT',
author='... | from distutils.core import setup
setup(
name='django-auditlog',
version='0.6.0',
packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'],
package_dir={'': 'src'},
url='https://github.com/MacmillanPlatform/django-auditlog/',
license='MIT',
author='... | mit | Python |
691c0c2babe2e954cde9f0a59f4945fabc8e4443 | fix long description. | mocobeta/janome,mocobeta/janome,nakagami/janome,nakagami/janome | setup.py | setup.py | from setuptools import setup
import os
from zipfile import ZipFile
from janome.dic import *
dicdir = 'ipadic'
if not os.path.exists('sysdic') and os.path.exists(os.path.join('ipadic', 'sysdic.zip')):
print('Unzip dictionary data...')
with ZipFile(os.path.join(dicdir, 'sysdic.zip')) as zf:
zf.extracta... | from setuptools import setup
import os
from zipfile import ZipFile
from janome.dic import *
dicdir = 'ipadic'
if not os.path.exists('sysdic') and os.path.exists(os.path.join('ipadic', 'sysdic.zip')):
print('Unzip dictionary data...')
with ZipFile(os.path.join(dicdir, 'sysdic.zip')) as zf:
zf.extracta... | apache-2.0 | Python |
3ea6596db839331e63e5cbc89a1c20750d350c2c | make "python setup.py test" work | red-hat-storage/rhcephpkg,red-hat-storage/rhcephpkg | setup.py | setup.py | import os
import re
import sys
from setuptools.command.test import test as TestCommand
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
LONG_DESCRIPTION = open(readme).read()
module_file = open("rhcephpkg/__init__.py").read()
metadata = dict(re.findall("__([a-z]+)__\s*=\s*'([^']+)'", module_file))
clas... | import os
import re
readme = os.path.join(os.path.dirname(__file__), 'README.rst')
LONG_DESCRIPTION = open(readme).read()
module_file = open("rhcephpkg/__init__.py").read()
metadata = dict(re.findall("__([a-z]+)__\s*=\s*'([^']+)'", module_file))
from setuptools import setup
setup(
name = 'rhcephpkg... | mit | Python |
4df366170968e498101df41e4f71f32c3a3b0d7f | fix setup to include subpackage | dschep/django-xor-formfields,dschep/django-xor-formfields | setup.py | setup.py | from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='django-xor-formfields'... | from setuptools import setup, find_packages
from codecs import open
from os import path
here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='django-xor-formfields'... | mit | Python |
7ba330e714a768136260cd1191fe0379e7a75318 | set `description`; add trove classifiers | lookup/lu-dj-utils,lookup/lu-dj-utils | setup.py | setup.py | #!/usr/bin/env python
from __future__ import absolute_import, print_function, unicode_literals
from setuptools import find_packages, setup
import lu_dj_utils
with open('README.rst') as f:
readme = f.read()
packages = find_packages()
classifiers = (
'Development Status :: 4 - Beta',
'Environment :: Web... | #!/usr/bin/env python
from __future__ import absolute_import, print_function, unicode_literals
from setuptools import find_packages, setup
import lu_dj_utils
with open('README.rst') as f:
readme = f.read()
packages = find_packages()
classifiers = (
'Development Status :: 4 - Beta',
'Intended Audience ... | bsd-3-clause | Python |
32a6e9b55147874d5dfd560126c92d774bf14bf6 | Update setup.py to develop version | theherk/figgypy | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
import sys
try:
import pypandoc
readme = pypandoc.convert('README.md', 'rst')
except(IOError, ImportError):
with open('README.md') as f:
readme = f.read()
install_requires = [
'boto3',
'future',
'gnupg>=2.0.2',
'se... | #!/usr/bin/env python
from setuptools import setup, find_packages
import sys
try:
import pypandoc
readme = pypandoc.convert('README.md', 'rst')
except(IOError, ImportError):
with open('README.md') as f:
readme = f.read()
install_requires = [
'boto3',
'future',
'gnupg>=2.0.2',
'se... | mit | Python |
6c89e9a2eb6c429f9faf8f8fdbb7360239b15a61 | Remove namespace_packages argument which works with declare_namespace. | OpenCMISS-Bindings/opencmiss.utils | setup.py | setup.py | from setuptools import setup, find_packages
import io
# List all of your Python package dependencies in the
# requirements.txt file
def readfile(filename, split=False):
with io.open(filename, encoding="utf-8") as stream:
if split:
return stream.read().split("\n")
return stream.read()
... | from setuptools import setup, find_packages
import io
# List all of your Python package dependencies in the
# requirements.txt file
def readfile(filename, split=False):
with io.open(filename, encoding="utf-8") as stream:
if split:
return stream.read().split("\n")
return stream.read()
... | apache-2.0 | Python |
181d13b506377b501af623cf59202a75d816fdc7 | Make log colorization an optional package feature. | rjeschmi/vsc-base,rjeschmi/vsc-base | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# Copyright 2009-2014 Ghent University
#
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscen... | #!/usr/bin/env python
# -*- coding: latin-1 -*-
#
# Copyright 2009-2014 Ghent University
#
# This file is part of vsc-base,
# originally created by the HPC team of Ghent University (http://ugent.be/hpc/en),
# with support of Ghent University (http://ugent.be/hpc),
# the Flemish Supercomputer Centre (VSC) (https://vscen... | lgpl-2.1 | Python |
64e213d45c84c0ca08045fdb6a157a0291e65108 | Make setup.py py3 compatible | JorisDeRieck/Flexget,jawilson/Flexget,oxc/Flexget,drwyrm/Flexget,jawilson/Flexget,malkavi/Flexget,ianstalk/Flexget,Flexget/Flexget,LynxyssCZ/Flexget,Flexget/Flexget,jacobmetrick/Flexget,poulpito/Flexget,LynxyssCZ/Flexget,Danfocus/Flexget,Flexget/Flexget,LynxyssCZ/Flexget,Danfocus/Flexget,JorisDeRieck/Flexget,tobinjt/Fl... | setup.py | setup.py | from __future__ import print_function
import io
import sys
from setuptools import setup, find_packages
with io.open('README.rst', encoding='utf-8') as readme:
long_description = readme.read()
# Populates __version__ without importing the package
__version__ = None
with io.open('flexget/_version.py', encoding='u... | from __future__ import print_function
import io
import sys
from setuptools import setup, find_packages
with io.open('README.rst', encoding='utf-8') as readme:
long_description = readme.read()
# Populates __version__ without importing the package
__version__ = None
execfile('flexget/_version.py')
if not __versio... | mit | Python |
1703f196ea52d89f486952d584683b21b8f380e8 | Update setup.py | Brobin/django-seed,henocdz/django-seed,dchoruzy/django-seed,joke2k/django-faker,ar45/django-seed,joke2k/django-faker | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read_file(filename):
"""Read a file into a string"""
path = os.path.abspath(os.path.dirname(__file__))
filepath = os.path.join(path, filename)
try:
return open(filepath).read()
except IOError:
return ''
setup(
name='dj... | import os
from setuptools import setup, find_packages
def read_file(filename):
"""Read a file into a string"""
path = os.path.abspath(os.path.dirname(__file__))
filepath = os.path.join(path, filename)
try:
return open(filepath).read()
except IOError:
return ''
setup(
name='dj... | mit | Python |
185249b7fb8ea5373e0d5373332d7e2887bd4476 | Add hello world test for Parser. | Tanner/twttr | parser_test.py | parser_test.py | #! /usr/bin/env python
import StringIO
import sys
import unittest
from parser import Instruction, Parser
class TestInstruction(unittest.TestCase):
def test_construction(self):
with self.assertRaises(ValueError):
instruction = Instruction("Random string of characters that is not the right format")
with self.... | #! /usr/bin/env python
import unittest
from parser import Instruction
class TestInstruction(unittest.TestCase):
def test_construction(self):
with self.assertRaises(ValueError):
instruction = Instruction("Random string of characters that is not the right format")
with self.assertRaises(ValueError):
instru... | mit | Python |
09e2bb06e54c6c9c5f1de9282b05bacbcc5728c8 | include migrations for health_check_db in egg distribution. | mspeedy/django-health-check,KristianOellegaard/django-health-check,mspeedy/django-health-check,KristianOellegaard/django-health-check | setup.py | setup.py | import os
from setuptools import setup
from health_check import __version__
# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
# string in below ...
def read(fname... | import os
from setuptools import setup
from health_check import __version__
# Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level
# README file and 2) it's easier to type in the README file than to put a raw
# string in below ...
def read(fname... | mit | Python |
a409431d1923d91dee8c9ed5181bd924b22adb6f | Bump version | letmaik/lensfunpy,letmaik/lensfunpy | lensfunpy/_version.py | lensfunpy/_version.py | __version__ = "1.11.0"
| __version__ = "1.10.0" | mit | Python |
5920da980515fd58410801f7af27d591a3c53183 | bump version. | peerchemist/cryptotik | setup.py | setup.py | from setuptools import setup
setup(name='cryptotik',
version='0.2.5',
description='Standardized common API for several cryptocurrency exchanges.',
url='https://github.com/peerchemist/cryptotik',
author='Peerchemist',
author_email='peerchemist@protonmail.ch',
license='GLP',
pac... | from setuptools import setup
setup(name='cryptotik',
version='0.2.4',
description='Standardized common API for several cryptocurrency exchanges.',
url='https://github.com/peerchemist/cryptotik',
author='Peerchemist',
author_email='peerchemist@protonmail.ch',
license='GLP',
pac... | bsd-3-clause | Python |
9357d163e13a0e7bff481e6453a0dec7ebd95a72 | bump version | BlackstoneEngineering/yotta,stevenewey/yotta,ntoll/yotta,autopulated/yotta,autopulated/yotta,BlackstoneEngineering/yotta,stevenewey/yotta,iriark01/yotta,theotherjimmy/yotta,ARMmbed/yotta,ntoll/yotta,eyeye/yotta,iriark01/yotta,eyeye/yotta,theotherjimmy/yotta,bridadan/yotta,ARMmbed/yotta,bridadan/yotta | setup.py | setup.py | import os
from setuptools import setup, find_packages
# Utility function to cat in a file (used for the README)
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = "yotta",
version = "0.0.24",
author = "James Crosby",
author_email = "James.Crosby@arm.c... | import os
from setuptools import setup, find_packages
# Utility function to cat in a file (used for the README)
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name = "yotta",
version = "0.0.23",
author = "James Crosby",
author_email = "James.Crosby@arm.c... | apache-2.0 | Python |
759f58d875f6fa5caabb09a5f730e2d3e2ea8b2b | Bump version id | crashlytics/riemann-sumd | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
version = "0.3.0"
setup(name="riemann-sumd",
version=version,
description="Python agent for scheduling event generating processes and sending the results to Riemann",
author="Brian Hatfield",
author_email="bmhatfield@gmail.com",
url=... | #!/usr/bin/env python
from distutils.core import setup
version = "0.2.2"
setup(name="riemann-sumd",
version=version,
description="Python agent for scheduling event generating processes and sending the results to Riemann",
author="Brian Hatfield",
author_email="bmhatfield@gmail.com",
url=... | mit | Python |
70abc0c81f7cedb5e54f30ee3d2da617ecb6e3f1 | fix setup | chromakode/karmabot | setup.py | setup.py | # Copyright the Karmabot authors and contributors.
# All rights reserved. See AUTHORS.
#
# This file is part of 'karmabot' and is distributed under the BSD license.
# See LICENSE for more details.
"""
Karmabot
--------
A highly extensible IRC karma+information bot
Features include, thing storage, karma tracking
Link... | # Copyright the Karmabot authors and contributors.
# All rights reserved. See AUTHORS.
#
# This file is part of 'karmabot' and is distributed under the BSD license.
# See LICENSE for more details.
"""
Karmabot
--------
A highly extensible IRC karma+information bot
Features include, thing storage, karma tracking
Link... | bsd-3-clause | Python |
74593323d5ae5a087b01bbd58f74c1aa22ce3937 | Add test for get_filter_period | aptivate/kashana,daniell/kashana,daniell/kashana,aptivate/alfie,daniell/kashana,daniell/kashana,aptivate/kashana,aptivate/kashana,aptivate/alfie,aptivate/alfie,aptivate/kashana,aptivate/alfie | django/website/logframe/tests/test_api.py | django/website/logframe/tests/test_api.py | from datetime import date, timedelta
from django.contrib.auth.models import Permission
from django.test.client import RequestFactory
from django_dynamic_fixture import G
import mock
import pytest
from rest_framework.request import Request
from contacts.models import User
from contacts.group_permissions import GroupP... | from django.contrib.auth.models import Permission
from django.test.client import RequestFactory
from django_dynamic_fixture import G
import mock
import pytest
from rest_framework.request import Request
from contacts.models import User
from contacts.group_permissions import GroupPermissions
from ..api import CanEditOr... | agpl-3.0 | Python |
f9f54a90a8bc7ba4c7583529590a413b1482aa1e | Bump version (2.0.0) | renstrom/python-jump-consistent-hash,renstrom/python-jump-consistent-hash,renstrom/python-jump-consistent-hash | setup.py | setup.py | # -*- coding: utf-8 -*-
"""
Jump Consistent Hash
--------------------
Python implementation of the jump consistent hash algorithm by John Lamping and
Eric Veach[1]. Requires Python 2.6-2.7 or 3.2+.
Usage
`````
.. code:: python
>>> import jump
>>> jump.hash(256, 1024)
520
Or if you want to use the C++ e... | # -*- coding: utf-8 -*-
"""
Jump Consistent Hash
--------------------
Python implementation of the jump consistent hash algorithm by John Lamping and
Eric Veach[1]. Requires Python 2.6-2.7 or 3.2+.
Usage
`````
.. code:: python
>>> import jump
>>> jump.hash(256, 1024)
520
Or if you want to use the C++ e... | mit | Python |
e698f2dd90e9ea40814800ab6614c926f71b0416 | Update version | jpulec/django-protractor,penguin359/django-protractor | 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()
# 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-protractor',
... | import os
from setuptools import find_packages, 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-protractor',
... | mit | Python |
e56b79484ac8277769e641a9b5cf72bda9bd8ebf | Fix the setup.py | greggy/django-registration | setup.py | setup.py | from distutils.core import setup
setup(name='registration',
version='0.1',
description='User-registration application for Django',
author='James Bennett',
author_email='james@b-list.org',
url='http://code.google.com/p/django-registration/',
packages=['registration'],
package_d... | from distutils.core import setup
setup(name='registration',
version='0.1',
description='User-registration application for Django',
author='James Bennett',
author_email='james@b-list.org',
url='http://code.google.com/p/django-registration/',
packages=['registration'],
classifie... | bsd-3-clause | Python |
894804df76f1ecde4acb17d705c5daaca7d757d5 | Bump version. | iMedicare/python-callfire | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.rst') as f:
readme = f.read()
setup(
name='python-callfire',
version='0.9.2',
description='CallFire API thin wrapper.',
long_description=readme,
author='Alexander Shchapov',
author_email='sasha@imedicar... | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
with open('README.rst') as f:
readme = f.read()
setup(
name='python-callfire',
version='0.9.1',
description='CallFire API thin wrapper.',
long_description=readme,
author='Alexander Shchapov',
author_email='sasha@imedicar... | mit | Python |
994fb3b3f3b2fa4e8da05fab7268eef14ca020b7 | Fix bad script name | darkpixel/openmesher,darkpixel/openmesher,heyaaron/openmesher,heyaaron/openmesher | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='openmesher',
version='0.6.1',
description='OpenMesher: Router OpenVPN p2p Mesh Link Generator',
author='Aaron C. de Bruyn',
author_email='aaron@heyaaron.com',
url='https://github.com/darkpixel/openmesher',
... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='openmesher',
version='0.6.1',
description='OpenMesher: Router OpenVPN p2p Mesh Link Generator',
author='Aaron C. de Bruyn',
author_email='aaron@heyaaron.com',
url='https://github.com/darkpixel/openmesher',
... | bsd-3-clause | Python |
ef30348ddaf7cd1f283d6ae7a008018f27ba1c71 | use Cython to build | douban/python-libmemcached,douban/python-libmemcached | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, Extension
from Cython.Distutils import build_ext
setup(
name = "python-libmemcached",
version = "1.0",
description="python memcached client wrapped on libmemcached",
maintainer="davies",
maintainer_email="davies.liu@gmail.com"... | #!/usr/bin/env python
from setuptools import setup, Extension
setup(
name = "python-libmemcached",
version = "0.40",
description="python memcached client wrapped on libmemcached",
maintainer="davies",
maintainer_email="davies.liu@gmail.com",
install_requires = ['pyrex']... | bsd-3-clause | Python |
4932f85d656e501bea688ec483f30fd8ab907a8c | Add Python 3.6 classifier to packaging | vkosuri/ChatterBot,gunthercox/ChatterBot | setup.py | setup.py | #!/usr/bin/env python
"""
ChatterBot setup file.
"""
from setuptools import setup
# Dynamically retrieve the version information from the chatterbot module
CHATTERBOT = __import__('chatterbot')
VERSION = CHATTERBOT.__version__
AUTHOR = CHATTERBOT.__author__
AUTHOR_EMAIL = CHATTERBOT.__email__
URL = CHATTERBOT.__url__... | #!/usr/bin/env python
"""
ChatterBot setup file.
"""
from setuptools import setup
# Dynamically retrieve the version information from the chatterbot module
CHATTERBOT = __import__('chatterbot')
VERSION = CHATTERBOT.__version__
AUTHOR = CHATTERBOT.__author__
AUTHOR_EMAIL = CHATTERBOT.__email__
URL = CHATTERBOT.__url__... | bsd-3-clause | Python |
7cbe3db336ad4d75f556f0cda8a6ddf15cd3f8b4 | add plots to local binary pattern example | bsipocz/scikit-image,keflavich/scikit-image,ofgulban/scikit-image,jwiggins/scikit-image,emmanuelle/scikits.image,emmanuelle/scikits.image,dpshelio/scikit-image,almarklein/scikit-image,blink1073/scikit-image,SamHames/scikit-image,almarklein/scikit-image,emon10005/scikit-image,ajaybhat/scikit-image,bsipocz/scikit-image,p... | doc/examples/plot_local_binary_pattern.py | doc/examples/plot_local_binary_pattern.py | """
===============================================
Local Binary Pattern for texture classification
===============================================
In this example, we will see how to classify textures based on LBP (Local Binary
Pattern). The histogram of the LBP result is a good measure to classify
textures. For simp... | """
===============================================
Local Binary Pattern for texture classification
===============================================
In this example, we will see how to classify textures based on LBP (Local Binary
Pattern). The histogram of the LBP result is a good measure to classify
textures. For simp... | bsd-3-clause | Python |
7c7b8a8688de576b144336cb27b812865d91506a | Bump version number to 0.9.6b7 | samuell/sciluigi,pharmbio/sciluigi,pharmbio/sciluigi | setup.py | setup.py | import os
import sys
try:
from setuptools import setup
except:
from distutils.core import setup
readme_note = '''\
.. note::
For the latest source, issues and discussion, etc, please visit the
`GitHub repository <https://github.com/samuell/sciluigi>`_\n\n
'''
with open('README.rst') as fobj:
long_... | import os
import sys
try:
from setuptools import setup
except:
from distutils.core import setup
readme_note = '''\
.. note::
For the latest source, issues and discussion, etc, please visit the
`GitHub repository <https://github.com/samuell/sciluigi>`_\n\n
'''
with open('README.rst') as fobj:
long_... | mit | Python |
416ec194c42092dd9fd28d8b71a77c403e14aa55 | Bump version number to v2.1.0 | GTG3000/Red_Star,medeor413/Red_Star | red_star/rs_version.py | red_star/rs_version.py | from collections import namedtuple
__all__ = ['version_tuple', 'version']
_VersionInfo = namedtuple("VersionInfo", 'major minor patch releaselevel')
version_tuple = _VersionInfo(major=2, minor=1, patch=0, releaselevel="release")
version = f"{version_tuple.major}.{version_tuple.minor}.{version_tuple.patch}"
if version... | from collections import namedtuple
__all__ = ['version_tuple', 'version']
_VersionInfo = namedtuple("VersionInfo", 'major minor patch releaselevel')
version_tuple = _VersionInfo(major=2, minor=0, patch=1, releaselevel="release")
version = f"{version_tuple.major}.{version_tuple.minor}.{version_tuple.patch}"
if version... | mit | Python |
d041ab4a09da6a2181e1b14f3d0f323ed9c29c6f | Make scored_by_user filter call model method | DjangoGirls/djangogirls,patjouk/djangogirls,DjangoGirls/djangogirls,DjangoGirls/djangogirls,patjouk/djangogirls,patjouk/djangogirls,patjouk/djangogirls | applications/templatetags/applications_tags.py | applications/templatetags/applications_tags.py | # -*- encoding: utf-8 -*-
from django import template
register = template.Library()
@register.filter
def scored_by_user(application, user):
return application.is_scored_by_user(user)
@register.simple_tag
def display_sorting_arrow(name, current_order):
is_reversed = False
if '-{}'.format(name) == curre... | # -*- encoding: utf-8 -*-
from django import template
from applications.models import Score
register = template.Library()
@register.filter
def scored_by_user(value, arg):
try:
score = Score.objects.get(application=value, user=arg)
return True if score.score else False
except Score.DoesNotExi... | bsd-3-clause | Python |
4cf729fe916157e97fb5e6cd527147c816246fa3 | Drop privileges before starting other services | asottile/pushmanager,Yelp/pushmanager,imbstack/pushmanager,imbstack/pushmanager,Yelp/pushmanager,YelpArchive/pushmanager,YelpArchive/pushmanager,asottile/pushmanager,YelpArchive/pushmanager,bis12/pushmanager,asottile/pushmanager,bis12/pushmanager,Yelp/pushmanager,YelpArchive/pushmanager,bis12/pushmanager,imbstack/pushm... | core/application.py | core/application.py | from abc import ABCMeta
from abc import abstractmethod
import daemon
import logging
import os
from optparse import OptionParser
import pwd
import sys
import time
import tornado.ioloop
from core import pid
from core.settings import Settings
logging.basicConfig(
level=logging.WARNING,
format="%(asctime)-15s [%... | from abc import ABCMeta
from abc import abstractmethod
import daemon
import logging
import os
from optparse import OptionParser
import pwd
import sys
import time
import tornado.ioloop
from core import pid
from core.settings import Settings
logging.basicConfig(
level=logging.WARNING,
format="%(asctime)-15s [%... | apache-2.0 | Python |
51274bd196dbde19d89d68c83b0cc7814b77d8ab | fix with exception for python3 | catinello/time-tracker,catinello/time-tracker | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
import sys
if sys.version_info[:2] != (2, 7):
raise Exception("Need Python 2.7.x")
setup (
name = "tt",
version = "0.2",
description="(tt) - time tracker",
long_description="lightweight command line tool to track time for projects",
author="Ant... | #!/usr/bin/env python
from setuptools import setup
import sys
if sys.version_info[:2] != (2, 7):
print "Need Python 2.7.x"
sys.exit(1)
setup (
name = "tt",
version = "0.2",
description="(tt) - time tracker",
long_description="lightweight command line tool to track time for projects",
au... | mit | Python |
360128c41dfe73f2d229a751bbe4611b4337d71a | Add invoke >= 0.8 to setup.py | Parsely/streamparse,Parsely/streamparse,codywilbourn/streamparse,codywilbourn/streamparse | setup.py | setup.py | #!/usr/bin/env python
"""
Copyright 2014-2015 Parsely, Inc.
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 agre... | #!/usr/bin/env python
"""
Copyright 2014-2015 Parsely, Inc.
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 agre... | apache-2.0 | Python |
b1d55ec6069f24729abb6b7bf304dca966b515fb | Change homepage in setup.py from github to readthedocs | lev-veshnyakov/django-import-data,lev-veshnyakov/django-import-data | setup.py | setup.py | """A setuptools based setup module.
See:
https://packaging.python.org/en/latest/distributing.html
https://github.com/pypa/sampleproject
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspa... | """A setuptools based setup module.
See:
https://packaging.python.org/en/latest/distributing.html
https://github.com/pypa/sampleproject
"""
# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path
here = path.abspa... | mit | Python |
403f00464801db437dbec6682a847b6479853f12 | Remove Python 2.5 as supported because I haven't actually tested this with it | andrewguy9/docopts,andrewguy9/docopts | setup.py | setup.py | # -*- coding: utf-8 -*-
import os
from setuptools import setup
def file_get_contents(name):
with open(os.path.join(os.path.dirname(__file__), name)) as f:
return f.read()
setup(name = "docopts",
version = "0.5.0+fix",
author = "Lari Rasku",
author_email ... | # -*- coding: utf-8 -*-
import os
from setuptools import setup
def file_get_contents(name):
with open(os.path.join(os.path.dirname(__file__), name)) as f:
return f.read()
setup(name = "docopts",
version = "0.5.0+fix",
author = "Lari Rasku",
author_email ... | mit | Python |
c0490aaa47507bd6ba9b34f3b27bd8ba96c339d7 | Fix setup entry point | Deepwalker/pundler | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
import os.path
def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname)).read()
except IOError:
return ''
setupconf = dict(
name='pundle',
version='0.2.5',
license='BSD',
url='https://github.com/Deepw... | #!/usr/bin/env python
from setuptools import setup
import os.path
def read(fname):
try:
return open(os.path.join(os.path.dirname(__file__), fname)).read()
except IOError:
return ''
setupconf = dict(
name='pundle',
version='0.2.5',
license='BSD',
url='https://github.com/Deepw... | bsd-2-clause | Python |
fb8839cbd3c7829584dd8cc9d2282614b9a6e3c2 | Cut 0.0.4 | bitprophet/pytest-relaxed | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='pytest-relaxed',
version='0.0.4',
description='Relaxed test discovery/organization for pytest',
license='BSD',
url="https://github.com/bitprophet/pytest-relaxed",
author='Jeff Forcier',
author_email='jeff@bitpr... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='pytest-relaxed',
version='0.0.3',
description='Relaxed test discovery/organization for pytest',
license='BSD',
url="https://github.com/bitprophet/pytest-relaxed",
author='Jeff Forcier',
author_email='jeff@bitpr... | bsd-2-clause | Python |
6c1e355b7229977a6fc028cb72d6cbde0cb0289d | Update studio_object.py | tyrylu/pyfmodex | pyfmodex/studio/studio_object.py | pyfmodex/studio/studio_object.py | """Parent class for most other classes related to FMOD Stdio."""
from ..utils import ckresult
from .library import get_library
class StudioObject:
"""A base FMOD studio object."""
function_prefix = '' # to be overridden in subclasses
def __init__(self, ptr):
"""Constructor.
:param... | """Parent class for most other classes related to FMOD Stdio."""
from ..utils import ckresult
from .library import get_library
class StudioObject:
"""A base FMOD studio object."""
function_prefix = '' # to be overridden in subclasses
def __init__(self, ptr):
"""Constructor.
:param... | mit | Python |
639d784eebba9aa6c88dd4c275790508c17ffde4 | Bump version | andreroggeri/pynubank | setup.py | setup.py | import os
from setuptools import setup, find_packages
def read(fname):
with open(os.path.join(os.path.dirname(__file__), fname)) as f:
return f.read()
setup(
name='pynubank',
version='2.8.0',
url='https://github.com/andreroggeri/pynubank',
author='André Roggeri Campos',
author_email='... | from setuptools import setup, find_packages
setup(
name='pynubank',
version='2.7.2',
url='https://github.com/andreroggeri/pynubank',
author='André Roggeri Campos',
author_email='a.roggeri.c@gmail.com',
license='MIT',
packages=find_packages(),
package_data={'pynubank': ['queries/*.gql', ... | mit | Python |
2f54c01fb6666beada00535a1b8ee5346a1a7ff0 | Prepare release v1.0.1 | GeoscienceAustralia/fetch,GeoscienceAustralia/fetch | setup.py | setup.py | #!/usr/bin/env python2.7
from __future__ import print_function
from distutils.core import setup
import os
version = '1.0.1'
# Append TeamCity build number if it gives us one.
if 'TC_BUILD_NUMBER' in os.environ and version.endswith('b'):
version += '' + os.environ['TC_BUILD_NUMBER']
setup(name='fetch',
main... | #!/usr/bin/env python2.7
from __future__ import print_function
from distutils.core import setup
import os
version = '1.0.1b'
# Append TeamCity build number if it gives us one.
if 'TC_BUILD_NUMBER' in os.environ and version.endswith('b'):
version += '' + os.environ['TC_BUILD_NUMBER']
setup(name='fetch',
mai... | apache-2.0 | Python |
853c41b02ffa80d7ea41b01d85761c79d8c72595 | Bump version -- in the right place | generalov/django-moneyfield | setup.py | setup.py | from distutils.core import setup
DESCRIPTION="""
"""
setup(
name="django-moneyfield",
description="Django Money Model Field",
long_description=DESCRIPTION,
version="0.3.1",
author="Carlos Palol",
author_email="carlos.palol@awarepixel.com",
url="https://github.com/carlospalol/django-moneyf... | from distutils.core import setup
DESCRIPTION="""
"""
setup(
name="django-moneyfield",
description="Django Money Model Field",
long_description=DESCRIPTION,
version="0.2.1",
author="Carlos Palol",
author_email="carlos.palol@awarepixel.com",
url="https://github.com/carlospalol/django-moneyf... | mit | Python |
935aa0ff545254dbd43069a2173898f5138d7d63 | Remove deprecated plugin | poliastro/poliastro.github.io,poliastro/poliastro.github.io,poliastro/poliastro.github.io | pelicanconf.py | pelicanconf.py | #!/usr/bin/env python
AUTHOR = 'poliastro developer team'
SITENAME = 'poliastro'
SITESUBTITLE = u'poliastro website'
SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Madrid'
DEFAULT_LANG = 'en'
LOCALE = 'en_US.UTF-8'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = No... | #!/usr/bin/env python
AUTHOR = 'poliastro developer team'
SITENAME = 'poliastro'
SITESUBTITLE = u'poliastro website'
SITEURL = ''
PATH = 'content'
TIMEZONE = 'Europe/Madrid'
DEFAULT_LANG = 'en'
LOCALE = 'en_US.UTF-8'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = No... | mit | Python |
0d31d032754287ae10aef3e056cea00ea1cc4ac6 | Fix version bump | datasciencebr/serenata-toolbox | setup.py | setup.py | from setuptools import setup
REPO_URL = 'http://github.com/datasciencebr/serenata-toolbox'
setup(
author='Serenata de Amor',
author_email='op.serenatadeamor@gmail.com',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approve... | from setuptools import setup
REPO_URL = 'http://github.com/datasciencebr/serenata-toolbox'
setup(
author='Serenata de Amor',
author_email='op.serenatadeamor@gmail.com',
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'License :: OSI Approve... | mit | Python |
a3637c8520beb5dd9505bdc04cad131e0a8357db | Fix runtime_lib_dirs on Linux and macOS | ampl/amplpy,ampl/amplpy,ampl/amplpy | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, Extension
import platform
import os
with open('README.md') as f:
readme = f.read()
def ls_dir(base_dir):
"""List files recursively."""
base_dir = os.path.join(base_dir, "")
return [
os.path.join(dirpath.replace(base_dir, "", 1), f)
... | # -*- coding: utf-8 -*-
from setuptools import setup, Extension
import platform
import os
with open('README.md') as f:
readme = f.read()
def ls_dir(base_dir):
"""List files recursively."""
base_dir = os.path.join(base_dir, "")
return [
os.path.join(dirpath.replace(base_dir, "", 1), f)
... | bsd-3-clause | Python |
7686e645434a414629d12c8a73b98cfb16efdbe4 | upgrade dependencies : coop_html_editor 1.0.0 | ljean/coop_cms,ljean/coop_cms,ljean/coop_cms | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""package the lib"""
try:
from setuptools import setup, find_packages
except ImportError:
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages
VERSION = __import__('coop_cms').__version__
import os
def read(fname):
... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
"""package the lib"""
try:
from setuptools import setup, find_packages
except ImportError:
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages
VERSION = __import__('coop_cms').__version__
import os
def read(fname):
... | bsd-3-clause | Python |
9f73f4f32b5bff9ca2708d1ac78e1eb976becbbe | add classes to init | interrogator/corpkit,interrogator/corpkit | corpkit/__init__.py | corpkit/__init__.py | __all__ = ["interrogator",
"editor",
"plotter",
"conc",
"save",
"quickview",
"load",
"load_all_results",
"as_regex",
"new_project",
"make_corpus",
"flatten_treestring",
"interroplot",
... | __all__ = ["interrogator",
"editor",
"plotter",
"conc",
"save",
"quickview",
"load",
"load_all_results",
"as_regex",
"new_project",
"make_corpus",
"flatten_treestring",
"interroplot"]
__v... | mit | Python |
806d64ecf8d5e009dc7f31d1af873ff32fe84425 | Update version to 1.0 | regulusweb/django-oscar-api,crgwbr/django-oscar-api | setup.py | setup.py | from setuptools import setup, find_packages
__version__ = "1.0"
setup(
# package name in pypi
name='django-oscar-api',
# extract version from module.
version=__version__,
description="REST API module for django-oscar",
long_description=open('README.rst').read(),
classifiers=[
'De... | from setuptools import setup, find_packages
__version__ = "0.0.37"
setup(
# package name in pypi
name='django-oscar-api',
# extract version from module.
version=__version__,
description="REST API module for django-oscar",
long_description=open('README.rst').read(),
classifiers=[
... | bsd-3-clause | Python |
95077753702ac3441f5da07a2ee8f6a6f48e0890 | Fix wx backend for Py3 | ponty/pyscreenshot,ponty/pyscreenshot,ponty/pyscreenshot | pyscreenshot/plugins/wxscreen.py | pyscreenshot/plugins/wxscreen.py | import logging
import sys
from PIL import Image
PY3 = sys.version_info[0] >= 3
to_bytes = bytes if PY3 else buffer
log = logging.getLogger(__name__)
# based on:
# http://stackoverflow.com/questions/69645/take-a-screenshot-via-a-python-script-linux
class WxScreen(object):
name = 'wx'
childprocess = False
... | from PIL import Image
import logging
log = logging.getLogger(__name__)
# based on:
# http://stackoverflow.com/questions/69645/take-a-screenshot-via-a-python-script-linux
class WxScreen(object):
name = 'wx'
childprocess = False
def __init__(self):
import wx
self.wx = wx
self.app ... | bsd-2-clause | Python |
58fa7de8caf0061cfc1a5c86aca25855ffd29b04 | Update contact email. | etesync/journal-manager | setup.py | setup.py | import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.md')) 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-etesync-journal',... | import os
from setuptools import find_packages, setup
with open(os.path.join(os.path.dirname(__file__), 'README.md')) 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-etesync-journal',... | agpl-3.0 | Python |
196baa9c2824c5d0409282f3b5cbe7c2f2ef01d5 | bump version number and update author | hmrc/service-manager,hmrc/service-manager,hmrc/service-manager,hmrc/service-manager | setup.py | setup.py |
from setuptools import setup
setup(name='servicemanager',
version='0.2.0',
description='A python tool to manage developing and testing with lots of microservices',
url='https://github.com/hmrc/service-manager',
author='hmrc-web-operations',
license='Apache Licence 2.0',
packages=['... |
from setuptools import setup
setup(name='servicemanager',
version='0.1.0',
description='A python tool to manage developing and testing with lots of microservices',
url='https://github.com/hmrc/service-manager',
author='vaughansharman',
license='Apache Licence 2.0',
packages=['servi... | apache-2.0 | Python |
decb2c611e3920855ff26a8eed53e125879a0019 | Fix the build | wandb/client,wandb/client,wandb/client | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
with open('README.md') as readme_file:
readme = readme_file.read()
requirements = [
'Click>=6.0',
'gql>=0.1.0',
'requests>=2.0.0',
'inquirer>=2.1.11',
'six>=1.10.0',
'psutil>=5.2.2',
'watchdog>=0.8.3'
]
test_r... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup
with open('README.rst') as readme_file:
readme = readme_file.read()
with open('HISTORY.rst') as history_file:
history = history_file.read()
requirements = [
'Click>=6.0',
'gql>=0.1.0',
'requests>=2.0.0',
'inquirer>=2.... | mit | Python |
4ecbec96d65b32be24ff9494982325f5fd40a2d6 | Add classifiers to setup.py | dave-shawley/helper,gmr/helper,gmr/helper | setup.py | setup.py | from setuptools import setup
setup(name='clihelper',
version='1.0.0',
description='Internal Command-Line Application Wrapper',
long_description=('clihelper is a wrapper for command-line daemons '
'providing a core Controller class and methods for '
'sta... | from setuptools import setup
setup(name='clihelper',
version='1.0.0',
description='Internal Command-Line Application Wrapper',
long_description=('clihelper is a wrapper for command-line daemons '
'providing a core Controller class and methods for '
'sta... | bsd-3-clause | Python |
a806077d98df37094caae91839e316152a7c660d | Update package metadata release status to 'Stable' (#5031) | googleapis/python-spanner,googleapis/python-spanner | setup.py | setup.py | # Copyright 2018 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 law or agreed to in writing, s... | # Copyright 2018 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 law or agreed to in writing, s... | apache-2.0 | Python |
67b138bc83bc5caa7f8337287a3349fbc86705f5 | edit version | kyungtaekLIM/regexXML | setup.py | setup.py | from distutils.core import setup
setup(
name='regexXML',
version='0.2dev',
packages=['regexXML',],
license='Apache 2.0',
long_description=open('README.md').read(),
)
| from distutils.core import setup
setup(
name='regexXML',
version='0.1dev',
packages=['regexXML',],
license='Apache 2.0',
long_description=open('README.md').read(),
)
| apache-2.0 | Python |
86f3c75ff996a42da29125cc57dcf78bfe196caf | Fix typo | fedora-infra/bugzilla2fedmsg | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='bugzilla2fedmsg',
version='1.0.0',
description='Consume Bugzilla messages over STOMP and republish to Fedora Messaging',
license='LGPLv2+',
author='Ralph Bean',
author_email='rbean@redhat.com',
url='https://git... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='bugzilla2fedmsg',
version='1.0.0',
description='Consume Bugzilla messages over STOMP and republish to Fedora Messaging',
license='LGPLv2+',
author='Ralph Bean',
author_email='rbean@redhat.com',
url='https://git... | lgpl-2.1 | Python |
51c777a29b9b6fcc07459ad894f6c256db8e6c78 | Update setup.py. | zl352773277/django-redis,lucius-feng/django-redis,GetAmbassador/django-redis,yanheng/django-redis,smahs/django-redis | setup.py | setup.py | from setuptools import setup
description = """
Redis Cache Backend for Django. (This is fork of django-redis-cache)
"""
setup(
name = "django-redis",
url = "https://github.com/niwibe/django-redis",
author = "Andrei Antoukh",
author_email = "niwi@niwi.be",
version='3.0',
packages = [
"r... | from setuptools import setup
description = """
Redis Cache Backend for Django. (This is fork of django-redis-cache)
"""
setup(
name = "django-redis",
url = "https://github.com/niwibe/django-redis",
author = "Andrei Antoukh",
author_email = "niwi@niwi.be",
version=':versiontools:redis_cache:',
... | bsd-3-clause | Python |
46a32359974f47d2fd0097d8a2cf29c678914575 | rename distribution to ecreall_dace | ecreall/dace | setup.py | setup.py | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
requires = [
'BTrees',
'pyramid',
'pyramid_tm',
'pyzmq',
'rwproperty',
'subst... | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.rst')).read()
CHANGES = open(os.path.join(here, 'CHANGES.rst')).read()
requires = [
'BTrees',
'pyramid',
'pyramid_tm',
'pyzmq',
'rwproperty',
'subst... | agpl-3.0 | Python |
521e3448160625d598330f55edf6149c79c56c51 | set license in setup script | byteweaver/django-posts,byteweaver/django-posts | setup.py | setup.py | import os
from setuptools import setup, find_packages
import posts
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='django-posts',
version=posts.__version__,
description='A generic posts app for django',
long_description=read('README.md'),
lice... | import os
from setuptools import setup, find_packages
import posts
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='django-posts',
version=posts.__version__,
description='A generic posts app for django',
long_description=read('README.md'),
auth... | bsd-3-clause | Python |
60e823d1e8f1272c171e1bf9b5bc510173304ba6 | update setup.py | JDReutt/BayesDB,poppingtonic/BayesDB,JDReutt/BayesDB,JDReutt/BayesDB,JDReutt/BayesDB,poppingtonic/BayesDB,poppingtonic/BayesDB,JDReutt/BayesDB,poppingtonic/BayesDB,poppingtonic/BayesDB | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(
name='BayesDB',
version='0.1',
author='MIT Probabilistic Computing Project',
author_email = 'bayesdb@mit.edu',
url='probcomp.csail.mit.edu/bayesdb',
long_description='BayesDB',
packages=['bayesdb', 'bayesdb.tests']
ext_modul... | #!/usr/bin/python
import os
from distutils.core import setup, Extension
ext_modules = []
packages = ['bayesdb', 'bayesdb.tests']
setup(
name='BayesDB',
version='0.1',
author='MIT.PCP',
author_email = 'bayesdb@mit.edu',
url='probcomp.csail.mit.edu/bayesdb',
long_descript... | apache-2.0 | Python |
16ef3b173e357ec22d2b3f0e601b40be634886c6 | Bump version | locationlabs/jsonschema-types | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
__version__ = '0.5'
__build__ = ''
setup(name='jsonschematypes',
version=__version__ + __build__,
description='JSON Schema type generator',
author='Location Labs',
author_email='info@locationlabs.com',
url='http://www.lo... | #!/usr/bin/env python
from setuptools import setup, find_packages
__version__ = '0.4'
__build__ = ''
setup(name='jsonschematypes',
version=__version__ + __build__,
description='JSON Schema type generator',
author='Location Labs',
author_email='info@locationlabs.com',
url='http://www.lo... | apache-2.0 | Python |
06def4497b3472acda42cf215ca7d30f30d39c6f | Bump minimum 'api_core' version for all GAPIC libs to 1.4.1. (#6391) | googleapis/python-language,googleapis/python-language | setup.py | setup.py | # Copyright 2018 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 law or agreed to in writing, s... | # Copyright 2018 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 law or agreed to in writing, s... | apache-2.0 | Python |
204994603fa5350a12617e508e0097a3586d8f59 | fix dependencies, bump to 0.3.0 | abrasive/nxBender | setup.py | setup.py | from setuptools import setup
setup(name='nxBender',
version='0.3.0',
packages=['nxbender'],
entry_points={
'console_scripts': [
'nxBender = nxbender:main'
]
},
install_requires=[
'ConfigArgParse',
'ipaddress',
'pyroute2',
... | from setuptools import setup
setup(name='nxBender',
version='0.2.0',
packages=['nxbender'],
entry_points={
'console_scripts': [
'nxBender = nxbender:main'
]
},
install_requires=[
'ConfigArgParse',
'ipaddress',
'pyroute2',
... | bsd-3-clause | Python |
00601a57f00703cef2fb9a8031b14222b6aec21c | add minimum lower version for tileforge dependency | tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal,tsauerwein/c2cgeoportal | setup.py | setup.py | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = "c2cgeoportal, generic gis protail made by camptocamp"
requires = [
'pyramid',
'WebError',
'psycopg2',
'sqlalchemy',
'sqlalchemy-migrate',
'sqlahelper',
'pyramid_tm',
'papy... | import os
from setuptools import setup, find_packages
here = os.path.abspath(os.path.dirname(__file__))
README = "c2cgeoportal, generic gis protail made by camptocamp"
requires = [
'pyramid',
'WebError',
'psycopg2',
'sqlalchemy',
'sqlalchemy-migrate',
'sqlahelper',
'pyramid_tm',
'papy... | bsd-2-clause | Python |
eee5008d5e8f7ae29405491962d3adb1af375e44 | Add hypothesis as test requirement. | drvinceknight/Nashpy | setup.py | setup.py | from setuptools import setup, find_packages
import unittest
import doctest
# Read in the version number
exec(open('src/nash/version.py', 'r').read())
requirements = ["numpy==1.11.2"]
test_requirements = ['hypothesis>=3.6.0']
def test_suite():
"""Discover all tests in the tests dir"""
test_loader = unittest.... | from setuptools import setup, find_packages
import unittest
import doctest
# Read in the version number
exec(open('src/nash/version.py', 'r').read())
requirements = ["numpy==1.11.2"]
def test_suite():
"""Discover all tests in the tests dir"""
test_loader = unittest.TestLoader()
# Read in unit tests
t... | mit | Python |
428c827cef10c4677a4af592d1dfaafce6480087 | Install require beautifulsoup4 | Fantomas42/django-emoticons,Fantomas42/django-emoticons | setup.py | setup.py | """Setup script for django-emoticons"""
import os
from setuptools import setup
from setuptools import find_packages
import emoticons
setup(
name='django-emoticons',
version=emoticons.__version__,
description=('A usefull and incredible Django application '
'that allow you to use emoticon... | """Setup script for django-emoticons"""
import os
from setuptools import setup
from setuptools import find_packages
import emoticons
setup(
name='django-emoticons',
version=emoticons.__version__,
description=('A usefull and incredible Django application '
'that allow you to use emoticon... | bsd-3-clause | Python |
6467e33ebf66a162afb83f33a3245f08a76ee24b | bump version 1.5.2 | christophmark/bayesloop | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(
name='bayesloop',
packages=['bayesloop'],
version='1.5.2',
description='Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.',
url='http://bayesloop.com',
download_url = 'http... | #!/usr/bin/env python
from setuptools import setup
setup(
name='bayesloop',
packages=['bayesloop'],
version='1.5.1',
description='Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.',
url='http://bayesloop.com',
download_url = 'http... | mit | Python |
972205aded6a5a6bc2300e154f65f0ccaef8262b | fix #4320 use explicit Flask and Werkzeug versions (#4358) | radiasoft/sirepo,radiasoft/sirepo,radiasoft/sirepo,radiasoft/sirepo,radiasoft/sirepo | setup.py | setup.py | # -*- coding: utf-8 -*-
u"""Sirepo setup script
:copyright: Copyright (c) 2015-2018 RadiaSoft LLC. All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""
import pykern.pksetup
pykern.pksetup.setup(
author='RadiaSoft LLC.',
author_email='pip@sirepo.com',
description='accelerato... | # -*- coding: utf-8 -*-
u"""Sirepo setup script
:copyright: Copyright (c) 2015-2018 RadiaSoft LLC. All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""
import pykern.pksetup
pykern.pksetup.setup(
author='RadiaSoft LLC.',
author_email='pip@sirepo.com',
description='accelerato... | apache-2.0 | Python |
9e8d9bebfa3aad823cba5bf7cbf822d432e155cf | Update Licence in setup.py to AGPLv3 | fdroidtravis/fdroidserver,f-droid/fdroid-server,f-droid/fdroidserver,f-droid/fdroid-server,f-droid/fdroidserver,fdroidtravis/fdroidserver,f-droid/fdroid-server,f-droid/fdroidserver,f-droid/fdroidserver,fdroidtravis/fdroidserver,f-droid/fdroidserver,fdroidtravis/fdroidserver,f-droid/fdroid-server,f-droid/fdroid-server | setup.py | setup.py | #!/usr/bin/env python2
from setuptools import setup
import sys
# workaround issue on OSX, where sys.prefix is not an installable location
if sys.platform == 'darwin' and sys.prefix.startswith('/System'):
data_prefix = '.'
else:
data_prefix = sys.prefix
setup(name='fdroidserver',
version='0.4.0',
... | #!/usr/bin/env python2
from setuptools import setup
import sys
# workaround issue on OSX, where sys.prefix is not an installable location
if sys.platform == 'darwin' and sys.prefix.startswith('/System'):
data_prefix = '.'
else:
data_prefix = sys.prefix
setup(name='fdroidserver',
version='0.4.0',
... | agpl-3.0 | Python |
6d24a10171fccea49a73782d79d098620dada62f | add remote init to scripts | ondrejsika/deploy,ondrejsika/deploy | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name = "deploy",
version = "1.1.0",
url = 'http://ondrejsika.com/docs/deploy',
download_url = 'https://github.com/sikaondrej/deploy',
license = 'GNU LGPL v.3',
description = "Easy deploy Python WSG... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
setup(
name = "deploy",
version = "1.1.0",
url = 'http://ondrejsika.com/docs/deploy',
download_url = 'https://github.com/sikaondrej/deploy',
license = 'GNU LGPL v.3',
description = "Easy deploy Python WSG... | mit | Python |
93c49b328b97aaac3f9fbfbccd872a48fae852f0 | bump version to 0.3.0 | rdeits/meshcat-python | setup.py | setup.py | import sys
from setuptools import setup, find_packages
setup(name="meshcat",
version="0.3.0",
description="WebGL-based visualizer for 3D geometries and scenes",
url="https://github.com/rdeits/meshcat-python",
download_url="https://github.com/rdeits/meshcat-python/archive/v0.3.0.tar.gz",
author="Rob... | import sys
from setuptools import setup, find_packages
setup(name="meshcat",
version="0.2.0",
description="WebGL-based visualizer for 3D geometries and scenes",
url="https://github.com/rdeits/meshcat-python",
download_url="https://github.com/rdeits/meshcat-python/archive/v0.2.0.tar.gz",
author="Rob... | mit | Python |
c447d41dea2a5ccc2c3afc772d4791591b9a3365 | Prepare release 1.2.0 | icometrix/dicom2nifti,icometrix/dicom2nifti | setup.py | setup.py | import os
from distutils.core import setup
from setuptools import find_packages
version = '1.2.0'
long_description = """
With this package you can convert dicom images to nifti files.
There is support for most anatomical CT and MR data.
For MR specifically there is support for most 4D data (like DTI and fMRI)
"""
set... | import os
from distutils.core import setup
from setuptools import find_packages
version = '1.1.13'
long_description = """
With this package you can convert dicom images to nifti files.
There is support for most anatomical CT and MR data.
For MR specifically there is support for most 4D data (like DTI and fMRI)
"""
se... | mit | Python |
dee4287e18dfe6720ec06dfd0fe5b589249b541f | add long description to setup.py | tommorris/mf2py,tommorris/mf2py | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
import os.path
ns = {}
with open(os.path.join(os.path.dirname(__file__), 'mf2py/version.py'))\
as version_file:
exec(version_file.read(), ns)
setup(name='mf2py',
version=ns['__version__'],
description='Python Microformats2 parser',
lon... | #!/usr/bin/env python
from setuptools import setup
import os.path
ns = {}
with open(os.path.join(os.path.dirname(__file__), 'mf2py/version.py'))\
as version_file:
exec(version_file.read(), ns)
setup(name='mf2py',
version=ns['__version__'],
description='Python Microformats2 parser',
aut... | mit | Python |
bc03fffe86adc528cb404c7b9f7131f30c275c25 | Upgrade to Oscar 1.6. | django-oscar/django-oscar-adyen,oscaro/django-oscar-adyen | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='django-oscar-adyen',
version='0.8.0',
url='https://github.com/oscaro/django-oscar-adyen',
author='Oscaro',
description='Adyen HPP payment module for django-oscar',
long_description=open('README.rst').read(),
keywords='payment, django... | from setuptools import setup, find_packages
setup(
name='django-oscar-adyen',
version='0.8.0',
url='https://github.com/oscaro/django-oscar-adyen',
author='Oscaro',
description='Adyen HPP payment module for django-oscar',
long_description=open('README.rst').read(),
keywords='payment, django... | bsd-3-clause | Python |
1e9fb2ff2529836ec1f01f85650cc8f680dc0d95 | Add django as dependency | Pithikos/django-compressor-postcss,Pithikos/django-compressor-postcss | setup.py | setup.py | from setuptools import setup
import os
import io
def file_content(fname):
return io.open(os.path.join(os.path.dirname(__file__), fname), encoding="UTF-8").read()
dist = setup(
name='django-compressor-postcss',
version='0.8',
description='PostCSS support for django-compressor',
long_description=f... | from setuptools import setup
import os
import io
def file_content(fname):
return io.open(os.path.join(os.path.dirname(__file__), fname), encoding="UTF-8").read()
dist = setup(
name='django-compressor-postcss',
version='0.8',
description='PostCSS support for django-compressor',
long_description=f... | mit | Python |
2140adcb8a10718be2bce32721ff553e1d42b8e9 | Bump version. | FelixLoether/flask-image-upload-thing,FelixLoether/flask-uploads | setup.py | setup.py | from setuptools import setup, Command
import subprocess
class PyTest(Command):
user_options = []
def initialize_options(self):
pass
def finalize_options(self):
pass
def run(self):
errno = subprocess.call(['py.test'])
raise SystemExit(errno)
setup(
name='Flask-Up... | from setuptools import setup, Command
import subprocess
class PyTest(Command):
user_options = []
def initialize_options(self):
pass
def finalize_options(self):
pass
def run(self):
errno = subprocess.call(['py.test'])
raise SystemExit(errno)
setup(
name='Flask-Up... | mit | Python |
83d5098bc671d7602e4e7cde9222b687480e9b9b | update the package description | blockstack/pybitcoin | setup.py | setup.py | """
pybitcoin
==============
"""
from setuptools import setup, find_packages
setup(
name='pybitcoin',
version='0.9.3',
url='https://github.com/blockstack/pybitcoin',
license='MIT',
author='Blockstack Developers',
author_email='hello@onename.com',
description="""Library for Bitcoin & other... | """
pybitcoin
==============
"""
from setuptools import setup, find_packages
setup(
name='pybitcoin',
version='0.9.2',
url='https://github.com/blockstack/pybitcoin',
license='MIT',
author='Blockstack Developers',
author_email='hello@onename.com',
description=("Tools for Bitcoin & other cr... | mit | Python |
eed77fc13e84cbab9d5e911ba39c25ff883fdc7c | fix list of exported packages | open-io/oio-swift,jkasarherou/oio-swift,open-io/oio-swift | setup.py | setup.py | from setuptools import setup
from oioswift import __version__
setup(
name='oioswift',
version=__version__,
author='OpenIO',
author_email='support@openio.io',
description='OpenIO Swift Gateway',
url='https://github.com/open-io/oio-swift',
license='Apache License (2.0)',
classifiers=[
... | from setuptools import setup
from oioswift import __version__
setup(
name='oioswift',
version=__version__,
author='OpenIO',
author_email='support@openio.io',
description='OpenIO Swift Gateway',
url='https://github.com/open-io/oio-swift',
license='Apache License (2.0)',
classifiers=[
... | apache-2.0 | Python |
d54794e71969b711a6aea3cbbf13ff43d202cffa | bump version number to 1.5.0 | ojengwa/paystack | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from codecs import open
from os import path
from paystack.version import VERSION
here = path.abspath(path.dirname(__file__))
print(here)
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
... | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
from codecs import open
from os import path
from paystack.version import VERSION
here = path.abspath(path.dirname(__file__))
print(here)
# Get the long description from the README file
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
... | bsd-3-clause | Python |
07e1deb781659c080813e54ca8fd07325f89312f | fix vertica error message handling | LocusEnergy/sqlalchemy-vertica-python | setup.py | setup.py | from setuptools import setup
setup(
name='sqlalchemy-vertica-python',
version='0.1.1',
description='Vertica dialect for sqlalchemy using vertica_python',
long_description=open("README.rst").read(),
license="MIT",
url='https://github.com/LocusEnergy/sqlalchemy-vertica-python',
download_url =... | from setuptools import setup
setup(
name='sqlalchemy-vertica-python',
version='0.1.0',
description='Vertica dialect for sqlalchemy using vertica_python',
long_description=open("README.rst").read(),
license="MIT",
url='https://github.com/LocusEnergy/https://github.com/LocusEnergy/sqlalchemy-vert... | mit | Python |
6afe13e3a259505e55c5a34a790c8f77efb1bedc | Add python-3.7 to setup.py; remove python 3.4 | deschler/django-modeltranslation,deschler/django-modeltranslation | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
# Dynamically calculate the version based on modeltranslation.VERSION.
version = __import__('modeltranslation').get_version()
setup(
name='django-modeltranslation',
version=version,
description='Translates Django models using a registration approach.... | #!/usr/bin/env python
from distutils.core import setup
# Dynamically calculate the version based on modeltranslation.VERSION.
version = __import__('modeltranslation').get_version()
setup(
name='django-modeltranslation',
version=version,
description='Translates Django models using a registration approach.... | bsd-3-clause | Python |
7fe3001030075f825a2274fdd336a4dd0834e078 | Prepare openprocurement.auctions.dgf 1.0.5. | prozorro-sale/openprocurement.auctions.dgf,openprocurement/openprocurement.auctions.dgf | setup.py | setup.py | from setuptools import setup, find_packages
import os
version = '1.0.5'
entry_points = {
'openprocurement.auctions.core.plugins': [
'auctions.dgf = openprocurement.auctions.dgf:includeme'
]
}
requires = [
'setuptools',
'openprocurement.api',
'openprocurement.auctions.core',
'openprocu... | from setuptools import setup, find_packages
import os
version = '1.0.4'
entry_points = {
'openprocurement.auctions.core.plugins': [
'auctions.dgf = openprocurement.auctions.dgf:includeme'
]
}
requires = [
'setuptools',
'openprocurement.api',
'openprocurement.auctions.core',
'openprocu... | apache-2.0 | Python |
158c8e5625659ddb0f98b7fa847143544925720e | Bump version to 0.1.16 | jaredly/django-colorfield,jaredly/django-colorfield,jaredly/django-colorfield | setup.py | setup.py | from setuptools import find_packages, setup
version = '0.1.16'
setup(
name='django-colorfield',
packages=find_packages(),
include_package_data=True,
license='MIT License',
version=version,
description='A small app providing a colorpicker field for django',
long_description='A small app pro... | from setuptools import find_packages, setup
version = '0.1.15'
setup(
name='django-colorfield',
packages=find_packages(),
include_package_data=True,
license='MIT License',
version=version,
description='A small app providing a colorpicker field for django',
long_description='A small app pro... | mit | Python |
3dd48e878c7c79210d23f4880f9a07a712297f9d | Add requirement | adriangoe/afkmc2 | setup.py | setup.py | from distutils.core import setup
setup(
name = 'afkmc2',
packages = ['afkmc2'],
version = '0.1',
description = 'Assumption Free and Efficient K-Means Seeding',
author = 'Adrian Goedeckemeyer',
author_email = 'adrian@minerva.kgi.edu',
url = 'https://github.com/adriangoe/afkmc2',
download_url = 'https://g... | from distutils.core import setup
setup(
name = 'afkmc2',
packages = ['afkmc2'],
version = '0.1',
description = 'Assumption Free and Efficient K-Means Seeding',
author = 'Adrian Goedeckemeyer',
author_email = 'adrian@minerva.kgi.edu',
url = 'https://github.com/adriangoe/afkmc2',
download_url = 'https://g... | mit | Python |
ffca159de5f822440f52ff45ca6d037f578b5764 | Remove strict deps. | hellysmile/django-activeurl,hellysmile/django-activeurl | setup.py | setup.py | from io import open
from setuptools import setup
classifiers = '''\
Framework :: Django
Environment :: Web Environment
Intended Audience :: Developers
Topic :: Internet :: WWW/HTTP
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
Natural Language :: English
Programming La... | from io import open
from setuptools import setup
classifiers = '''\
Framework :: Django
Environment :: Web Environment
Intended Audience :: Developers
Topic :: Internet :: WWW/HTTP
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
Natural Language :: English
Programming La... | apache-2.0 | Python |
7eb26159f633c0b8138e1c3f9031c168aecf4e94 | Bump version for release | tylerdave/devpi-plumber | setup.py | setup.py | # coding=utf-8
import multiprocessing # avoid crash on teardown
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
setup(
name='devpi-plumber',
version='0.1.0',
packages=find_packages(exclude=['tests']),
author='Stephan Erb',
author_email='stephan.erb@... | # coding=utf-8
import multiprocessing # avoid crash on teardown
from setuptools import setup, find_packages
with open('README.md') as f:
readme = f.read()
setup(
name='devpi-plumber',
version='0.1.0dev',
packages=find_packages(exclude=['tests']),
author='Stephan Erb',
author_email='stephan.e... | bsd-3-clause | Python |
efe28fd251a399229156d1a0a1d2abf96dc288fe | Bump requests from 2.5.1 to 2.20.0 | Alkemic/scrapper,Alkemic/scrapper | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(
name='Scrapper',
version='0.9.5',
url='https://github.com/Alkemic/scrapper',
license='MIT',
author='Daniel Alkemic Czuba',
author_email='alkemic7@gmail.com',
description='Scrapper is small, Python web scraping library',
py_modul... | #!/usr/bin/env python
from setuptools import setup
setup(
name='Scrapper',
version='0.9.5',
url='https://github.com/Alkemic/scrapper',
license='MIT',
author='Daniel Alkemic Czuba',
author_email='alkemic7@gmail.com',
description='Scrapper is small, Python web scraping library',
py_modul... | mit | Python |
9863ea0c6e637551f538d076df6ee34a205115bb | bump version | henriquebastos/django-test-without-migrations,henriquebastos/django-test-without-migrations | setup.py | setup.py | # coding: utf-8
from setuptools import setup
import os
setup(name='django-test-without-migrations',
version='0.2',
description='Disable migrations when running your Django tests.',
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
author="Henrique Bastos", au... | # coding: utf-8
from setuptools import setup
import os
setup(name='django-test-without-migrations',
version='0.1',
description='Disable migrations when running your Django tests.',
long_description=open(os.path.join(os.path.dirname(__file__), "README.rst")).read(),
author="Henrique Bastos", au... | mit | Python |
aca3cadb0da202e9b2ccb499a1662a6291b50985 | fix packages | craigsander/evergreen,craigsander/evergreen | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(name='Evergreen',
version='1.0',
description='Lightweight Django CMS',
author='Craig Sander',
author_email='csander@centriole-solutions.com',
url='',
packages=['website', 'utils'],
)
| #!/usr/bin/env python
from distutils.core import setup
setup(name='Evergreen',
version='1.0',
description='Lightweight Django CMS',
author='Craig Sander',
author_email='csander@centriole-solutions.com',
url='',
packages=['evergreen'],
)
| mit | Python |
428b333dbb937808c42cc01050b280b6f17cafce | Tidy setup.py (#376) | ottoyiu/django-cors-headers,ottoyiu/django-cors-headers | setup.py | setup.py | from __future__ import absolute_import
import codecs
import os
import re
from setuptools import setup
def get_version(filename):
with codecs.open(filename, 'r', 'utf-8') as fp:
contents = fp.read()
return re.search(r"__version__ = ['\"]([^'\"]+)['\"]", contents).group(1)
version = get_version(os.p... | from __future__ import absolute_import
import codecs
import os
import re
from setuptools import setup
def get_version(filename):
with codecs.open(filename, 'r', 'utf-8') as fp:
contents = fp.read()
return re.search(r"__version__ = ['\"]([^'\"]+)['\"]", contents).group(1)
version = get_version(os.p... | mit | Python |
9a943f370f23b854f4ad653f8511800e64066ca5 | Bump version. | georgemarshall/django-composite-field | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
setup(name='django-composite-field',
version='0.2',
description='CompositeField implementation for Django',
keywords='django composite field',
author='Michael P. Jung',
author_email='mpjung@terreon.de',
url='http://bitbucket.or... | #!/usr/bin/env python
from distutils.core import setup
setup(name='django-composite-field',
version='0.1',
description='CompositeField implementation for Django',
keywords='django composite field',
author='Michael P. Jung',
author_email='mpjung@terreon.de',
url='http://bitbucket.or... | bsd-2-clause | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.