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
130c292393a0954b54d7389d6e92418575620e5c
Add more version
ligyxy/DictMySQL,ligyxy/DictMySQLdb
setup.py
setup.py
#!/usr/bin/python # -*-coding:UTF-8 -*- from setuptools import setup from os import path here = path.abspath(path.dirname(__file__)) setup(name='dictmysqldb', version='0.3.5', description='A mysql package on the top of MySQL-python for more convenient database manipulations with Python dictionary.', ...
#!/usr/bin/python # -*-coding:UTF-8 -*- from setuptools import setup from os import path here = path.abspath(path.dirname(__file__)) setup(name='dictmysqldb', version='0.3.5', description='A mysql package on the top of MySQL-python for more convenient database manipulations with Python dictionary.', ...
mit
Python
c2820c4e0883f4639ea5974d7447acebb7874a7a
clarify setup.py
gautamk/oauthlib,armersong/oauthlib,Blitzen/oauthlib,mick88/oauthlib,masci/oauthlib,oauthlib/oauthlib,garciasolero/oauthlib,lepture/oauthlib,bjmc/oauthlib,flamusdiu/oauthlib,cyrilchaponeverysens/oauthlib,idan/oauthlib,hirokiky/oauthlib,metatoaster/oauthlib,lepture/oauthlib,singingwolfboy/oauthlib,masci/oauthlib,skion/o...
setup.py
setup.py
# -*- coding: utf-8 -*- import os from os.path import dirname, join from setuptools import setup, find_packages, Command # Hack because logging + setuptools sucks. import multiprocessing def fread(fn): with open(join(dirname(__file__), fn), 'r') as f: return f.read() tests_require = ['nose', 'unittest...
# -*- coding: utf-8 -*- import os from os.path import dirname, join from setuptools import setup, find_packages, Command # Hack because logging in setuptools sucks. import multiprocessing def fread(fn): with open(join(dirname(__file__), fn), 'r') as f: return f.read() tests_require = ['nose', 'unittest...
bsd-3-clause
Python
2dca8cc33cded83f924191350ea23ba8f8c7f00b
bump version to 0.8.4
markovianhq/bonspy
setup.py
setup.py
# -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup setup( name='bonspy', version='0.8.4', description='Library that converts bidding trees to the AppNexus Bonsai language.', author='Alexander Volkmann, Georg Walther', author_emai...
# -*- coding: utf-8 -*- try: from setuptools import setup except ImportError: from distutils.core import setup setup( name='bonspy', version='0.8.3', description='Library that converts bidding trees to the AppNexus Bonsai language.', author='Alexander Volkmann, Georg Walther', author_emai...
bsd-3-clause
Python
7afa51f85870a8ef82ab5bbf6a0986f5da8dd3ac
add sqlalchemy-migrate dependency
PolyJIT/benchbuild,PolyJIT/benchbuild,PolyJIT/benchbuild,PolyJIT/benchbuild
setup.py
setup.py
#!/usr/bin/env python3 from setuptools import setup, find_packages setup(name='pprof', version='0.9.9', packages=find_packages(), install_requires=["SQLAlchemy==1.0.4", "cloud==2.8.5", "plumbum>=1.5.0", "regex==2015.5.28", "wheel==0.24.0", "parse==1.6.6", ...
#!/usr/bin/env python3 from setuptools import setup, find_packages setup(name='pprof', version='0.9.8', packages=find_packages(), install_requires=["SQLAlchemy==1.0.4", "cloud==2.8.5", "plumbum>=1.5.0", "regex==2015.5.28", "wheel==0.24.0", "parse==1.6.6", ...
mit
Python
d4630f9694b54029ad77fd6a12538947b10cebb1
Fix setup.py list
pennlabs/penn-sdk-python,pennlabs/penn-sdk-python
setup.py
setup.py
from setuptools import setup setup( name='PennSDK', description='Python tools for building Penn-related applications', url='https://github.com/pennlabs/penn-sdk-python', author='Penn Labs', author_email='admin@pennlabs.org', version='1.3.1', packages=['penn'], license='MIT', packag...
from setuptools import setup setup( name='PennSDK', description='Python tools for building Penn-related applications', url='https://github.com/pennlabs/penn-sdk-python', author='Penn Labs', author_email='admin@pennlabs.org', version='1.3.1', packages=['penn'], license='MIT', packag...
mit
Python
45801657e72eb2191a594b79d4a6dc3d2cd2b9a9
Bump version
thombashi/pathvalidate
setup.py
setup.py
import sys import os.path import setuptools needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv) pytest_runner = ['pytest-runner'] if needs_pytest else [] REQUIREMENT_DIR = "requirements" with open("README.rst") as fp: long_description = fp.read() with open(os.path.join("docs", "pages", "introd...
import sys import os.path import setuptools needs_pytest = set(['pytest', 'test', 'ptr']).intersection(sys.argv) pytest_runner = ['pytest-runner'] if needs_pytest else [] REQUIREMENT_DIR = "requirements" with open("README.rst") as fp: long_description = fp.read() with open(os.path.join("docs", "pages", "introd...
mit
Python
a02691e334f310d7576b1c27b791df8cdf65c093
Increase version.
PyBossa/enki
setup.py
setup.py
# -*- encoding: utf8 -*- from setuptools import setup, find_packages setup( name='enki', version='1.0.2', packages=find_packages(), install_requires=['pybossa-client>=1.1.1, <1.1.2', 'pandas'], # metadata for upload to PyPI author='SciFabric LTD', author_email='info@scifabric.com', desc...
# -*- encoding: utf8 -*- from setuptools import setup, find_packages setup( name='enki', version='1.0.1', packages=find_packages(), install_requires=['pybossa-client>=1.0.4, <1.0.5', 'pandas'], # metadata for upload to PyPI author='SciFabric LTD', author_email='info@scifabric.com', desc...
agpl-3.0
Python
f6c090becb9206420356b115d634416616d9e1d7
Fix install_requires
gamenet/redis-memory-analyzer
setup.py
setup.py
#!/usr/bin/env python from rma import __version__ long_description = ''' RMA is a console tool to scan Redis key space in real time and aggregate memory usage statistic by key patterns. You may use this tools without maintenance on production servers. You can scanning by all or selected Redis types such as "string", "...
#!/usr/bin/env python import uuid from rma import __version__ from pip.req import parse_requirements long_description = ''' RMA is a console tool to scan Redis key space in real time and aggregate memory usage statistic by key patterns. You may use this tools without maintenance on production servers. You can scanning...
mit
Python
f0d033f4dc0bd0d786fc5711257d881e2bb88255
Remove an invalid trove classifier.
dgladkov/django-nose,daineX/django-nose,mzdaniel/django-nose,millerdev/django-nose,aristiden7o/django-nose,Deepomatic/django-nose,franciscoruiz/django-nose,harukaeru/django-nose,Deepomatic/django-nose,360youlun/django-nose,dgladkov/django-nose,sociateru/django-nose,franciscoruiz/django-nose,fabiosantoscode/django-nose-...
setup.py
setup.py
import os from setuptools import setup, find_packages ROOT = os.path.abspath(os.path.dirname(__file__)) setup( name='django-nose', version='1.0', description='Django test runner that uses nose', long_description=open(os.path.join(ROOT, 'README.rst')).read(), author='Jeff Balogh', author_email...
import os from setuptools import setup, find_packages ROOT = os.path.abspath(os.path.dirname(__file__)) setup( name='django-nose', version='1.0', description='Django test runner that uses nose', long_description=open(os.path.join(ROOT, 'README.rst')).read(), author='Jeff Balogh', author_email...
bsd-3-clause
Python
86a35469dd474d09457d31fe6b74a2904e0a8091
Revert "Updated the boto requirement to 2.8.0"
gtaylor/django-dynamodb-sessions
setup.py
setup.py
from setuptools import setup, find_packages import dynamodb_sessions long_description = open('README.rst').read() major_ver, minor_ver = dynamodb_sessions.__version__ version_str = '%d.%d' % (major_ver, minor_ver) setup( name='django-dynamodb-sessions', version=version_str, packages=find_packages(), ...
from setuptools import setup, find_packages import dynamodb_sessions long_description = open('README.rst').read() major_ver, minor_ver = dynamodb_sessions.__version__ version_str = '%d.%d' % (major_ver, minor_ver) setup( name='django-dynamodb-sessions', version=version_str, packages=find_packages(), ...
bsd-3-clause
Python
0f0a2cec4d7cbf7843286d34ad8da5f62cdd3a65
Bump version to 0.8.6
thombashi/subprocrunner,thombashi/subprocrunner
setup.py
setup.py
# encoding: utf-8 """ .. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> """ from __future__ import unicode_literals import os.path import sys import setuptools REQUIREMENT_DIR = "requirements" with open("README.rst") as fp: long_description = fp.read() with open(os.path.join(REQUIREMENT_DIR, "...
# encoding: utf-8 """ .. codeauthor:: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com> """ from __future__ import unicode_literals import os.path import sys import setuptools REQUIREMENT_DIR = "requirements" with open("README.rst") as fp: long_description = fp.read() with open(os.path.join(REQUIREMENT_DIR, "...
mit
Python
58df24a4de8a1ab9924683eada9b10f17229aaea
Bump version to 1.1.1
mwilliamson/python-mammoth
setup.py
setup.py
#!/usr/bin/env python import os import sys from setuptools import setup def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() _install_requires = [ "parsimonious>=0.5,<0.6", "cobble>=0.1.1,<0.2", ] if sys.version_info[:2] <= (2, 6): _install_requires.append("argparse>=...
#!/usr/bin/env python import os import sys from setuptools import setup def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() _install_requires = [ "parsimonious>=0.5,<0.6", "cobble>=0.1.1,<0.2", ] if sys.version_info[:2] <= (2, 6): _install_requires.append("argparse>=...
bsd-2-clause
Python
15a88c418647beff6e061a8e4f2304d6f5725183
Fix code not working with Python 2.7
erocarrera/pydot,pydot/pydot
setup.py
setup.py
#!/usr/bin/env python """Installation script.""" try: from setuptools import setup except ImportError: from distutils.core import setup import ast import codecs import os import re CURRENT_DIR = os.path.dirname(__file__) def get_long_description(): readme_path = os.path.join(CURRENT_DIR, "README.md") ...
#!/usr/bin/env python """Installation script.""" try: from setuptools import setup except ImportError: from distutils.core import setup import ast import codecs import os import re CURRENT_DIR = os.path.dirname(__file__) def get_long_description() -> str: readme_path = os.path.join(CURRENT_DIR, "README...
mit
Python
98f48e0e19b602415d7d4cab3d71239bbbeb6205
Bump version
Artanicus/python-cozify,Artanicus/python-cozify
setup.py
setup.py
from distutils.core import setup with open('README.md') as file: long_description = file.read() setup(name='cozify', version = '0.2.2', author = 'artanicus', author_email = 'python-cozify@nocturnal.fi', url = 'https://github.com/Artanicus/python-cozify', description = ...
from distutils.core import setup with open('README.md') as file: long_description = file.read() setup(name='cozify', version = '0.2.1', author = 'artanicus', author_email = 'python-cozify@nocturnal.fi', url = 'https://github.com/Artanicus/python-cozify', description = ...
mit
Python
b4e6965be58efc3fb3df1b05bf3e3b689c32ca2d
Bump absl-py version to 0.1.11.
abseil/abseil-py,abseil/abseil-py
setup.py
setup.py
# Copyright 2017 The Abseil Authors. # # 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 ...
# Copyright 2017 The Abseil Authors. # # 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 ...
apache-2.0
Python
9a340b79d0ecddfcb43336be83406b43169d8650
bump version
nlsdfnbch/bitex-crawler,nlsdfnbch/bitex
setup.py
setup.py
from distutils.core import setup setup(name='BitEx', version='1.2.12python', author='Nils Diefenbach', author_email='23okrs20+pypi@mykolab.com', url="https://github.com/nlsdfnbch/bitex.git", packages=['bitex', 'bitex.api', 'bitex.api.WSS', 'bitex.api.REST', 'bitex.interfaces', 'bitex...
from distutils.core import setup setup(name='BitEx', version='1.2.11', author='Nils Diefenbach', author_email='23okrs20+pypi@mykolab.com', url="https://github.com/nlsdfnbch/bitex.git", packages=['bitex', 'bitex.api', 'bitex.api.WSS', 'bitex.api.REST', 'bitex.interfaces', 'bitex.forma...
mit
Python
b2cd3b9543b65af8adad2973c09b709f559b7ffa
Move nose to tests_requires
thedrow/pymemcache,adamchainz/pymemcache,pinterest/pymemcache,bwalks/pymemcache,methane/pymemcache,mbrukman/pymemcache,sontek/pymemcache,dive-tv/pyelasticache_client,ewdurbin/pymemcache,sontek/pymemcache,pinterest/pymemcache,harlowja/pymemcache,duanhongyi/pymemcache
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages from pymemcache import __version__ setup( name = 'pymemcache', version = __version__, author = 'Charles Gordon', author_email = 'charles@pinterest.com', packages = find_packages(), tests_requires = ['nose>=1.0'], install_re...
#!/usr/bin/env python from setuptools import setup, find_packages from pymemcache import __version__ setup( name = 'pymemcache', version = __version__, author = 'Charles Gordon', author_email = 'charles@pinterest.com', packages = find_packages(), setup_requires = ['nose>=1.0'], install_re...
apache-2.0
Python
b908cb4ac5523e237f1ffe4e01abe46b3c48fc5c
remove dependency that is specified in django-councilmatic-notifications
datamade/django-councilmatic,datamade/django-councilmatic,datamade/django-councilmatic,datamade/django-councilmatic
setup.py
setup.py
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-councilmatic', version='0.7...
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-councilmatic', version='0.7...
mit
Python
618a2b1a337841c01bec0ae54d1588873df34fd1
Add long description
jcrobak/parquet-python
setup.py
setup.py
"""setup.py - build script for parquet-python.""" try: from setuptools import setup except ImportError: from distutils.core import setup with open('README.rst') as f: readme = f.read() setup( name='parquet', version='1.3', description='Python support for Parquet file format', long_descrip...
"""setup.py - build script for parquet-python.""" try: from setuptools import setup except ImportError: from distutils.core import setup setup( name='parquet', version='1.3', description='Python support for Parquet file format', author='Joe Crobak', author_email='joecrow@gmail.com', ur...
apache-2.0
Python
43c2c22f57380e8abbf34d62045304134ac46725
Fix small mistake in setup file
ExcaliburZero/javalikescanner
setup.py
setup.py
"""The script which is used when packaging the library.""" from setuptools import setup setup( \ name='javalikescanner', version='0.1', description='A Python library which includes a class which functions' + \ ' simmilarly to the default Scanner class of Java.', long_description=ope...
"""The script which is used when packaging the library.""" from setuptools import setup setup( \ name='javalikescanner', version='0.1', description='A Python library which includes a class which functions' + \ 'simmilarly to the default Scanner class of Java.', long_description=open...
mit
Python
1e2bf287a5e71281b7a8161881f7df54b1c63aab
Stop supporting python 2
albertyw/itolapi
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages from codecs import open from os import path # Get the long description from the README file here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.re...
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages from codecs import open from os import path # Get the long description from the README file here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encoding='utf-8') as f: long_description = f.re...
mit
Python
c34a27ebd05205007ba38b1bd54d10614a37166f
bump version
innoteq/python-mpns,max-arnold/python-mpns
setup.py
setup.py
#!/usr/bin/env python import os try: from setuptools import setup except ImportError: from distutils.core import setup __author__ = 'Max Arnold <arnold.maxim@gmail.com>' __version__ = '0.1.1' setup( name='python-mpns', version=__version__, # Package dependencies. install_requires=['requests==...
#!/usr/bin/env python import os try: from setuptools import setup except ImportError: from distutils.core import setup __author__ = 'Max Arnold <arnold.maxim@gmail.com>' __version__ = '0.1' setup( name='python-mpns', version=__version__, # Package dependencies. install_requires=['requests==1....
bsd-3-clause
Python
71030916095da5ea4d652de78a0d383e1400ef2e
Bump version number to 0.4.0
bdarnell/plop,bdarnell/plop,bdarnell/plop,bdarnell/plop,bdarnell/plop
setup.py
setup.py
from setuptools import setup setup( name="plop", version="0.4.0", packages=["plop", "plop.test"], package_data={ "plop": [ "templates/index.html", "templates/force.html", "templates/force-flat.html", "static/force.js", "static/styles.c...
from setuptools import setup setup( name="plop", version="0.3.0", packages=["plop", "plop.test"], package_data={ "plop": [ "templates/index.html", "templates/force.html", "templates/force-flat.html", "static/force.js", "static/styles.c...
mit
Python
063b90ae2a63d659ab942f6c71a23ab3e03e5788
Add download ulr
MaxNoe/python-ev3,topikachu/python-ev3,evz/python-ev3,evz/python-ev3,topikachu/python-ev3,MaxNoe/python-ev3
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup(name='python-ev3', version='0.0.1', license='Apache License 2.0', description='Python library of ev3dev firmware', author='Gong Yi', author_email='topikachu@163.com', url='https://github.com/topikachu/python-ev3', ...
#!/usr/bin/env python from setuptools import setup setup(name='python-ev3', version='0.0.1', license='Apache License 2.0', description='Python library of ev3dev firmware', author='Gong Yi', author_email='topikachu@163.com', url='https://github.com/topikachu/python-ev3', ...
apache-2.0
Python
d0b4737f3895c0d172ad7dc6ef6de12b5c0b2f54
Bump to version 17.12.2
whitesource/python-plugin
setup.py
setup.py
from setuptools import setup setup( name='wss_plugin', version='17.12.2', description='Wss python pluging for creating/updating wss organization inventory', author='Yossi Weinberg', author_email='yossi.weinberg@whitesourcesoftware.com', install_requires=["requests == 2.13.0", "enum34 == 1.1.6",...
from setuptools import setup setup( name='wss_plugin', version='1.1.4', description='Wss python pluging for creating/updating wss organization inventory', author='Yossi Weinberg', author_email='yossi.weinberg@whitesourcesoftware.com', install_requires=["requests == 2.13.0", "enum34 == 1.1.6", "...
apache-2.0
Python
ec83be31bd20e880a795f25ffc0f6d1b24d9a8d7
Prepare 0.0.2.8 release
evz/python-ev3,MaxNoe/python-ev3,topikachu/python-ev3,topikachu/python-ev3,evz/python-ev3,MaxNoe/python-ev3
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup(name='python-ev3', version='0.0.2.8', license='Apache License 2.0', description='Python library of ev3dev firmware', author='Gong Yi', author_email='topikachu@163.com', url='https://github.com/topikachu/python-ev3', pa...
#!/usr/bin/env python from setuptools import setup setup(name='python-ev3', version='0.0.2.7', license='Apache License 2.0', description='Python library of ev3dev firmware', author='Gong Yi', author_email='topikachu@163.com', url='https://github.com/topikachu/python-ev3', pa...
apache-2.0
Python
7753d58c28077a14f8ab2e34e8456c4ede81fefb
Add flask-accept 0.0.6 dep
lsst-sqre/ltd-keeper,lsst-sqre/ltd-keeper
setup.py
setup.py
import os from setuptools import setup, find_packages def read_file(filename): """Read a file in the package.""" full_filename = os.path.join( os.path.abspath(os.path.dirname(__file__)), filename) with open(full_filename) as f: content = f.read() return content name = 'lsst-t...
import os from setuptools import setup, find_packages def read_file(filename): """Read a file in the package.""" full_filename = os.path.join( os.path.abspath(os.path.dirname(__file__)), filename) with open(full_filename) as f: content = f.read() return content name = 'lsst-t...
mit
Python
e0926963f0951fe39fda7a69efe6e50f7ccd46db
Update setup.py
pathakvaidehi2391/WorkSpace,pathakvaidehi2391/WorkSpace
setup.py
setup.py
######## # Copyright (c) 2015 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) 2015 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
65d84850351493848d797fe6a7a275382cb73cc2
Bump version.
cambridgeconsultants/pyvmlib
setup.py
setup.py
"""Setup config for pyvmlib.""" from setuptools import setup setup(name='pyvmlib', version='2.2.0', description='A simple library for controlling VMware vSphere servers.', url='http://github.com/cambridgeconsultants/pyvmlib', author='Cambridge Consultants', author_email='jonathan.pallant...
"""Setup config for pyvmlib.""" from setuptools import setup setup(name='pyvmlib', version='2.1.0', description='A simple library for controlling VMware vSphere servers.', url='http://github.com/cambridgeconsultants/pyvmlib', author='Cambridge Consultants', author_email='jonathan.pallant...
apache-2.0
Python
e06c29d8e36f04a7981fce0a13387e54ec05c524
fix aiohttp
aio-libs/aiobotocore
setup.py
setup.py
import os import re import sys from setuptools import setup, find_packages install_requires = ['botocore==1.5.0', 'aiohttp>=1.2.0, <2.0.0'] PY_VER = sys.version_info if not PY_VER >= (3, 4, 1): raise RuntimeError("aiobotocore doesn't support Python earlier than 3.4") def read(f): return open(os.path.join(...
import os import re import sys from setuptools import setup, find_packages install_requires = ['botocore==1.5.0', 'aiohttp>=1.2.0'] PY_VER = sys.version_info if not PY_VER >= (3, 4, 1): raise RuntimeError("aiobotocore doesn't support Python earlier than 3.4") def read(f): return open(os.path.join(os.path....
apache-2.0
Python
0128bb206820ef8cc540cfb3a781133234c80a3d
bump to 0.1.0
ifduyue/python-xxhash,chipsCode/python-xxhash,ifduyue/python-xxhash,chipsCode/python-xxhash,ifduyue/python-xxhash
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages, Extension VERSION = "0.1.0" XXHASH_VERSION = "r35" setup( name='xxhash', version=VERSION, description="Python binding for xxHash", long_description=open('README.rst', 'r').read(), author='Yue Du', author_email='ifduyue@gmail....
#!/usr/bin/env python from setuptools import setup, find_packages, Extension VERSION = "0.0.2" XXHASH_VERSION = "r35" setup( name='xxhash', version=VERSION, description="Python binding for xxHash", long_description=open('README.rst', 'r').read(), author='Yue Du', author_email='ifduyue@gmail....
bsd-2-clause
Python
2e56b66e58394531ea0968c92150d73bf8004711
Update setup.py
DisruptiveLabs/sqlalchemy_postgresql_json
setup.py
setup.py
""" sqlalchemy_postgresql_json Adds JSON support to SQLAlchemy, with magic helpers to keep things mutable And now adds LTREE support as well """ from setuptools import setup, find_packages setup( name='sqlalchemy-postgresql-json', author="Franklyn Tackitt", author_email="franklyn@tackitt.net", url="...
""" sqlalchemy_postgresql_json Adds JSON support to SQLAlchemy, with magic helpers to keep things mutable And now adds LTREE support as well """ from setuptools import setup, find_packages setup( name='sqlalchemy-postgresql-json', author="Franklyn Tackitt", author_email="franklyn@tackitt.net", url="...
mit
Python
f1982f9f956d31689e518807289fb58b4330cfaf
Fix development status
jblakeman/apt-select,jblakeman/apt-select
setup.py
setup.py
"""A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html """ from setuptools import setup, find_packages from codecs import open from os import path from apt_select import __version__ here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encodin...
"""A setuptools based setup module. See: https://packaging.python.org/en/latest/distributing.html """ from setuptools import setup, find_packages from codecs import open from os import path from apt_select import __version__ here = path.abspath(path.dirname(__file__)) with open(path.join(here, 'README.rst'), encodin...
mit
Python
dee47a13a907e5f441e2c441f5532600241f2367
test new comment on tracker ticket
apache/incubator-allura,apache/allura,heiths/allura,Bitergia/allura,lym/allura-git,lym/allura-git,Bitergia/allura,apache/allura,apache/incubator-allura,lym/allura-git,Bitergia/allura,heiths/allura,leotrubach/sourceforge-allura,apache/allura,apache/incubator-allura,heiths/allura,apache/allura,leotrubach/sourceforge-allu...
ForgeTracker/forgetracker/tests/functional/test_root.py
ForgeTracker/forgetracker/tests/functional/test_root.py
from nose.tools import assert_true, assert_false from forgetracker.tests import TestController from pyforge import model class TestFunctionalController(TestController): def test_new_ticket(self): response = self.app.get('/bugs/new/') form = response.form summary = 'test new ticket' ...
from nose.tools import assert_true, assert_false from forgetracker.tests import TestController from pyforge import model class TestFunctionalController(TestController): def test_new_ticket(self): response = self.app.get('/bugs/new/') form = response.form summary = 'first sample ticket' ...
apache-2.0
Python
3c9078eccf2cf470e90425aa334b3b8fa39440bd
Bump minimum version for google-api-core to 1.14.0. (#8709)
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
faa033e02f7dbb0414d365de37a3c07faa40ef0b
add pint dependency
anqxyr/jarvis
setup.py
setup.py
import setuptools VERSIONFILE = 'jarvis/version.py' with open(VERSIONFILE) as file: version = file.readline() version = version.split('=')[-1].strip().strip("'") setuptools.setup( name='jarvis', version=version, description='Snarky bot for scp-wiki irc channels.', long_description='', url=...
import setuptools VERSIONFILE = 'jarvis/version.py' with open(VERSIONFILE) as file: version = file.readline() version = version.split('=')[-1].strip().strip("'") setuptools.setup( name='jarvis', version=version, description='Snarky bot for scp-wiki irc channels.', long_description='', url=...
mit
Python
07012c5d10d0ee08fe654f114a28fc3ead2c49c1
Use absolute path to fetch the README file
fusionbox/django-backupdb
setup.py
setup.py
#!/usr/bin/env python import subprocess import os from setuptools import setup, find_packages version = (0, 5, 5, 'final') current_path = os.path.dirname(__file__) def get_version(): number = '.'.join(map(str, version[:3])) stage = version[3] if stage == 'final': return number elif stage =...
#!/usr/bin/env python from setuptools import setup, find_packages import subprocess version = (0, 5, 5, 'final') def get_version(): number = '.'.join(map(str, version[:3])) stage = version[3] if stage == 'final': return number elif stage == 'alpha': process = subprocess.Popen('git r...
bsd-2-clause
Python
adc4575d7261c3047f88e62695445d2a70de4823
Add classifier for Python 3
django-blog-zinnia/zinnia-theme-html5
setup.py
setup.py
"""Setup script of zinnia-theme-html5""" from setuptools import setup from setuptools import find_packages import zinnia_html5 setup( name='zinnia-theme-html5', version=zinnia_html5.__version__, description='HTML5 theme for django-blog-zinnia', long_description=open('README.rst').read(), keyword...
"""Setup script of zinnia-theme-html5""" from setuptools import setup from setuptools import find_packages import zinnia_html5 setup( name='zinnia-theme-html5', version=zinnia_html5.__version__, description='HTML5 theme for django-blog-zinnia', long_description=open('README.rst').read(), keyword...
bsd-3-clause
Python
4a96aa1a3e1468fcfe10b063d58297d5f0db49d6
Set setup.py's test_suite to `nose.collector`
kowito/bluesnap-python,justyoyo/bluesnap-python,justyoyo/bluesnap-python,kowito/bluesnap-python
setup.py
setup.py
from setuptools import setup, find_packages __version__ = None with open('bluesnap/version.py') as f: exec(f.read()) with open('README.md') as f: long_description = f.read() setup( name='bluesnap', version=__version__, author='Jian Yuan Lee', author_email='jian@justyoyo.com', url='https:/...
from setuptools import setup, find_packages __version__ = None with open('bluesnap/version.py') as f: exec(f.read()) with open('README.md') as f: long_description = f.read() setup( name='bluesnap', version=__version__, author='Jian Yuan Lee', author_email='jian@justyoyo.com', url='https:/...
mit
Python
796015b9f9267aa5d0246964c4b950027f4f26fa
Update PyPI config
oasis-open/cti-stix-visualization,oasis-open/cti-stix-visualization,oasis-open/cti-stix-visualization
setup.py
setup.py
from codecs import open from setuptools import setup, find_packages def get_long_description(): with open('README.Python.rst') as f: return f.read() setup( name="stix2-viz", description="Visualize STIX content", long_description=get_long_description(), long_description_content_type='text/x...
from setuptools import setup, find_packages setup( name="stix2-viz", description="Visualize STIX content", version="0.2.0", packages=find_packages(), install_requires=["jupyter>=1.0.0"], package_data={ "stix2viz": [ "d3/*", "stix2viz/icons/*", "stix2v...
bsd-3-clause
Python
59c73e916f094a5fd851606daa9f9601ede2c8b4
remove zookeeper req
dfdeshom/solrcloudpy,relwell/solrcloudpy,relwell/solrcloudpy,dfdeshom/solrcloudpy
setup.py
setup.py
try: from setuptools import setup, find_packages except ImportError: import ez_setup ez_setup.use_setuptools() from setuptools import setup, find_packages setup( name = "solrcloudpy", version = "1.0", description = "SolrCloud client", author = 'Didier Deshommes', author_email = ...
try: from setuptools import setup, find_packages except ImportError: import ez_setup ez_setup.use_setuptools() from setuptools import setup, find_packages setup( name = "solrcloudpy", version = "1.0", description = "Solr4.0 client", author = 'Didier Deshommes', author_email = 'd...
bsd-3-clause
Python
c3799230344487a199d75af9df401ab12e2e6cfa
Fix dependency and update version number
openego/data_processing
setup.py
setup.py
from distutils.core import setup setup( name='data_processing', version='0.1-pre', packages=['data_processing'], url='https://github.com/openego/data_processing', license='GNU GENERAL PUBLIC LICENSE Version 3', author='open_eGo development group', author_email='', description='Data proc...
from distutils.core import setup setup( name='data_processing', version='0.1-pre', packages=['data_processing'], url='https://github.com/openego/data_processing', license='GNU GENERAL PUBLIC LICENSE Version 3', author='open_eGo development group', author_email='', description='Data proc...
agpl-3.0
Python
d67f1b67745fa260b65a65c41c9fe45e60cd892a
Bump version to 2.5.1
bformet/django-admin-bootstrapped,askinteractive/mezzanine-advanced-admin-new,xrmx/django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,askinteractive/mezzanine-advanced-admin,pombredanne/django-admin-bootstrapped,django-admin-bootstrapped/django-admin-bootstrapped,mynksngh/django-admin-bootstr...
setup.py
setup.py
from setuptools import setup, find_packages import os CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'P...
from setuptools import setup, find_packages import os CLASSIFIERS = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'P...
apache-2.0
Python
fb91d21b909ad58717a3b3a0e7e9263b27c87b17
Increase version to expose AsyncCheckpointer.
google/orbax
setup.py
setup.py
# Copyright 2022 The Orbax Authors. # # 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 wr...
# Copyright 2022 The Orbax Authors. # # 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 wr...
apache-2.0
Python
46175bffced1ec20cb571e9c516a1cb2444f7aca
Bump version
cloudify-cosmo/cloudify-dsl-parser
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
cd16af87a1b197a620d21af99d30c41d74990724
Change version in setup.py
deontologician/restnavigator
setup.py
setup.py
"""Setuptools entry point.""" from setuptools import setup from setuptools.command.test import test as TestCommand import sys install_requires = [ "requests>=2.5.0", "uritemplate>=0.6.0", "Unidecode>=0.04.14", "six", ] if sys.version_info < (2, 7, 0): install_requires.append('ordereddict') clas...
"""Setuptools entry point.""" from setuptools import setup from setuptools.command.test import test as TestCommand import sys install_requires = [ "requests>=2.5.0", "uritemplate>=0.6.0", "Unidecode>=0.04.14", "six", ] if sys.version_info < (2, 7, 0): install_requires.append('ordereddict') clas...
mit
Python
b7d4ad474fe3b5f29fe6606f12502341ef98a3b8
Add gevent dependency in setup.py
Kozea/pystil,Kozea/pystil,Kozea/pystil,Kozea/pystil,Kozea/pystil
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2011 by Florian Mounier, Kozea # This file is part of pystil, licensed under a 3-clause BSD license. """ pystil - An elegant site web traffic analyzer """ from setuptools import setup, find_packages # Use a time-based version number with ridiculous precis...
#!/usr/bin/env python # -*- coding: utf-8 -*- # Copyright (C) 2011 by Florian Mounier, Kozea # This file is part of pystil, licensed under a 3-clause BSD license. """ pystil - An elegant site web traffic analyzer """ from setuptools import setup, find_packages # Use a time-based version number with ridiculous precis...
bsd-3-clause
Python
bcad2daa97d21a383b5ab33697ccafb6d92112e4
Bump package version
Nextdoor/nose-leak-detector
setup.py
setup.py
import sys import codecs # Prevent spurious errors during `python setup.py test`, a la # http://www.eby-sarna.com/pipermail/peak/2010-May/003357.html: try: import multiprocessing except ImportError: pass from setuptools import setup, find_packages extra_setup = {} if sys.version_info >= (3,): extra_setu...
import sys import codecs # Prevent spurious errors during `python setup.py test`, a la # http://www.eby-sarna.com/pipermail/peak/2010-May/003357.html: try: import multiprocessing except ImportError: pass from setuptools import setup, find_packages extra_setup = {} if sys.version_info >= (3,): extra_setu...
bsd-2-clause
Python
d309ad2b61dd0ce2b881c590a92a92529afa1c00
add requirement gcs-oauth2-boto-plugin
zalora/heavy-sync
setup.py
setup.py
#!/usr/bin/env python from distutils.core import setup from os.path import join setup(name='heavy-sync', version='0.1', description='Synchronize huge cloud buckets with ease', author='Hoang Xuan Phu', author_email='phu.hoang@zalora.com', url='https://github.com/zalora/heavy-sync', ...
#!/usr/bin/env python from distutils.core import setup from os.path import join setup(name='heavy-sync', version='0.1', description='Synchronize huge cloud buckets with ease', author='Hoang Xuan Phu', author_email='phu.hoang@zalora.com', url='https://github.com/zalora/heavy-sync', ...
mpl-2.0
Python
e63ccaa19aa764fda65abaa85d4c93db2b51fb05
Add license to setup metadata
evvers/git-pre-commit-hook-utils
setup.py
setup.py
from setuptools import setup, find_packages setup( name='git-pre-commit-hook-utils', version='0.0.1', description='utils for implementing git pre-commit hook', license='MIT', author='Evgeny Vereshchagin', author_email='evvers@ya.ru', url='https://github.com/evvers/git-pre-commit-hook-utils'...
from setuptools import setup, find_packages setup( name='git-pre-commit-hook-utils', version='0.0.1', description='utils for implementing git pre-commit hook', author='Evgeny Vereshchagin', author_email='evvers@ya.ru', url='https://github.com/evvers/git-pre-commit-hook-utils', packages=find...
mit
Python
09e2d21fc286443890d72146dd6aff3741ba82d0
fix Flask-API version in setup
aclef/microservices,aclef/microservices,aclef/microservices,viatoriche/microservices,viatoriche/microservices,aclef/microservices,viatoriche/microservices,viatoriche/microservices
setup.py
setup.py
import os from distutils.core import setup from setuptools import find_packages package = 'microservices' version = __import__(package).get_version() packages = find_packages() def get_package_data(package): """ Return all files under the root package, that are not in a package themselves. """ w...
import os from distutils.core import setup from setuptools import find_packages package = 'microservices' version = __import__(package).get_version() packages = find_packages() def get_package_data(package): """ Return all files under the root package, that are not in a package themselves. """ w...
mit
Python
7837944c2d086e843b60edc188554edbbfb6b3ba
Bump version for 1.2
gbiggs/pykg-config,gbiggs/pykg-config
setup.py
setup.py
#!/usr/bin/env python # Copyright (c) 2009-2012, Geoffrey Biggs # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright # noti...
#!/usr/bin/env python # Copyright (c) 2009-2012, Geoffrey Biggs # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # * Redistributions of source code must retain the above copyright # noti...
bsd-3-clause
Python
46a715545e70e04cd56f97ac8d14f325b4439554
Add six module as require package
winfieldco/django-dbsettings,DjangoAdminHackers/django-dbsettings,nwaxiomatic/django-dbsettings,zlorf/django-dbsettings,sciyoshi/django-dbsettings,sciyoshi/django-dbsettings,johnpaulett/django-dbsettings,nwaxiomatic/django-dbsettings,johnpaulett/django-dbsettings,winfieldco/django-dbsettings,zlorf/django-dbsettings,hel...
setup.py
setup.py
from setuptools import setup, find_packages # Dynamically calculate the version based on dbsettings.VERSION version_tuple = (0, 7, None) if version_tuple[2] is not None: if type(version_tuple[2]) == int: version = "%d.%d.%s" % version_tuple else: version = "%d.%d_%s" % version_tuple else: v...
from setuptools import setup, find_packages # Dynamically calculate the version based on dbsettings.VERSION version_tuple = (0, 7, None) if version_tuple[2] is not None: if type(version_tuple[2]) == int: version = "%d.%d.%s" % version_tuple else: version = "%d.%d_%s" % version_tuple else: v...
bsd-3-clause
Python
83c557d8109ced5cdf38f968ca7e31adab52ba68
Support for python < 2.7
repejota/subcmd,repejota/subcmd,repejota/subcmd
setup.py
setup.py
# ## BEGIN LICENSE BLOCK # # Copyright (c) <2012>, Raul Perez <repejota@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copy...
# ## BEGIN LICENSE BLOCK # # Copyright (c) <2012>, Raul Perez <repejota@gmail.com> # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # * Redistributions of source code must retain the above copy...
bsd-3-clause
Python
9568f134c9a3f8ff4ccb6e9f4fd9e1cfc9d48c77
bump to version 0.3
beaufour/mtop
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup setup( name='mtop', version='0.3', url='https://github.com/beaufour/mtop', author='Allan Beaufour', description='mtop is a top like tool for MongoDB.', zip_safe=False, install_requires=[ 'pymongo' ], entry_points = { ...
#!/usr/bin/env python from setuptools import setup setup( name='mtop', version='0.2', url='https://github.com/beaufour/mtop', author='Allan Beaufour', description='mtop is a top like tool for MongoDB.', zip_safe=False, install_requires=[ 'pymongo' ], entry_points = { ...
apache-2.0
Python
438d1faf1d917eb6149497b240b393f482343edd
add pip call to setup
schae234/LocusPocus,LinkageIO/LocusPocus
setup.py
setup.py
#!/usr/bin/env python3 from setuptools import setup, find_packages, Extension from Cython.Distutils import build_ext import io import os import re import numpy from setuptools.command.develop import develop from setuptools.command.install import install from subprocess import check_call class PostDevelopCommand(dev...
#!/usr/bin/env python3 from setuptools import setup, find_packages, Extension from Cython.Distutils import build_ext import io import os import re import numpy from setuptools.command.develop import develop from setuptools.command.install import install from subprocess import check_call class PostDevelopCommand(dev...
mit
Python
f9836274ee37598cba203ba543f70e56a5d66f31
Add comment
reubano/pkutils,reubano/pkutils
setup.py
setup.py
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import ( absolute_import, division, print_function, with_statement, unicode_literals) import sys import pkutils import pkutils as module from builtins import * try: from setuptools import setup except ImportError: from distutils.core impo...
#!/usr/bin/env python # -*- coding: utf-8 -*- from __future__ import ( absolute_import, division, print_function, with_statement, unicode_literals) import sys import pkutils import pkutils as module from builtins import * try: from setuptools import setup except ImportError: from distutils.core impo...
mit
Python
cbc626cc25ce15556ae71a754a2b4aec0905cb66
Add more Classifiers ;)
Alir3z4/django-cuser
setup.py
setup.py
from setuptools import setup, find_packages setup( name='django-cuser', version=".".join(map(str, __import__("cuser").__version__)), description='Middleware to make user information always available.', long_description=open('README.rst').read(), author='Alireza Savand', author_email='alireza.sa...
from setuptools import setup, find_packages setup( name='django-cuser', version=".".join(map(str, __import__("cuser").__version__)), description='Middleware to make user information always available.', long_description=open('README.rst').read(), author='Alireza Savand', author_email='alireza.sa...
bsd-3-clause
Python
f22993b46f7a3d72bdf151209013c470756fdaae
Remove requests from setup.py
mpkato/openliveq
setup.py
setup.py
# -*- coding:utf-8 -*- from setuptools import setup setup( name = "openliveq", packages = ["openliveq", "openliveq.nlp", "openliveq.features"], version = "0.0.1", description = "Package for NTCIR-13 OpenLiveQ", author = "Makoto P. Kato", author_email = "kato@dl.kuis.kyoto-u.ac.jp", license ...
# -*- coding:utf-8 -*- from setuptools import setup setup( name = "openliveq", packages = ["openliveq", "openliveq.nlp", "openliveq.features"], version = "0.0.1", description = "Package for NTCIR-13 OpenLiveQ", author = "Makoto P. Kato", author_email = "kato@dl.kuis.kyoto-u.ac.jp", license ...
mit
Python
4c3f147c7e1ee240deaed035de0c78ca7505011b
Bump version to 1.0.5
jwjohns/facepy,buzzfeed/facepy,jgorset/facepy,Spockuto/facepy,jwjohns/facepy,merwok-forks/facepy,liorshahverdi/facepy
setup.py
setup.py
from setuptools import setup readme = open('README.rst').read() history = open('CHANGELOG.md').read() # Loading the version with ``from facepy import __version__`` will # cause setuptools to attempt to import dependencies that we have no # guarantee exist on the system yet, so we'll have to use ``execfile`` to # impo...
from setuptools import setup readme = open('README.rst').read() history = open('CHANGELOG.md').read() # Loading the version with ``from facepy import __version__`` will # cause setuptools to attempt to import dependencies that we have no # guarantee exist on the system yet, so we'll have to use ``execfile`` to # impo...
mit
Python
e7bc55009cf3b7eb5a7cd6d6c48a6a36d1cbe5e8
Change author_email
Tijndagamer/MPU-6050-Python,Tijndagamer/mpu6050
setup.py
setup.py
from setuptools import setup def readme(): with open('README.rst') as f: return f.read() setup(name='mpu6050-raspberrypi', version='1.0.3.3', description='A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.', classifiers=[ 'License ...
from setuptools import setup def readme(): with open('README.rst') as f: return f.read() setup(name='mpu6050-raspberrypi', version='1.0.3.3', description='A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.', classifiers=[ 'License ...
mit
Python
85f1a3790c0c230319585f9198be3cf34b120ee7
Bump version
cosmic-api/cosmic.py
setup.py
setup.py
#!/usr/bin/python from setuptools import setup with open("README.rst") as readme: long_description = readme.read() setup( name = 'apio', version = "0.0.4", packages = ['apio'], description = 'Human-friendly APIs', license = "MIT", author_email = "alexei.boronine@gmail.com", long_descr...
#!/usr/bin/python from setuptools import setup with open("README.rst") as readme: long_description = readme.read() setup( name = 'apio', version = "0.0.3", packages = ['apio'], description = 'Human-friendly APIs', license = "MIT", author_email = "alexei.boronine@gmail.com", long_descr...
mit
Python
78c545551e7aef95aa4c0f441e8da1c98684445a
Add details to setup.py
Wiston999/python-rubik
setup.py
setup.py
from pip.req import parse_requirements from setuptools import setup, find_packages from os import path from codecs import open __author__ = 'Victor Cabezas' here = path.abspath(path.dirname(__file__)) # Get the long description from the README file with open(path.join(here, 'README.md'), encoding='utf-8') as f: l...
from pip.req import parse_requirements from setuptools import setup, find_packages from os import path from codecs import open __author__ = 'Victor Cabezas' here = path.abspath(path.dirname(__file__)) # Get the long description from the README file with open(path.join(here, 'README.md'), encoding='utf-8') as f: l...
mit
Python
6a7ba2d366424d50b75dd97748c3a94aae96b7dd
Increment version in preperation for release of version 1.3.0
chrisb2/pi_ina219
setup.py
setup.py
try: # Try using ez_setup to install setuptools if not already installed. from ez_setup import use_setuptools use_setuptools() except ImportError: # Ignore import error and assume Python 3 which already has setuptools. pass from setuptools import setup DESC = ('This Python library for Raspberry Pi...
try: # Try using ez_setup to install setuptools if not already installed. from ez_setup import use_setuptools use_setuptools() except ImportError: # Ignore import error and assume Python 3 which already has setuptools. pass from setuptools import setup DESC = ('This Python library for Raspberry Pi...
mit
Python
c823fb917b94d02d17c8ddb96758cfa72d69d529
bump version to 0.6.0
williballenthin/python-evtx
setup.py
setup.py
#!/usr/bin/env python import setuptools long_description = """python-evtx is a pure Python parser for \ Windows Event Log files (those with the file extension ".evtx"). \ The module provides programmatic access to the File and Chunk headers, \ record templates, and event entries. For example, you can use \ python-evt...
#!/usr/bin/env python import setuptools long_description = """python-evtx is a pure Python parser for \ Windows Event Log files (those with the file extension ".evtx"). \ The module provides programmatic access to the File and Chunk headers, \ record templates, and event entries. For example, you can use \ python-evt...
apache-2.0
Python
e3d3a067f31a63dbbd30464497944beba03c7b78
Declare package classifiers.
google/python-gflags
setup.py
setup.py
#!/usr/bin/env python # Copyright 2007 Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of c...
#!/usr/bin/env python # Copyright 2007 Google Inc. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are # met: # # * Redistributions of source code must retain the above copyright # notice, this list of c...
bsd-3-clause
Python
bb59f20890de399971163a4284ed02676dc1c989
add psutil to setup.py
genome/flow-core,genome/flow-core,genome/flow-core
setup.py
setup.py
from setuptools import setup, find_packages entry_points = ''' [console_scripts] flow = flow.main:main [flow.commands] set-token = flow.commands.set_token:SetTokenCommand orchestrator = flow.orchestrator.command:OrchestratorCommand fork-shell-command-service = flow.shell_command.commands.fork_service:ForkShellComman...
from setuptools import setup, find_packages entry_points = ''' [console_scripts] flow = flow.main:main [flow.commands] set-token = flow.commands.set_token:SetTokenCommand orchestrator = flow.orchestrator.command:OrchestratorCommand fork-shell-command-service = flow.shell_command.commands.fork_service:ForkShellComman...
agpl-3.0
Python
ac5987190998e27b62b0be3c5c9650a9bb8c92fe
Update setup.py metadata
MichaelAquilina/s3backup,MichaelAquilina/s3backup
setup.py
setup.py
# !/usr/bin/env python from distutils.core import setup setup( name='s3backup', packages=[], version='0.1.0', description='Autosync your folders to s3 between multiple machines', author='Michael Aquilina', license='MIT', author_email='michaelaquilina@gmail.com', url='https://github.com/...
# !/usr/bin/env python from distutils.core import setup setup( name='s3backup', packages=[], version='0.1.0', description='Cookiecutter template for a Python package', author='Michael Aquilina', license='BSD', author_email='michaelaquilina@gmail.com', url='https://github.com/audreyr/coo...
mit
Python
af3614ec5e78e04bd473bc648806615c7dc026c7
Fix package list
glidernet/python-ogn-client
setup.py
setup.py
#!/usr/bin/env python3 from os import path from setuptools import setup, find_packages from ogn.client.settings import PACKAGE_VERSION here = path.abspath(path.dirname(__file__)) # Get the long description from the README file with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f...
#!/usr/bin/env python3 from os import path from setuptools import setup from ogn.client.settings import PACKAGE_VERSION here = path.abspath(path.dirname(__file__)) # Get the long description from the README file with open(path.join(here, 'README.md'), encoding='utf-8') as f: long_description = f.read() setup(...
agpl-3.0
Python
4efae27e6f7d134b8b9a763173ffa5db2b99e0d7
Add explicit dependency on asn1crypto to setup.py (#87)
XML-Security/signxml,XML-Security/signxml,kislyuk/signxml
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='signxml', version="2.3.0", url='https://github.com/kislyuk/signxml', license='Apache Software License', author='Andrey Kislyuk', author_email='kislyuk@gmail.com', description='Python XML Signature library', ...
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='signxml', version="2.3.0", url='https://github.com/kislyuk/signxml', license='Apache Software License', author='Andrey Kislyuk', author_email='kislyuk@gmail.com', description='Python XML Signature library', ...
apache-2.0
Python
279eb0b534641e01a7bba601346f4d7d495c7865
Bump version for pypitest
clara-labs/spherecluster
setup.py
setup.py
from __future__ import print_function import sys from setuptools import setup, find_packages with open('requirements.txt') as f: INSTALL_REQUIRES = [l.strip() for l in f.readlines() if l] try: import numpy except ImportError: print('numpy is required during installation') sys.exit(1) try: import...
from __future__ import print_function import sys from setuptools import setup, find_packages with open('requirements.txt') as f: INSTALL_REQUIRES = [l.strip() for l in f.readlines() if l] try: import numpy except ImportError: print('numpy is required during installation') sys.exit(1) try: import...
mit
Python
e8d479b275e490e67b81590b2f875e2cd4b1edb8
fix url in setup
aioworkers/aioworkers,aamalev/aioworkers
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages version = __import__('aioworkers').__version__ with open('README.rst') as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ ] test_requirements = [ 'pytest'...
#!/usr/bin/env python from setuptools import setup, find_packages version = __import__('aioworkers').__version__ with open('README.rst') as readme_file: readme = readme_file.read() with open('HISTORY.rst') as history_file: history = history_file.read() requirements = [ ] test_requirements = [ 'pytest'...
apache-2.0
Python
ac1d09e7146216f5df08156cf50df54237c0576c
Bump version
lincolnloop/salmon,lincolnloop/salmon
setup.py
setup.py
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='salmon', version='0.3.0-dev', description="A simple metric collector with alerts.", long_description=open('README.rst').read(), author="Peter Baumgarter", author_email='pete@lincolnloop.com', url='https://github....
#!/usr/bin/env python from setuptools import setup, find_packages setup( name='salmon', version='0.2.0', description="A simple metric collector with alerts.", long_description=open('README.rst').read(), author="Peter Baumgarter", author_email='pete@lincolnloop.com', url='https://github.com/...
bsd-3-clause
Python
d905116476fdd12d63b4bde92b5882163786eee0
Change version to 0.7.2
sffjunkie/astral,sffjunkie/astral
setup.py
setup.py
# Copyright 2009-2012, Simon Kennedy, code@sffjunkie.co.uk # # 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 appl...
# Copyright 2009-2012, Simon Kennedy, code@sffjunkie.co.uk # # 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 appl...
apache-2.0
Python
9ed9d7a73f293cfd2b83ee638b23292e3976c090
update setup bootstrap to support coverage calls
ThreatResponse/aws_ir_plugins
setup.py
setup.py
from distutils.command.build import build from setuptools import setup from setuptools.command.install import install as _install import unittest def test_suite(): test_loader = unittest.TestLoader() test_suite = test_loader.discover('tests', pattern='test_*.py') return test_suite class install(_install)...
from distutils.command.build import build from setuptools import setup from setuptools.command.install import install as _install class install(_install): def run(self): self.run_command('build') _install.run(self) setup(name="aws_ir_plugins", version="0.0.1", author="Andrew Krug, Alex...
mit
Python
df7d35c41f30445b85698f245dfdb2fe1bdb3d16
fix mypy_extension
aodag/WebDispatch
setup.py
setup.py
import os from setuptools import setup, find_packages tests_require = [ "pytest", "pytest-cov", "testfixtures", "webtest", "mock", "python-coveralls", "flake8", "pylint", "mypy", ] here = os.path.dirname(__file__) readme = None changes = None def _read(name): try: retu...
import os from setuptools import setup, find_packages tests_require = [ "pytest", "pytest-cov", "testfixtures", "webtest", "mock", "python-coveralls", "flake8", "pylint", "mypy", "mypy_extensions", ] here = os.path.dirname(__file__) readme = None changes = None def _read(name)...
mit
Python
0d215f41b883d4a98f70d543485f41a9acd3e50e
Bump version
thombashi/pytablewriter
setup.py
setup.py
import io import os.path import setuptools import sys REQUIREMENT_DIR = "requirements" ENCODING = "utf8" needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv) pytest_runner = ["pytest-runner"] if needs_pytest else [] with io.open("README.rst", encoding=ENCODING) as f: long_description = f.read() ...
import io import os.path import setuptools import sys REQUIREMENT_DIR = "requirements" ENCODING = "utf8" needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv) pytest_runner = ["pytest-runner"] if needs_pytest else [] with io.open("README.rst", encoding=ENCODING) as f: long_description = f.read() ...
mit
Python
75587b1515ae7c76bfe1ce28c4ce0c971ba00699
Update troposphere version
jorgebastida/gordon,jorgebastida/gordon,jorgebastida/gordon
setup.py
setup.py
import sys from setuptools import setup, find_packages install_requires = [ 'boto3>=1.2.3', 'clint', 'PyYAML>=3', 'troposphere>=1.6', 'Jinja2', ] # as of Python >= 2.7 argparse module is maintained within Python. if sys.version_info < (2, 7): install_requires.append('argparse>=1.1.0') setup...
import sys from setuptools import setup, find_packages install_requires = [ 'boto3>=1.2.3', 'clint', 'PyYAML>=3', 'troposphere>=1.3', 'Jinja2', ] tests_require = [ 'coverage' ] # as of Python >= 2.7 argparse module is maintained within Python. if sys.version_info < (2, 7): install_requir...
bsd-3-clause
Python
946248659cbda5c8dfdc40186cfb067a112dbe70
Bump version to 2.0.1
itdaniher/mana,itdaniher/mana,whtsky/maga
setup.py
setup.py
from setuptools import setup setup( name='Maga', version='2.0.1', description='A DHT crawler framework using asyncio.', long_description=open('README.rst', 'r').read(), author='whtsky', author_email='whtsky@gmail.com', url='https://github.com/whtsky/maga', license='BSDv3', platforms...
from setuptools import setup setup( name='Maga', version='2.0.0', description='A DHT crawler framework using asyncio.', long_description=open('README.rst', 'r').read(), author='whtsky', author_email='whtsky@gmail.com', url='https://github.com/whtsky/maga', license='BSDv3', platforms...
bsd-3-clause
Python
6778f18a35a7c6c736b79633e28f6cf46f3913be
add description
cyberdelia/ganglia
setup.py
setup.py
# -*- coding: utf-8 -*- from setuptools import setup setup( name='ganglia', version='0.2.2', packages=['ganglia',], license='MIT', description="A Ganglia client", long_description=open('README.rst').read(), author='Timothée Peignier', author_email='timothee.peignier@tryphon.org', te...
# -*- coding: utf-8 -*- from setuptools import setup setup( name='ganglia', version='0.2.2', packages=['ganglia',], license='MIT', long_description=open('README.rst').read(), author='Timothée Peignier', author_email='timothee.peignier@tryphon.org', test_suite='ganglia', classifiers=...
mit
Python
3a2c0d3a3f7de33cb4b6b7e8e9bc9a616fa14058
increment tsuru-hm version
vfiebig/rpaas,tsuru/rpaas,vfiebig/rpaas,tsuru/rpaas
setup.py
setup.py
# -*- coding: utf-8 -*- # Copyright 2014 hm authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. import codecs from setuptools import setup, find_packages from rpaas import __version__ README = codecs.open('README.rst', encoding='utf-8')...
# -*- coding: utf-8 -*- # Copyright 2014 hm authors. All rights reserved. # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. import codecs from setuptools import setup, find_packages from rpaas import __version__ README = codecs.open('README.rst', encoding='utf-8')...
bsd-3-clause
Python
4cfc1391dfbac93c97421ac9cc148c6e2de9bceb
Bump version 0.2.5 to PyPI.
cshields/satnogs-client,cshields/satnogs-client,adamkalis/satnogs-client,adamkalis/satnogs-client
setup.py
setup.py
from setuptools import find_packages, setup setup(name='satnogsclient', packages=find_packages(), version='0.2.5', author='SatNOGS team', author_email='client-dev@satnogs.org', url='https://github.com/satnogs/satnogs-client/', description='SatNOGS Client', include_package_dat...
from setuptools import find_packages, setup setup(name='satnogsclient', packages=find_packages(), version='0.2.4', author='SatNOGS team', author_email='client-dev@satnogs.org', url='https://github.com/satnogs/satnogs-client/', description='SatNOGS Client', include_package_dat...
agpl-3.0
Python
f82b20212f633fc164cf88e8ce32f6119334920d
create version 2.4.3
Duke-GCB/DukeDSClient,Duke-GCB/DukeDSClient
setup.py
setup.py
from setuptools import setup setup(name='DukeDSClient', version='2.4.3', description='Command line tool(ddsclient) to upload/manage projects on the duke-data-service.', url='https://github.com/Duke-GCB/DukeDSClient', keywords='duke dds dukedataservice', author='John Bradley', ...
from setuptools import setup setup(name='DukeDSClient', version='2.4.2', description='Command line tool(ddsclient) to upload/manage projects on the duke-data-service.', url='https://github.com/Duke-GCB/DukeDSClient', keywords='duke dds dukedataservice', author='John Bradley', ...
mit
Python
091eb367a40466b316d709c95acd7f6ca4252c6b
Add six to dependencies
joeirimpan/shop,joeirimpan/shop,joeirimpan/shop
setup.py
setup.py
from setuptools import find_packages, setup setup( name='Fulfil-Shop', version='0.1dev3', packages=find_packages(), license='BSD', include_package_data=True, zip_safe=False, long_description=open('README.rst').read(), install_requires=[ 'Flask', 'Flask-WTF', 'Fla...
from setuptools import find_packages, setup setup( name='Fulfil-Shop', version='0.1dev3', packages=find_packages(), license='BSD', include_package_data=True, zip_safe=False, long_description=open('README.rst').read(), install_requires=[ 'Flask', 'Flask-WTF', 'Fla...
bsd-3-clause
Python
2efdb40e55515338449804eb13520c6425c5bf96
Update pyparsing requires lock to be more strict (#275)
chimpler/pyhocon
setup.py
setup.py
#!/usr/bin/env python import sys from setuptools import setup from setuptools.command.test import test as TestCommand class PyTestCommand(TestCommand): user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] def initialize_options(self): TestCommand.initialize_options(self) s...
#!/usr/bin/env python import sys from setuptools import setup from setuptools.command.test import test as TestCommand class PyTestCommand(TestCommand): user_options = [('pytest-args=', 'a', "Arguments to pass to py.test")] def initialize_options(self): TestCommand.initialize_options(self) s...
apache-2.0
Python
99e74d18d32fccbd873f1d6a3a6b805874936218
remove long_description
minacle/ircclive
setup.py
setup.py
from distutils.core import setup from os.path import abspath, dirname, join import re with open(join(abspath(dirname(__file__)), "ircclive.py")) as f: version = re.search(r'\n__version__ = \"(.*?)\"\n', f.read()).group(1) setup( name="ircclive", version=version, author="Mayu Laierlence", author_em...
from distutils.core import setup from os.path import abspath, dirname, join import re with open(join(abspath(dirname(__file__)), "ircclive.py")) as f: version = re.search(r'\n__version__ = \"(.*?)\"\n', f.read()).group(1) with open(join(abspath(dirname(__file__)), "README.rst")) as f: long_description = f.rea...
mit
Python
010e23fdc9473c425cb6822b1ff63fe2936e5d78
bump version, again.
mshvartsman/psiTurk,andyh616/psiTurk,suchow/psiTurk,suchow/psiTurk,NYUCCL/psiTurk,rbtrace/psiTurk,michaelpacer/psiTurk,mshvartsman/psiTurk,pfeyz/psiTurk,kachergis/psiTurk,berkeley-cocosci/psiTurk,rbtrace/psiTurk,berkeley-cocosci/psiTurk,berkeley-cocosci/psiTurk,andyh616/psiTurk,NYUCCL/psiTurk,pfeyz/psiTurk,michaelpacer...
setup.py
setup.py
from setuptools import setup try: with open("README.md") as readmefile: long_description = readmefile.read() except IOError: long_description = "" setup( name = "PsiTurk", version = "1.0.3", packages = ["psiturk"], include_package_data = True, zip_safe = False, entry_points = {...
from setuptools import setup try: with open("README.md") as readmefile: long_description = readmefile.read() except IOError: long_description = "" setup( name = "PsiTurk", version = "1.0.2", packages = ["psiturk"], include_package_data = True, zip_safe = False, entry_points = {...
mit
Python
f10cd1742e689dd44bac4ad7553bdf6042a06071
revert to previous setup
dgketchum/Landsat578
setup.py
setup.py
# =============================================================================== # Copyright 2017 dgketchum # # 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...
# =============================================================================== # Copyright 2017 dgketchum # # 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...
apache-2.0
Python
a4740a0ea0186efd9e520cb19528c947ad511378
Correct typos in setup.py
google-code-export/django-page-cms,Alwnikrotikz/django-page-cms,pombreda/django-page-cms,Alwnikrotikz/django-page-cms,odyaka341/django-page-cms,pombreda/django-page-cms,odyaka341/django-page-cms,Alwnikrotikz/django-page-cms,odyaka341/django-page-cms,pombreda/django-page-cms,PiRSquared17/django-page-cms,PiRSquared17/dja...
setup.py
setup.py
from distutils.core import setup import glob data = [ "locale/" + l.rsplit('/')[-1]+"/LC_MESSAGES/*.*" for l in glob.glob("pages/locale/*")] data.extend([ 'templates/admin/pages/page/*.html', 'templates/pages/*.html', 'fixtures/*.json' ] ) setup( name='django-page-cms', version=__import__('pag...
from distutils.core import setup import glob datas = [ "locale/" + l.rsplit('/')[-1]+"/LC_MESSAGES/*.*" for l in glob.glob("pages/locale/*")] datas.extend([ 'templates/admin/pages/page/*.html', 'templates/pages/*.html', 'fixtures/*.json' ] ) setup( name='django-page-cms', version=__import__('p...
bsd-3-clause
Python
4d28458eddffdc24210daddd215e304f1a8b512b
add download url for pypi
srounet/Pymem
setup.py
setup.py
import re import setuptools def load_dependencies(filename): install_requires = [] dependency_links = [] for line in open(filename): line = line.strip() m = re.match(r'http.+#egg=(?P<pkgname>.+)', line) if m: dependency_links.append(line) install_requires.ap...
import re import setuptools def load_dependencies(filename): install_requires = [] dependency_links = [] for line in open(filename): line = line.strip() m = re.match(r'http.+#egg=(?P<pkgname>.+)', line) if m: dependency_links.append(line) install_requires.ap...
mit
Python
d3849131efb07a484bdbd125630f8721d3d1dc71
Bump Wilson dependency to v1.1
flav-io/flavio,flav-io/flavio
setup.py
setup.py
from setuptools import setup, find_packages with open('flavio/_version.py') as f: exec(f.read()) with open('README.md') as f: LONG_DESCRIPTION = f.read() setup(name='flavio', version=__version__, author='David M. Straub', author_email='david.straub@tum.de', url='https://flav-io.github...
from setuptools import setup, find_packages with open('flavio/_version.py') as f: exec(f.read()) with open('README.md') as f: LONG_DESCRIPTION = f.read() setup(name='flavio', version=__version__, author='David M. Straub', author_email='david.straub@tum.de', url='https://flav-io.github...
mit
Python
663685b1414ae0f8189fdb4a7289a5196a25ea0b
update pyyaml to the most recent stable version (#53)
googleads/google-ads-python
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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
apache-2.0
Python
d62a0a4c3a834e07b47b0a7cb4e1567b6467338f
Reformat setup.py
jreese/tasky
setup.py
setup.py
from setuptools import setup import tasky setup( name='tasky', description='asyncio framework for task-based execution', version=tasky.__version__, author='John Reese', author_email='john@noswap.com', url='https://github.com/jreese/tasky', classifiers=[ 'License :: OSI Approved :: ...
from setuptools import setup import tasky setup(name='tasky', description='asyncio framework for task-based execution', version=tasky.__version__, author='John Reese', author_email='john@noswap.com', url='https://github.com/jreese/tasky', classifiers=['License :: OSI Approved :: MI...
mit
Python
058ee1f352785a878e410a178699cf4907526d30
Downgrade Django
taedori81/satchless
setup.py
setup.py
#! /usr/bin/env python from setuptools import setup, find_packages # dynamic retrive version number from stachless.VERSION version = __import__('satchless').__version__ CLASSIFIERS = [ 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Dev...
#! /usr/bin/env python from setuptools import setup, find_packages # dynamic retrive version number from stachless.VERSION version = __import__('satchless').__version__ CLASSIFIERS = [ 'Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Dev...
bsd-3-clause
Python
bf0f3efba3fb9996f687e8309e02679a4b4ce98f
Bump version for upload to pypi.
eikonomega/saddlebags
setup.py
setup.py
from setuptools import setup, find_packages setup( name="saddlebags", license="MIT", packages=find_packages(), version='1.3.1', author="Michael Dunn", author_email="mike@eikonomega.com", keywords='configuration settings', url="https://github.com/eikonomega/saddlebags", description=(...
from setuptools import setup, find_packages setup( name="saddlebags", license="MIT", packages=find_packages(), version='1.3', author="Michael Dunn", author_email="mike@eikonomega.com", keywords='configuration settings', url="https://github.com/eikonomega/saddlebags", description=( ...
mit
Python
49a91ecc14dcd0a9eb24971e388ddae581f0cb86
Bump version
renegelinas/mi-instrument,renegelinas/mi-instrument,vipullakhani/mi-instrument,danmergens/mi-instrument,danmergens/mi-instrument,janeen666/mi-instrument,oceanobservatories/mi-instrument,janeen666/mi-instrument,janeen666/mi-instrument,vipullakhani/mi-instrument,tapanagupta/mi-instrument,oceanobservatories/mi-instrument
setup.py
setup.py
#!/usr/bin/env python try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup version = '0.3.84' setup(name='mi-instrument', version=version, description='OOINet Marine Integrations', url='https://github.com/oceanobservatories/mi-instrument', ...
#!/usr/bin/env python try: from setuptools import setup, find_packages except ImportError: from distutils.core import setup version = '0.3.83' setup(name='mi-instrument', version=version, description='OOINet Marine Integrations', url='https://github.com/oceanobservatories/mi-instrument', ...
bsd-2-clause
Python
13a495ca1593e931c08b409a5d2360ef76409ff3
define Graph class
yanil3500/data-structures
src/graph.py
src/graph.py
class Graph(): """ The graph class will be used o represent the nodes """ def __init__(self): """ This is the initializer for the Graph class. """ self.graph_dict = {} def nodes(self): """ This method returns a list containing all of the nodes ...
mit
Python
2a2230eb014d51e8437b0bbb8f80c4da8eec1b1c
Bump version to 0.12.0
edx/edx-analytics-data-api-client,Stanford-Online/edx-analytics-data-api-client,edx/edx-analytics-data-api-client,Stanford-Online/edx-analytics-data-api-client
setup.py
setup.py
from distutils.core import setup setup( name='edx-analytics-data-api-client', version='0.12.0', packages=['analyticsclient', 'analyticsclient.constants'], url='https://github.com/edx/edx-analytics-data-api-client', description='Client used to access edX analytics data warehouse', long_descripti...
from distutils.core import setup setup( name='edx-analytics-data-api-client', version='0.11.0', packages=['analyticsclient', 'analyticsclient.constants'], url='https://github.com/edx/edx-analytics-data-api-client', description='Client used to access edX analytics data warehouse', long_descripti...
apache-2.0
Python
840555ba88a660849030bcc910beec7f0a5b01d0
Add missing long_description in setup.py
linusg/wsinfo
setup.py
setup.py
from setuptools import setup from wsinfo import __version__ with open("README.rst", "r") as f: long_description = f.read() setup( name = "wsinfo", packages = ["wsinfo"], version = __version__, description = "Python package for simply retrieving information about a specific website.", long_desc...
from setuptools import setup from wsinfo import __version__ setup( name = "wsinfo", packages = ["wsinfo"], version = __version__, description = "Python package for simply retrieving information about a specific website.", author = "Linus Groh", author_email = "mail@linusgroh.de", url = "htt...
mit
Python
4e831595f0417b4b31902ff33d9e6b5fcfbffb30
bump jsonschema from 4.3.1 to 4.3.2
freelawproject/reporters-db
setup.py
setup.py
import codecs import os from setuptools import setup, find_packages VERSION = "3.2.5" AUTHOR = "Mike Lissner" EMAIL = "mike@free.law" HERE = os.path.abspath(os.path.dirname(__file__)) reqs_path = HERE + "/requirements.txt" with open(reqs_path) as reqs_file: reqs = reqs_file.read().splitlines() def read(*parts)...
import codecs import os from setuptools import setup, find_packages VERSION = "3.2.5" AUTHOR = "Mike Lissner" EMAIL = "mike@free.law" HERE = os.path.abspath(os.path.dirname(__file__)) reqs_path = HERE + "/requirements.txt" with open(reqs_path) as reqs_file: reqs = reqs_file.read().splitlines() def read(*parts)...
bsd-2-clause
Python