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 |
|---|---|---|---|---|---|---|---|---|
83cff7fcb19d5122e6354d41d69689ce628aac50 | Read long description from readme | mozilla/remoteobjects,alex/remoteobjects | setup.py | setup.py | #!/usr/bin/env python
# Copyright (c) 2009 Six Apart Ltd.
# 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 lis... | #!/usr/bin/env python
# Copyright (c) 2009 Six Apart Ltd.
# 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 lis... | bsd-3-clause | Python |
aa7a9143352325251d66fa4215a37dc3bf2f36e9 | Fix typo in install_requires | tomcatmanager/tomcatmanager,kotfu/tomcat-manager,tomcatmanager/tomcatmanager | setup.py | setup.py | #
# -*- coding: utf-8 -*-
"""setuptools based setup for tomcatmanager
"""
from os import path
from setuptools import setup, find_packages
#
# 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_descriptio... | #
# -*- coding: utf-8 -*-
"""setuptools based setup for tomcatmanager
"""
from os import path
from setuptools import setup, find_packages
#
# 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_descriptio... | mit | Python |
297f99e840045a8001df715b61053d7a05710efb | bump version to 0.1.1 | RobinKa/tfga | setup.py | setup.py | from setuptools import setup
setup(
name="tfga",
packages=["tfga"],
extras_require={
"tf": ["tensorflow>=2.0.0"],
"tf_gpu": ["tensorflow-gpu>=2.0.0"],
"tf_nightly": ["tf-nightly>=2.0.0"],
"tf_nightly_gpu": ["tf-nightly-gpu>=2.0.0"],
},
description="Cliffor... | from setuptools import setup
setup(
name="tfga",
packages=["tfga"],
extras_require={
"tf": ["tensorflow>=2.0.0"],
"tf_gpu": ["tensorflow-gpu>=2.0.0"],
"tf_nightly": ["tf-nightly>=2.0.0"],
"tf_nightly_gpu": ["tf-nightly-gpu>=2.0.0"],
},
description="Cliffor... | mit | Python |
c31dea7bb9dc104c23cf6960f61d56af86c8dea6 | Update package description and version | solarce/adb_android,vmalyi/adb_android | setup.py | setup.py | #!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
requirements = [
]
test_requirements = [
]
setup(
name='adb_android',
version='0.2.0',
description="Enables android adb in your python script",
long_description='This python package is... | #!/usr/bin/env python
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
requirements = [
]
test_requirements = [
]
setup(
name='adb_android',
version='0.1.0',
description="Enables android adb in your python script",
long_description='This package can be us... | bsd-3-clause | Python |
bd30c70095c9e0fc4b6a552def45406bef5093e1 | Make version spec more clear. | morepath/more.jinja2 | setup.py | setup.py | import os, io
from setuptools import setup, find_packages
long_description = (
io.open('README.rst', encoding='utf-8').read()
+ '\n' +
io.open('CHANGES.txt', encoding='utf-8').read())
setup(name='more.jinja2',
version='0.2.dev0',
description="Jinja2 template integration for Morepath",
lo... | import os, io
from setuptools import setup, find_packages
long_description = (
io.open('README.rst', encoding='utf-8').read()
+ '\n' +
io.open('CHANGES.txt', encoding='utf-8').read())
setup(name='more.jinja2',
version='0.2.dev0',
description="Jinja2 template integration for Morepath",
lo... | bsd-3-clause | Python |
4140fd0e46d2316bbed5d38f86a16658d0196975 | add envoy to required | llimllib/pub | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Thanks to Kenneth Reitz, I stole the template for this
import os
import sys
import pub
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.ex... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# Thanks to Kenneth Reitz, I stole the template for this
import os
import sys
import pub
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
sys.ex... | mit | Python |
8ea8edce0c70ff65284d15b619d6768f388ffea4 | Bump version number post-release. | jerith/txTwitter | setup.py | setup.py | import os.path
from setuptools import setup, find_packages
def readme():
path = os.path.join(os.path.dirname(__file__), 'README.rst')
return open(path, 'r').read()
setup(
name="txTwitter",
version="0.1.3a",
url='https://github.com/jerith/txTwitter',
license='MIT',
description="A Twisted... | import os.path
from setuptools import setup, find_packages
def readme():
path = os.path.join(os.path.dirname(__file__), 'README.rst')
return open(path, 'r').read()
setup(
name="txTwitter",
version="0.1.2a",
url='https://github.com/jerith/txTwitter',
license='MIT',
description="A Twisted... | mit | Python |
649fa0d8ac8f609d6dffd5c6939c76cae3720db4 | Bump version | calston/tensor,calston/tensor,hobbeswalsh/tensor,hobbeswalsh/tensor,calston/tensor,calston/tensor | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name="tensor",
version='0.2.7',
url='http://github.com/calston/tensor',
license='MIT',
description="A Twisted based monitoring agent for Riemann",
author='Colin Alston',
author_email='colin.alston@gmail.com',
packages=find_packages() +... | from setuptools import setup, find_packages
setup(
name="tensor",
version='0.2.6',
url='http://github.com/calston/tensor',
license='MIT',
description="A Twisted based monitoring agent for Riemann",
author='Colin Alston',
author_email='colin.alston@gmail.com',
packages=find_packages() +... | mit | Python |
4a73c366faad6c64c062545bef6734414bf3dae4 | exclude tests | rzr/synapse,illicitonion/synapse,iot-factory/synapse,matrix-org/synapse,illicitonion/synapse,TribeMedia/synapse,TribeMedia/synapse,iot-factory/synapse,iot-factory/synapse,illicitonion/synapse,matrix-org/synapse,TribeMedia/synapse,illicitonion/synapse,iot-factory/synapse,matrix-org/synapse,illicitonion/synapse,iot-facto... | setup.py | setup.py | #!/usr/bin/env python
# Copyright 2014 OpenMarket Ltd
#
# 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... | #!/usr/bin/env python
# Copyright 2014 OpenMarket Ltd
#
# 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... | apache-2.0 | Python |
7954190983f53a3911cb189bba5721b307b93b93 | include data files | cokelaer/spectrum,cokelaer/spectrum | setup.py | setup.py | import os, sys, glob
pj = os.path.join
from setuptools import setup, find_packages
from distutils.core import Extension
_MAJOR = 0
_MINOR = 7
_MICRO = 0
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)
data_fi... | import os, sys, glob
pj = os.path.join
from setuptools import setup, find_packages
from distutils.core import Extension
_MAJOR = 0
_MINOR = 7
_MICRO = 0
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)
data_fi... | bsd-3-clause | Python |
cd4152a9ea9953e4f6482bd51046fd754ffb7457 | Fix build broken by previous commit. | abilian/abilian-core,abilian/abilian-core,abilian/abilian-core,abilian/abilian-core,abilian/abilian-core | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
def get_deps():
import re
deps_raw = [ line.strip() for line in open("deps.txt")]
deps = []
for dep in deps_raw:
if not dep or dep.startswith("#"):
continue
m = re.search("#egg=(.*)", dep)
if m:
dep = m.group(1)
... | # -*- coding: utf-8 -*-
from setuptools import setup, find_packages
deps = [ line.strip()
for line in open("deps.txt")
if line and not line.startswith("#") ]
metadata = dict(
name='Yaka Core',
version='0.1dev',
url='http://www.yaka.biz/',
license='LGPL',
author='Stefane Fermigier',
auth... | lgpl-2.1 | Python |
1066908762bf55cbc5a127d1547a6ec415c8c73a | Add PyYAML to dependencies | rubik/xenon | setup.py | setup.py | import os
from setuptools import setup
import xenon
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as fobj:
readme = fobj.read()
setup(name='xenon',
version=xenon.__version__,
author='Michele Lacchia',
author_email='michelelacchia@gmail.com',
url='https://xenon.readthedo... | import os
from setuptools import setup
import xenon
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as fobj:
readme = fobj.read()
setup(name='xenon',
version=xenon.__version__,
author='Michele Lacchia',
author_email='michelelacchia@gmail.com',
url='https://xenon.readthedo... | mit | Python |
5833e9a59b226ad836cd12d55919060d86b47ae6 | Update dependency range for api-core to include v1.0.0 releases (#4944) | googleapis/python-datastore,googleapis/python-datastore | 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 |
fa9bf1fef6d3f12c4273dd49aec521f1bdd5f421 | Update setup.py | HubSpot/snakecharmer | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
setup(
name='snakecharmer',
version='1.0.1',
description="A collection of utilities for working with python",
long_description=open('README.md').read(),
author='HubSpot Dev Team',
author_email='devteam+hapi@hubspot.com',
url='https://github... | #!/usr/bin/env python
from setuptools import setup
setup(
name='snakecharmer',
version='1.0.0',
description="A collection of utilities for working with python",
long_description=open('README.md').read(),
author='HubSpot Dev Team',
author_email='devteam+hapi@hubspot.com',
url='https://github... | apache-2.0 | Python |
fd0be761f6d3bc7b33a0914c1aa3610b38d382fe | Revert "Fixing path for version file. Been working on MNL too much." | ColtonProvias/sqlalchemy-jsonapi | setup.py | setup.py | """
SQLAlchemy-JSONAPI
------------------
JSON API serializer for SQLAlchemy that aims to meet the full JSON API spec as
published at http://jsonapi.org/format. Also includes Flask adapter.
Full documentation is available at:
https://sqlalchemy-jsonapi.readthedocs.org/
GitHub at https://github.com/coltonprovias/sq... | """
SQLAlchemy-JSONAPI
------------------
JSON API serializer for SQLAlchemy that aims to meet the full JSON API spec as
published at http://jsonapi.org/format. Also includes Flask adapter.
Full documentation is available at:
https://sqlalchemy-jsonapi.readthedocs.org/
GitHub at https://github.com/coltonprovias/sq... | mit | Python |
5c7a81d468242ee7b8fb5679f332aba099eb66e2 | Bump to v1.32.2 | gisce/primestg | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='primestg',
version='1.32.2',
packages=find_packages(),
url='https://github.com/gisce/primestg',
license='GNU Affero General Public License v3',
author='GISCE-TI, S.L.',
author_email='devel@gisce.net',
install_requires=[
'... | from setuptools import setup, find_packages
setup(
name='primestg',
version='1.32.1',
packages=find_packages(),
url='https://github.com/gisce/primestg',
license='GNU Affero General Public License v3',
author='GISCE-TI, S.L.',
author_email='devel@gisce.net',
install_requires=[
'... | agpl-3.0 | Python |
41462de5e0bdb754cb1115ba03704dd61af19f6e | Bump version number | visualfabriq/bqueryd | setup.py | setup.py | from distutils.core import setup
setup(name='bqueryd',
version='0.3',
packages=['bqueryd'],
) | from distutils.core import setup
setup(name='bqueryd',
version='0.1',
packages=['bqueryd'],
) | bsd-3-clause | Python |
1dd1ed752f897c48db5771283b9349612329d011 | bump version | analogbyte/saltobserver,analogbyte/saltobserver,analogbyte/saltobserver | setup.py | setup.py | # -*- coding: utf-8 -*-
import codecs
from os import path
from setuptools import setup
with open('README.rst', 'rt') as f:
long_description = f.read()
setup(
name='saltobserver',
version='0.9.4',
description='A simple webapp for presenting data as offered by SaltStack\'s Redis Returner',
long_des... | # -*- coding: utf-8 -*-
import codecs
from os import path
from setuptools import setup
with open('README.rst', 'rt') as f:
long_description = f.read()
setup(
name='saltobserver',
version='0.9.3',
description='A simple webapp for presenting data as offered by SaltStack\'s Redis Returner',
long_des... | mit | Python |
a3a361540337d0cd78dadb6d679fe1610ea5b780 | Update version | ScottWales/mosrs-setup | setup.py | setup.py | #!/usr/bin/env python
"""
Copyright 2015 ARC Centre of Excellence for Climate Systems Science
author: Scott Wales <scott.wales@unimelb.edu.au>
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
h... | #!/usr/bin/env python
"""
Copyright 2015 ARC Centre of Excellence for Climate Systems Science
author: Scott Wales <scott.wales@unimelb.edu.au>
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
h... | apache-2.0 | Python |
bc61a86ee145490cb80e8bd00631c2cf0e737a19 | Update version | allelos/vectors | setup.py | setup.py | import os
from setuptools import setup, find_packages
setup(
name = "vectors",
version = "0.0.8",
author = "Allelos",
author_email = "p.paliagkas@gmail.com",
description = "A simple vector toolkit dealing with vectors and points \
in the 3-dimensional space",
license = "The MIT License... | import os
from setuptools import setup, find_packages
setup(
name = "vectors",
version = "0.0.6",
author = "Allelos",
author_email = "p.paliagkas@gmail.com",
description = "A simple vector toolkit dealing with vectors in the \
3-dimensional space",
license = "The MIT License (MIT)",
... | mit | Python |
5d1cc466fea00c46719f12d3702ceba642c4f4d2 | Add simplejson. | ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website,ISIFoundation/influenzanet-website | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name = "epiwork-website",
version = "1.0",
url = 'http://www.epiwork.eu/',
license = 'BSD',
description = 'EPIWork Database - Survey Website',
author = 'Fajran Iman Rusadi',
packages = find_packages('src'),
package_dir = {'': 'src'},
... | from setuptools import setup, find_packages
setup(
name = "epiwork-website",
version = "1.0",
url = 'http://www.epiwork.eu/',
license = 'BSD',
description = 'EPIWork Database - Survey Website',
author = 'Fajran Iman Rusadi',
packages = find_packages('src'),
package_dir = {'': 'src'},
... | agpl-3.0 | Python |
dfaec68833ded607fd0514d73b10e0d33dc26c72 | exclude docs and tests from package (#33) | googleapis/python-dataproc-metastore,googleapis/python-dataproc-metastore | setup.py | setup.py | # -*- coding: utf-8 -*-
# Copyright 2020 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 o... | # -*- coding: utf-8 -*-
# Copyright 2020 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 o... | apache-2.0 | Python |
ac5741455d617492e5e2f6849316d5b875bd9f6c | make sure we are py2 compatible | UCBerkeleySETI/blimpy,UCBerkeleySETI/blimpy | setup.py | setup.py | """
setup.py -- setup script for use of packages.
"""
from setuptools import setup, find_packages
__version__ = '1.3.4'
# create entry points
# see http://astropy.readthedocs.org/en/latest/development/scripts.html
entry_points = {
'console_scripts' : [
'filutil = blimpy.filterbank:cmd_tool',
'watu... | """
setup.py -- setup script for use of packages.
"""
from setuptools import setup, find_packages
__version__ = '1.3.4'
# create entry points
# see http://astropy.readthedocs.org/en/latest/development/scripts.html
entry_points = {
'console_scripts' : [
'filutil = blimpy.filterbank:cmd_tool',
'watu... | bsd-3-clause | Python |
700aabbf915188152041cb0f2e57175d477419ba | update rawes version | dimagi/commcare-hq,qedsoftware/commcare-hq,dimagi/commcare-hq,qedsoftware/commcare-hq,qedsoftware/commcare-hq,qedsoftware/commcare-hq,dimagi/commcare-hq,qedsoftware/commcare-hq,dimagi/commcare-hq,dimagi/commcare-hq | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='pillowtop',
version='0.1.8',
description='A couchdbkit changes listener for doing backend processing',
author='Dimagi',
author_email='dev@dimagi.com',
url='http://www.dimagi.com/',
packages=find_packages(exclude=... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(
name='pillowtop',
version='0.1.8',
description='A couchdbkit changes listener for doing backend processing',
author='Dimagi',
author_email='dev@dimagi.com',
url='http://www.dimagi.com/',
packages=find_packages(exclude=... | bsd-3-clause | Python |
02c20066e4af8fc5c929a19301f0d8e4bbba629b | Revert "opens README.md in utf-8 encoding" | DylannCordel/unicode-slugify | setup.py | setup.py | from setuptools import setup
setup(
name='unicode-slugify',
version='0.1.3',
description='A slug generator that turns strings into unicode slugs.',
long_description=open('README.md').read(),
author='Jeff Balogh, Dave Dash',
author_email='jbalogh@mozilla.com, dd@mozilla.com',
url='http://git... | from setuptools import setup
setup(
name='unicode-slugify',
version='0.1.3',
description='A slug generator that turns strings into unicode slugs.',
long_description=open('README.md', encoding='utf-8').read(),
author='Jeff Balogh, Dave Dash',
author_email='jbalogh@mozilla.com, dd@mozilla.com',
... | bsd-3-clause | Python |
60e991fc247209088f2c981047cf17fdc9573b74 | Bump API version | gsarma/PyOpenWorm,hnunner/PyOpenWorm,kaustubhcs/PyOpenWorm,travs/PyOpenWorm,openworm/PyOpenWorm,openworm/PyOpenWorm,gsarma/PyOpenWorm | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup
with open('requirements.txt') as f:
required = f.read().splitlines()
long_description = open("README.md").read()
setup(
install_requires=required,
name = "PyOpenWorm",
version = '0.5.0-alpha',
packages = ['PyOpenWorm', 'tests'],
author = "... | # -*- coding: utf-8 -*-
from setuptools import setup
with open('requirements.txt') as f:
required = f.read().splitlines()
long_description = open("README.md").read()
setup(
install_requires=required,
name = "PyOpenWorm",
version = '0.0.1-alpha',
packages = ['PyOpenWorm', 'tests'],
author = "... | mit | Python |
e39798159e72308bed8b69d49b6ee7e5cfd99ed9 | Bump version | ioO/billjobs | setup.py | setup.py | import os
from setuptools import 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-billjobs',
version='0.2.7',
... | import os
from setuptools import 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-billjobs',
version='0.2.6',
... | mit | Python |
7d34d5953bbf4f1d8c3fc97c7c8b19b433d52ecd | Add development version and correct url to github | jarus/flask-mongokit,jarus/flask-mongokit,VishvajitP/flask-mongokit,VishvajitP/flask-mongokit | setup.py | setup.py | """
Flask-MongoKit
--------------
Flask-MongoKit simplifies to use MongoKit, a powerful MongoDB ORM in Flask
applications.
Links
`````
* `documentation <http://packages.python.org/Flask-MongoKit>`_
* `development version <http://github.com/jarus/flask-mongokit/zipball/master#egg=Flask-MongoKit-dev>`_
* `MongoK... | """
Flask-MongoKit
--------------
Flask-MongoKit simplifies to use MongoKit, a powerful MongoDB ORM in Flask
applications.
Links
`````
* `documentation <http://packages.python.org/Flask-MongoKit>`_
* `sourcecode <http://bitbucket.org/Jarus/flask-mongokit/>`_
* `MongoKit <http://namlook.github.com/mongokit/>`_
... | bsd-3-clause | Python |
d0fb88eac7fe2e3ba9d93670643c4e786ea5c352 | Update package metadata | amorison/qjobs | setup.py | setup.py | from setuptools import setup
with open('README.rst') as rdm:
README = rdm.read()
setup(
name='qjobs',
use_scm_version=True,
description='Get a clean and flexible output from qstat',
long_description=README,
url='https://github.com/amorison/qjobs',
author='Adrien Morison',
author_ema... | from setuptools import setup
with open('README.rst') as rdm:
README = rdm.read()
setup(
name='qjobs',
use_scm_version=True,
description='Get a clean and flexible output from qstat!',
long_description=README,
url='https://github.com/amorison/qjobs',
author='Adrien Morison',
author_em... | mit | Python |
b0415223fd758210aa976dca159c5a6c2ee38d6f | Bump version for pip-install flag | kevinconway/rpmvenv | setup.py | setup.py | """Setuptools configuration for rpmvenv."""
from setuptools import setup
from setuptools import find_packages
with open('README.rst', 'r') as readmefile:
README = readmefile.read()
setup(
name='rpmvenv',
version='0.21.0',
url='https://github.com/kevinconway/rpmvenv',
description='RPM packager f... | """Setuptools configuration for rpmvenv."""
from setuptools import setup
from setuptools import find_packages
with open('README.rst', 'r') as readmefile:
README = readmefile.read()
setup(
name='rpmvenv',
version='0.20.0',
url='https://github.com/kevinconway/rpmvenv',
description='RPM packager f... | mit | Python |
e71314e166c2b64928d3871133339af5ddb0ddd8 | Set version number to 0.8.6. | os/slacker | setup.py | setup.py | from setuptools import setup
setup(
name='slacker',
version='0.8.6',
packages=['slacker'],
description='Slack API client',
author='Oktay Sancak',
author_email='oktaysancak@gmail.com',
url='http://github.com/os/slacker/',
install_requires=['requests >= 2.2.1'],
license='http://www.a... | from setuptools import setup
setup(
name='slacker',
version='0.7.9',
packages=['slacker'],
description='Slack API client',
author='Oktay Sancak',
author_email='oktaysancak@gmail.com',
url='http://github.com/os/slacker/',
install_requires=['requests >= 2.2.1'],
license='http://www.a... | apache-2.0 | Python |
8f716c58d86dcc25e274623d87bf75142687f30e | Update tinydb requirement | PhasesResearchLab/ESPEI | setup.py | setup.py | from setuptools import setup
import os
import versioneer
def readme(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='espei',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
author='Brandon Bocklund',
author_email='brandonbocklund@gma... | from setuptools import setup
import os
import versioneer
def readme(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='espei',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
author='Brandon Bocklund',
author_email='brandonbocklund@gma... | mit | Python |
47d6f17fadcdb5d56cc3145d7682384139f3a35a | Bump version | thombashi/pytablereader,thombashi/pytablereader,thombashi/pytablereader | setup.py | setup.py | #!/usr/bin/env python
# encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""
import os.path
import setuptools
import sys
REQUIREMENT_DIR = "requirements"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else []
with ... | #!/usr/bin/env python
# encoding: utf-8
"""
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""
import os.path
import setuptools
import sys
REQUIREMENT_DIR = "requirements"
needs_pytest = set(["pytest", "test", "ptr"]).intersection(sys.argv)
pytest_runner = ["pytest-runner"] if needs_pytest else []
with ... | mit | Python |
543d352ab1905bb403b6682d667e02371c5d882a | add license key | barbosa/clorox,barbosa/clorox | setup.py | setup.py | from distutils.core import setup
VERSION = '0.1'
setup(
name = 'clorox',
packages = ['clorox'],
version = VERSION,
description = "Removes Xcode's file comment blocks cruft",
author = 'Gustavo Barbosa',
author_email = 'gustavocsb@gmail.com',
url = 'https://github.com/barbosa/clorox',
license = 'MIT',
... | from distutils.core import setup
VERSION = '0.1'
setup(
name = 'clorox',
packages = ['clorox'],
version = VERSION,
description = "Removes Xcode's file comment blocks cruft",
author = 'Gustavo Barbosa',
author_email = 'gustavocsb@gmail.com',
url = 'https://github.com/barbosa/clorox',
download_url = 'ht... | mit | Python |
a27593164cec92454d77e826d9743873448e647a | Bump patch version | Turbasen/turbasen.py | setup.py | setup.py | from setuptools import setup
name = 'turbasen'
VERSION = '2.4.1'
setup(
name=name,
packages=[name],
version=VERSION,
description='Client for Nasjonal Turbase REST API',
long_description='See https://github.com/Turbasen/turbasen.py/blob/master/README.md',
author='Ali Kaafarani',
author_emai... | from setuptools import setup
name = 'turbasen'
VERSION = '2.4.0'
setup(
name=name,
packages=[name],
version=VERSION,
description='Client for Nasjonal Turbase REST API',
long_description='See https://github.com/Turbasen/turbasen.py/blob/master/README.md',
author='Ali Kaafarani',
author_emai... | mit | Python |
4f84f8e227d0d9c92026678828bb3357c91732cc | Update documentation | sfischer13/python-prompt | setup.py | setup.py | #!/usr/bin/env python3
import os.path
from setuptools import find_packages
from setuptools import setup
def read(name):
path = os.path.join(os.path.dirname(__file__), name)
with open(path) as f:
return f.read()
setup(
author='Stefan Fischer',
author_email='sfischer13@ymail.com',
classifi... | #!/usr/bin/env python3
import os.path
from setuptools import find_packages
from setuptools import setup
def read(name):
path = os.path.join(os.path.dirname(__file__), name)
with open(path) as f:
return f.read()
setup(
author_email='sfischer13@ymail.com',
author='Stefan Fischer',
classifi... | mit | Python |
0639b04443e07481d1ca618d81634fd972d78276 | bump version | mgax/airship,mgax/airship,mgax/airship | setup.py | setup.py | import sys
import distutils.core
dependencies = ['supervisor', 'blinker', 'path.py', 'PyYAML', 'kv']
if sys.version_info < (2, 7):
dependencies += ['importlib', 'argparse']
distutils.core.setup(
name='Sarge',
version='0.3-dev',
packages=['sarge'],
install_requires=dependencies,
entry_points={'... | import sys
import distutils.core
dependencies = ['supervisor', 'blinker', 'path.py', 'PyYAML', 'kv']
if sys.version_info < (2, 7):
dependencies += ['importlib', 'argparse']
distutils.core.setup(
name='Sarge',
version='0.2-dev',
packages=['sarge'],
install_requires=dependencies,
entry_points={'... | bsd-2-clause | Python |
f0599d537d06db3b68f3dbfc959b9eebf6618153 | Fix install requirements | mozaiques/zombase,ouihelp/yesaide | setup.py | setup.py | # -*- coding: utf-8 -*-
from setuptools import setup
setup(
name='mozbase',
version='0.3.0beta',
packages=['mozbase'],
test_suite='tests',
install_requires=[
'SQLAlchemy==0.8.1',
'voluptuous==0.7.3',
'dogpile.cache==0.4.3'],
author='Bastien GANDOUET',
author_email="b... | # -*- coding: utf-8 -*-
from setuptools import setup
setup(
name='mozbase',
version='0.3.0beta',
packages=['mozbase'],
test_suite='tests',
author='Bastien GANDOUET',
author_email="bastien@mozaiqu.es"
)
| mit | Python |
809f573a06258d5f9b8cfa86a684240789784f4f | update version to 1.1.2 | trzemecki/dicttools | setup.py | setup.py | from distutils.core import setup
setup(
name='dicttools',
version='1.1.2',
packages=['dicttools', 'dicttools.tests'],
url='https://github.com/trzemecki/dicttools',
license='Apache 2.0',
author='Leszek Trzemecki',
author_email='leszek.trzemecki@gmail.com',
description='Additional diction... | from distutils.core import setup
setup(
name='dicttools',
version='1.1.1',
packages=['dicttools', 'dicttools.tests'],
url='https://github.com/trzemecki/dicttools',
license='Apache 2.0',
author='Leszek Trzemecki',
author_email='leszek.trzemecki@gmail.com',
description='Additional diction... | apache-2.0 | Python |
9ed33a9d665e230a3a5b906507d600132c741034 | Remove osx libs in setup.py | johnbolia/plyer,kivy/plyer,KeyWeeUsr/plyer,kived/plyer,kived/plyer,KeyWeeUsr/plyer,kivy/plyer,kivy/plyer,KeyWeeUsr/plyer,johnbolia/plyer,kostyll/plyer,cleett/plyer,kostyll/plyer,cleett/plyer | setup.py | setup.py | #!/usr/bin/env python
from os.path import dirname, join
import plyer
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
curdir = dirname(__file__)
packages = [
'plyer',
'plyer.platforms',
'plyer.platforms.linux',
'plyer.platforms.android',
'plyer.platfo... | #!/usr/bin/env python
from os.path import dirname, join
import plyer
try:
from setuptools import setup
except ImportError:
from distutils.core import setup
curdir = dirname(__file__)
packages = [
'plyer',
'plyer.platforms',
'plyer.platforms.linux',
'plyer.platforms.android',
'plyer.platfo... | mit | Python |
cb56aca6ee41c13149373cd04ef1ef12609d7bea | Use ctypes.util.find_library to determine if sqlite3 available. | coleifer/peewee,coleifer/peewee,coleifer/peewee | setup.py | setup.py | import os
import platform
import sys
import warnings
from setuptools import setup
from setuptools.extension import Extension
try:
from ctypes.util import find_library
except ImportError:
find_library = lambda x: None
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
readme = f.read()
f.close()
... | import os
import platform
import sys
import warnings
from setuptools import setup
from setuptools.extension import Extension
f = open(os.path.join(os.path.dirname(__file__), 'README.rst'))
readme = f.read()
f.close()
extension_support = True # Assume we are building C extensions.
try:
from Cython.Build import c... | mit | Python |
6888b27f8c9f87dc64d411491060d3f328346a9c | Build 0.1.3 | millerf/django-channels-jsonrpc | 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-channels-jsonrpc'... | 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-channels-jsonrpc'... | mit | Python |
d0aaee0785d77de0c099105b73e715b11fd14438 | Bump version to release | SUNET/eduid-common | setup.py | setup.py | from setuptools import setup, find_packages
version = '0.3.0'
requires = [
'setuptools >= 2.2',
'eduid-userdb >= 0.0.5',
]
# Flavours
webapp_requires = [
'Flask>=0.10.1,<0.12',
'pysaml2 >= 4.0.3rc1', # version sync with dashboard to avoid pip catastrophes
'redis >= 2.10.5',
'pwgen == 0.4',
... | from setuptools import setup, find_packages
version = '0.3.0b12'
requires = [
'setuptools >= 2.2',
'eduid-userdb >= 0.0.5',
]
# Flavours
webapp_requires = [
'Flask>=0.10.1,<0.12',
'pysaml2 >= 4.0.3rc1', # version sync with dashboard to avoid pip catastrophes
'redis >= 2.10.5',
'pwgen == 0.4... | bsd-3-clause | Python |
8293733e0fa052eeae1fc295d569d23d79bdfd82 | Disable clone logging | kevinkepp/search-for-this | sft/agent/DeepQAgentReplayCloning.py | sft/agent/DeepQAgentReplayCloning.py | from __future__ import division
import random
import copy
import numpy as np
from sft.agent.DeepQAgentReplay import DeepQAgentReplay
class DeepQAgentReplayCloning(DeepQAgentReplay):
# actions: possible actions
# gamma: discount factor
# epsilon: epsilon-greedy strategy
# epsilon: discount function for epsilon
... | from __future__ import division
import random
import copy
import numpy as np
from sft.agent.DeepQAgentReplay import DeepQAgentReplay
class DeepQAgentReplayCloning(DeepQAgentReplay):
# actions: possible actions
# gamma: discount factor
# epsilon: epsilon-greedy strategy
# epsilon: discount function for epsilon
... | mit | Python |
fb19546f22e1d2475b13e419dca65b5be03ebd87 | Upgrade to v0.1.7 | dougli1sqrd/yamldown | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name="yamldown",
version="0.1.7",
packages=["yamldown"],
author="edouglass",
author_email="edouglass@lbl.gov",
url="https://github.com/dougli1sqrd/yamldown",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.6.tar.gz",
d... | from setuptools import setup, find_packages
setup(
name="yamldown",
version="0.1.6",
packages=["yamldown"],
author="edouglass",
author_email="edouglass@lbl.gov",
url="https://github.com/dougli1sqrd/yamldown",
download_url="https://github.com/dougli1sqrd/yamldown/archive/0.1.6.tar.gz",
d... | bsd-3-clause | Python |
587d4128093d76b7703ad489e3cca3fbb2d8675e | Bump version to 0.1.3 | snoonetIRC/async-irc | setup.py | setup.py | # coding=utf-8
from setuptools import setup
setup(
name='async-irc',
version='0.1.3',
python_requires=">=3.6",
description="A simple asyncio.Protocol implementation designed for IRC",
url='https://github.com/SnoonetIRC/async-irc',
author='linuxdaemon',
author_email='linuxdaemon@snoonet.org'... | # coding=utf-8
from setuptools import setup
setup(
name='async-irc',
version='0.1.2',
python_requires=">=3.6",
description="A simple asyncio.Protocol implementation designed for IRC",
url='https://github.com/SnoonetIRC/async-irc',
author='linuxdaemon',
author_email='linuxdaemon@snoonet.org'... | mit | Python |
da961d4f230877a24d9be921647f72deb9ee948a | use latest setuptest | praekelt/django-preferences | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='django-preferences',
version='0.0.5',
description='Django app allowing users to set app specific preferences through the admin interface.',
long_description = open('README.rst', 'r').read() + open('AUTHORS.rst', 'r').read() + open('CHANGELOG.rst'... | from setuptools import setup, find_packages
from setuptools.command.test import test
def run_tests(self):
from setuptest.runtests import runtests
return runtests(self)
test.run_tests = run_tests
setup(
name='django-preferences',
version='0.0.5',
description='Django app allowing users to set app sp... | bsd-3-clause | Python |
36cb319a75ea3fab47deee5cda0a697a9d34198e | Add url info | voidpp/hdd-stat | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name = "hdd-stat",
description = "",
version = "1.1.0",
author = 'Lajos Santa',
author_email = 'santa.lajos@coldline.hu',
url = 'https://github.com/voidpp/hdd-stat',
install_requires = [
"prettytable==0.7.2",
"psutil==4.1.0"... | from setuptools import setup, find_packages
setup(
name = "hdd-stat",
description = "",
version = "1.1.0",
author = 'Lajos Santa',
author_email = 'santa.lajos@coldline.hu',
url = '',
install_requires = [
"prettytable==0.7.2",
"psutil==4.1.0",
"Flask==0.10.1",
],
... | mit | Python |
44728c965453d96bddcc1958379e118589149109 | bump version to 0.2.10 | datamade/django-councilmatic,CivicTechTO/django-councilmatic,CivicTechTO/django-councilmatic,CivicTechTO/django-councilmatic,datamade/django-councilmatic,CivicTechTO/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.2... | 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.2... | mit | Python |
68a6f8361dbc39ffb3b35428c04860178f004b77 | Add classifier for Python 3.5 | jandd/django-gnupg-mails | setup.py | setup.py | import sys
from shutil import rmtree
from setuptools import setup, find_packages
if sys.argv[:2] == ['setup.py', 'bdist_wheel']:
# Remove previous build dir when creating a wheel build, since if files
# have been removed from the project, they'll still be cached in the build
# dir and end up as part of th... | import sys
from shutil import rmtree
from setuptools import setup, find_packages
if sys.argv[:2] == ['setup.py', 'bdist_wheel']:
# Remove previous build dir when creating a wheel build, since if files
# have been removed from the project, they'll still be cached in the build
# dir and end up as part of th... | mit | Python |
05b6754f134a40c6f49dfbdeecf47af69c68df87 | Bump version to 0.14.0 | miLibris/flask-rest-jsonapi | setup.py | setup.py | from setuptools import setup, find_packages
__version__ = '0.14.0'
setup(
name="Flask-REST-JSONAPI",
version=__version__,
description='Flask extension to create REST web api according to JSONAPI 1.0 specification with Flask, Marshmallow \
and data provider of your choice (SQLAlchemy, Mo... | from setuptools import setup, find_packages
__version__ = '0.13.2'
setup(
name="Flask-REST-JSONAPI",
version=__version__,
description='Flask extension to create REST web api according to JSONAPI 1.0 specification with Flask, Marshmallow \
and data provider of your choice (SQLAlchemy, Mo... | mit | Python |
4efbd4e462e0a2a16fec244c9a11480f8959bdf7 | revise short description | emory-libraries/eulexistdb,emory-libraries/eulexistdb,emory-libraries/eulexistdb | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
from eulexistdb import __version__
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
... | #!/usr/bin/env python
from setuptools import setup, find_packages
from eulexistdb import __version__
CLASSIFIERS = [
'Development Status :: 4 - Beta',
'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
... | apache-2.0 | Python |
116020046af2a836e8294b7636d108ce43fc8174 | Bump to 0.12 | thoas/pybbm,thoas/pybbm,thoas/pybbm,ulule/pybbm,ulule/pybbm,ulule/pybbm | setup.py | setup.py | from setuptools import setup, find_packages
setup(
version='0.12',
description='PyBB Modified. Django forum application',
long_description=open('README.rst').read(),
author='Pavel Zhukov',
author_email='gelios@gmail.com',
name='pybbm',
packages=find_packages(),
include_package_data=True... | from setuptools import setup, find_packages
setup(
version='0.11.2',
description='PyBB Modified. Django forum application',
long_description=open('README.rst').read(),
author='Pavel Zhukov',
author_email='gelios@gmail.com',
name='pybbm',
packages=find_packages(),
include_package_data=Tr... | bsd-2-clause | Python |
b8fa5ebd50862d28fa6e39095abe98f05ed1f4ff | Make sure pytest is compatible with python 2. | dropbox/pygerduty | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup
from setuptools.command.test import test as TestCommand
import sys
class PyTest(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
self.test_args = ["-v", "-r a"]
self.test_suite = True
def run_tests(self):... | #!/usr/bin/env python
from setuptools import setup
from setuptools.command.test import test as TestCommand
import sys
class PyTest(TestCommand):
def finalize_options(self):
TestCommand.finalize_options(self)
self.test_args = ["-v", "-r a"]
self.test_suite = True
def run_tests(self):... | mit | Python |
1391c67cbf8b77480d3fb54406769d53298adf09 | add encoding setup | Nixtla/statsforecast,Nixtla/statsforecast | setup.py | setup.py | from pkg_resources import parse_version
from configparser import ConfigParser
import setuptools
assert parse_version(setuptools.__version__)>=parse_version('36.2')
# note: all settings are in settings.ini; edit there, not here
config = ConfigParser(delimiters=['='])
config.read('settings.ini')
cfg = config['DEFAULT']
... | from pkg_resources import parse_version
from configparser import ConfigParser
import setuptools
assert parse_version(setuptools.__version__)>=parse_version('36.2')
# note: all settings are in settings.ini; edit there, not here
config = ConfigParser(delimiters=['='])
config.read('settings.ini')
cfg = config['DEFAULT']
... | apache-2.0 | Python |
809fb5ba8c798a7cd52f1582b044f01c7c45bacf | Revert "bump version" | nxvl/django-transactional | setup.py | setup.py | # -*- coding: UTF-8 -*-
"""
Setup file.
Copyright (C) 2012 Corp B2C S.A.C.
Authors:
Nicolas Valcarcel Scerpella <nvalcarcel@corpb2c.com>
"""
from distutils.core import setup
setup(
name='Django-transactional',
version='0.4',
description='Python module for doing common transactions in Django.',
a... | # -*- coding: UTF-8 -*-
"""
Setup file.
Copyright (C) 2012 Corp B2C S.A.C.
Authors:
Nicolas Valcarcel Scerpella <nvalcarcel@corpb2c.com>
"""
from distutils.core import setup
setup(
name='Django-transactional',
version='0.4.1',
description='Python module for doing common transactions in Django.',
... | bsd-3-clause | Python |
dc3fbae6ec54b9ba1cf9af7e8ae97def33555151 | Update setup.py | Abjad/abjad-ext-ipython | setup.py | setup.py | #! /usr/bin/env python
import pathlib
import setuptools
subpackage_name = "ipython"
def read_version():
root_path = pathlib.Path(__file__).parent
version_path = root_path / "abjadext" / subpackage_name / "_version.py"
with version_path.open() as file_pointer:
file_contents = file_pointer.read()
... | #! /usr/bin/env python
import pathlib
import setuptools
subpackage_name = "ipython"
def read_version():
root_path = pathlib.Path(__file__).parent
version_path = root_path / "abjadext" / subpackage_name / "_version.py"
with version_path.open() as file_pointer:
file_contents = file_pointer.read()
... | mit | Python |
2a37ef8f603116f4e6d6eb6b27377bf40b925ae7 | Remove upper limit from django version in setup.py. | stored/django-debug-toolbar,tim-schilling/django-debug-toolbar,barseghyanartur/django-debug-toolbar,jazzband/django-debug-toolbar,spookylukey/django-debug-toolbar,calvinpy/django-debug-toolbar,megcunningham/django-debug-toolbar,stored/django-debug-toolbar,Endika/django-debug-toolbar,megcunningham/django-debug-toolbar,C... | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='django-debug-toolbar',
version='1.1',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst').read(),
author='Rob Hudson',
... | from setuptools import setup, find_packages
setup(
name='django-debug-toolbar',
version='1.1',
description='A configurable set of panels that display various debug '
'information about the current request/response.',
long_description=open('README.rst').read(),
author='Rob Hudson',
... | bsd-3-clause | Python |
4c30c2c39a5e8d12208feaa352db2bb41ff43d2b | build crypto submodule | matrix-org/matrix-python-sdk | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
import codecs
import os
here = os.path.abspath(os.path.dirname(__file__))
def read_file(names, encoding='utf-8'):
file_path = os.path.join(here, *names)
if encoding:
with codecs.open(file_path, encoding=encoding) as f:
retu... | #!/usr/bin/env python
from setuptools import setup
import codecs
import os
here = os.path.abspath(os.path.dirname(__file__))
def read_file(names, encoding='utf-8'):
file_path = os.path.join(here, *names)
if encoding:
with codecs.open(file_path, encoding=encoding) as f:
return f.read()
... | apache-2.0 | Python |
f9af92de790062b33ad04cba1c56ee691203d216 | add lmsd.sqlite | jerkos/mzOS | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name='mzOS',
version='0.1',
packages=find_packages(),
url='http://github.com/jerkos/mzOS',
license='MIT',
author='Marco',
author_email='cram@hotmail.fr',
description='Heuristic based feature annotations/identifications of LC-MS metabolo... | from distutils.core import setup
setup(
name='mzOS',
version='0.1',
packages=['mzos', 'mzos.tests', 'mzos.ressources', 'mzos.scripts'],
packages_data=['mzos.tests.data'],
url='http://github.com/jerkos/mzOS',
license='',
author='Marco',
author_email='cram@hotmail.fr',
description='Sm... | mit | Python |
767edb06464eb7f1590a4ad320862a8f0da78359 | Fix typo in setup.py | novafloss/populous | setup.py | setup.py | import sys
from setuptools import setup, find_packages
import populous
def readme():
with open('README.rst') as f:
return f.read()
requirements = [
"click",
"click-log>=0.2.0",
"cached-property",
"dateutils",
"Faker",
"future",
"Jinja2",
"PyYAML",
]
if sys.version_info... | import sys
from setuptools import setup, find_packages
import populous
def readme():
with open('README.rst') as f:
return f.read()
requirements = [
"click",
"click-log>0.2",
"cached-property",
"dateutils",
"Faker",
"future",
"Jinja2",
"PyYAML",
]
if sys.version_info < ... | mit | Python |
4763b4933c3d43befdd716b6b33982f38a699b89 | bump version | veltzer/pytsv,veltzer/pytsv | setup.py | setup.py | import setuptools
setuptools.setup(
name='pytsv',
version='0.1.14',
description='pytsv is a module to help with all things TSV',
long_description='pytsv is a module to help with all things TSV',
url='https://github.com/veltzer/pytsv',
download_url='https://github.com/veltzer/pytsv',
author=... | import setuptools
setuptools.setup(
name='pytsv',
version='0.1.13',
description='pytsv is a module to help with all things TSV',
long_description='pytsv is a module to help with all things TSV',
url='https://github.com/veltzer/pytsv',
download_url='https://github.com/veltzer/pytsv',
author=... | mit | Python |
7816e76844247a1b72ad9507b37a10f452a4e22f | Fix setup.py | multatronic/akurra,multatronic/akurra | setup.py | setup.py | #!/usr/bin/env python3
"""Setup module."""
from setuptools import setup, find_packages
import os
def read(fname):
"""Read and return the contents of a file."""
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='akurra',
version='0.0.1',
description='Akurra - A plugga... | #!/usr/bin/env python3
"""Setup module."""
from setuptools import setup, find_packages
import os
def read(fname):
"""Read and return the contents of a file."""
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(
name='akurra',
version='0.0.1',
description='Akurra - A plugga... | mit | Python |
37c263857bc76fa97119fa64dc27f65bd73572bd | add wal script to setup.py | AlvinJian/auto_background_changer,AlvinJian/auto_background_changer | setup.py | setup.py | #!/usr/bin/python3
try:
from setuptools import setup, find_packages, Extension
except ImportError:
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages, Extension
data_files=[
('/etc/autobgch/scripts/',['autobgch/scripts/feh', 'autobgch/scripts/mate',
'autob... | #!/usr/bin/python3
try:
from setuptools import setup, find_packages, Extension
except ImportError:
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages, Extension
data_files=[
('/etc/autobgch/scripts/',['autobgch/scripts/feh', 'autobgch/scripts/mate',
'autob... | mit | Python |
763f89782764016dcab7e9b338eb5bc4c165b13e | Fix error in setup.py | linkyndy/remodel | setup.py | setup.py | """
remodel
----------------
Very simple yet powerful and extensible Object Document Mapper for RethinkDB, written in Python.
"""
from setuptools import setup, find_packages
setup(
name='remodel',
version='0.4.4',
url='http://github.com/linkyndy/remodel',
license='MIT',
author='Andrei Horak',
... | """
remodel
----------------
Very simple yet powerful and extensible Object Document Mapper for RethinkDB, written in Python.
"""
from setuptools import setup, find_packages
setup(
name='remodel',
version='0.4.4',
url='http://github.com/linkyndy/remodel',
license='MIT',
author='Andrei Horak',
... | mit | Python |
04bc8808e7ef6cf5b233d6ebf49b3839c90d8708 | Correct lies and add dependencies to setup.py | stub42/layer-snap | setup.py | setup.py | #!/usr/bin/env python
import os
from setuptools import setup
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
README = f.read()
setup(name='layer_snap',
version='1.0.0',
description='layer_snap',
long_description=README,
license='Apache L... | #!/usr/bin/env python
import os
from setuptools import setup
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md')) as f:
README = f.read()
setup(name='layer_snap',
version='0.0.1',
description='layer_snap',
long_description=README,
license='Apache L... | apache-2.0 | Python |
e17557a4fc756cc6dcd891f17c38092a16a32a8e | Fix setup | jirikuncar/Flask-Collect,minimind/Flask-Collect,jirikuncar/Flask-Collect | setup.py | setup.py | #!/usr/bin/env python
"""
Flask-Collect
-------------
Setup module.
"""
from os import path
from sys import version_info
from setuptools import setup, find_packages
from flask_collect import __version__, __license__
def read(fname):
try:
return open(path.join(path.dirname(__file__), fname)).read()
... | #!/usr/bin/env python
"""
Flask-Collect
-------------
Setup module.
"""
from os import path
from sys import version_info
from setuptools import setup, find_packages
from flask_collect import __version__, __project__, __license__
def read(fname):
try:
return open(path.join(path.dirname(__file__), fnam... | bsd-3-clause | Python |
63fd7201e0699c17e16fae672a24b07f97d0ef7a | Set package_dir to enable editiable install | var-sec/python-camellia,var-sec/python-camellia | setup.py | setup.py | #!/usr/bin/env python3
"""
Setup script for module `python-camellia`.
Usage:
setup.py build Build extension modules and prepare for install.
setup.py install Install module.
setup.py sdist Create source package.
setup.py bdist_wheel Create a `wheel` binary package.
"""
fro... | #!/usr/bin/env python3
"""
Setup script for module `python-camellia`.
Usage:
setup.py build Build extension modules and prepare for install.
setup.py install Install module.
setup.py sdist Create source package.
setup.py bdist_wheel Create a `wheel` binary package.
"""
fro... | mit | Python |
ea3bcdae42ae16430c02f0d5cfd587de4ee2699d | Update metadata | msabramo/httpie-unixsocket,httpie/httpie-unixsocket | setup.py | setup.py | from setuptools import setup
setup(
name='httpie-unixsocket',
description='UNIX socket transport plugin for HTTPie.',
long_description=open('README.rst').read().strip(),
version='0.0.0',
author='Marc Abramowitz',
author_email='marc@marc-abramowitz.com',
license='BSD',
url='https://gith... | from setuptools import setup
setup(
name='httpie-unixsocket',
description='UNIX socket transport plugin for HTTPie.',
long_description=open('README.rst').read().strip(),
version='1.0.2',
author='Marc Abramowitz',
license='BSD',
url='https://github.com/msabramo/httpie-unixsocket',
downl... | bsd-3-clause | Python |
b0db843f5cae3fa966c9a990eef44c1cb866cd1d | Use installed libearth if available | earthreader/web,Kjwon15/earthreader-web,py-xiaoran/web,Kjwon15/earthreader-web,Kjwon15/earthreader-web,py-xiaoran/web,earthreader/web,py-xiaoran/web,earthreader/web | setup.py | setup.py | import os.path
import sys
try:
from setuptools import find_packages, setup
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import find_packages, setup
from setuptools.command.test import test
def readme():
try:
with open(os.path.join(os.path.dirnam... | import os.path
import sys
try:
from setuptools import find_packages, setup
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import find_packages, setup
from setuptools.command.test import test
def readme():
try:
with open(os.path.join(os.path.dirnam... | agpl-3.0 | Python |
295f7172e356e979bea6e26bce09214271f59ebb | Update setup.py to reflect the change to django-countries (since the "other" one seems to have stagnated anyway). | degenhard/django-countries,pimlie/django-countries,velfimov/django-countries,schinckel/django-countries,fladi/django-countries,SmileyChris/django-countries,liberation/django-countries,rahimnathwani/django-countries,jrfernandes/django-countries,basichash/django-countries,Maplecroft/django-countries,maximzxc/django-count... | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='django-countries',
version='1.0a1',
description="Python Port of John Gruber's titlecase.pl",
author='Chris Beaven',
author_email='smileychris@gmail.com',
packages=find_packages(),
package_data={'django_cou... | #!/usr/bin/env python
from setuptools import setup, find_packages
setup(name='django-countries-2',
version='1.0',
author='Chris Beaven',
author_email='smileychris@gmail.com',
packages=find_packages(),
package_data={'django_countries': ['bin/*.py', 'media/*.*']},
# titlecase PYPI is ... | mit | Python |
5883ccc3ca5ff073f571fa9cfe363d7a0be59d47 | Set the download link to the current version of django-request, not latest git. | kylef/django-request,gnublade/django-request,kylef/django-request,gnublade/django-request,gnublade/django-request,kylef/django-request | setup.py | setup.py | #!/usr/bin/env python
from distutils.core import setup
import request
setup(
name='django-request',
version='%s' % request.__version__,
description='django-request is a statistics module for django. It stores requests in a database for admins to see, it can also be used to get statistics on who is online e... | #!/usr/bin/env python
from distutils.core import setup
import request
setup(
name='django-request',
version='%s' % request.__version__,
description='django-request is a statistics module for django. It stores requests in a database for admins to see, it can also be used to get statistics on who is online e... | bsd-2-clause | Python |
5319c0a4da718ddd78d5320b2c3e30795f57a860 | Remove repeated kwarg | angstwad/datemike | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# This file is part of Orion: https://github.com/angstwad/orion
#
# Copyright 2014 Paul Durivage
#
# 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... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
# This file is part of Orion: https://github.com/angstwad/orion
#
# Copyright 2014 Paul Durivage
#
# 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... | apache-2.0 | Python |
50fcabae9f61c275e1ddb81756d0b21cd4cf01e0 | change setup.py name to conform pypi rules | mercuree/html-telegraph-poster | setup.py | setup.py | from setuptools import setup
with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='html-telegraph-poster',
version='0.3.1',
description='Posts your html to telegra.ph blogging service',
long_description=long_description,
long_description_content_type="text/markdown",
... | from setuptools import setup
with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='html_telegraph_poster',
version='0.3.0',
description='Posts your html to telegra.ph blogging service',
long_description=long_description,
long_description_content_type="text/markdown",
... | mit | Python |
21220dee455cb51b26a82caa1fbe11c09ac18351 | Remove empty defaults and deprecated settings | jonlabelle/SublimeLinter-contrib-markdownlint,jonlabelle/SublimeLinter-contrib-markdownlint | linter.py | linter.py | #
# linter.py
# Markdown Linter for SublimeLinter, a code checking framework
# for Sublime Text 3
#
# Written by Jon LaBelle
# Copyright (c) 2018 Jon LaBelle
#
# License: MIT
#
"""This module exports the Markdownlint plugin class."""
from SublimeLinter.lint import NodeLinter, util
class Markdownlint(NodeLinter):
... | #
# linter.py
# Markdown Linter for SublimeLinter, a code checking framework
# for Sublime Text 3
#
# Written by Jon LaBelle
# Copyright (c) 2018 Jon LaBelle
#
# License: MIT
#
"""This module exports the Markdownlint plugin class."""
from SublimeLinter.lint import NodeLinter, util
class Markdownlint(NodeLinter):
... | mit | Python |
7da1482f93090bcafc420e96aa07515be61c8c50 | Use 'ruby -S' to find ruby-lint executable | jawshooah/SublimeLinter-contrib-ruby-lint | linter.py | linter.py | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by Joshua Hagins
# Copyright (c) 2015 Joshua Hagins
#
# License: MIT
#
"""This module exports the RubyLint plugin class."""
from SublimeLinter.lint import RubyLinter
class RubyLint(RubyLinter):
"""Provides an in... | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by Joshua Hagins
# Copyright (c) 2015 Joshua Hagins
#
# License: MIT
#
"""This module exports the RubyLint plugin class."""
from SublimeLinter.lint import RubyLinter
class RubyLint(RubyLinter):
"""Provides an in... | mit | Python |
39733362b9ca0ebcf767f739f0cba1cdbd33b685 | Add jstanek as package maintainer | sclorg/spec2scl | setup.py | setup.py | #!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import sys
from spec2scl.version import version
try:
from setuptools import setup, find_packages
except ImportError:
from distutils.core import setup, find_packages
if sys.version_info < (2, 7):
install_requires = ['j... | #!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
from spec2scl.version import version
try:
from setuptools import setup, find_packages
except:
from distutils.core import setup, find_packages
if sys.version_info < (2, 7):
install_requires = ['jinja2', 'argparse']
else:
install_requires = ['ji... | mit | Python |
1fd371ec86ab4b9b99ade5751aebd6665cb7d1ca | Fix pydocstyle lint D211 | SublimeLinter/SublimeLinter-jscs | linter.py | linter.py | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by Ilya Akhmadullin
# Copyright (c) 2013 Ilya Akhmadullin
#
# License: MIT
#
"""This module exports the jscs plugin class."""
from SublimeLinter.lint import NodeLinter
class Jscs(NodeLinter):
"""Provides an inter... | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by Ilya Akhmadullin
# Copyright (c) 2013 Ilya Akhmadullin
#
# License: MIT
#
"""This module exports the jscs plugin class."""
from SublimeLinter.lint import NodeLinter
class Jscs(NodeLinter):
"""Provides an inte... | mit | Python |
42cbc79afec0f7c34eff529c6f9a41d96d043c6c | Add missing requirements. | nprapps/mapturner | setup.py | setup.py | #!/usr/bin/env python
import sys
from setuptools import setup
install_requires = [
'requests==2.5.0',
'envoy==0.0.3',
'pyyaml==3.11'
]
if sys.version_info < (2, 7):
install_requires.append('argparse>=1.2.1')
setup(
name='mapturner',
version='0.1.0',
description='A command line utility fo... | #!/usr/bin/env python
import sys
from setuptools import setup
install_requires = [
'requests==2.5.0'
]
if sys.version_info < (2, 7):
install_requires.append('argparse>=1.2.1')
setup(
name='mapturner',
version='0.1.0',
description='A command line utility for generating data for locator maps.',
... | mit | Python |
e6d3d60265db1947b8af2d1c59c575c632ddc20b | Add support for handling errors and warnings | lzwme/SublimeLinter-contrib-stylelint,lzwme/SublimeLinter-contrib-stylelint,kungfusheep/SublimeLinter-contrib-stylelint | linter.py | linter.py | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by @kungfusheep
# Copyright (c) 2016 @kungfusheep
#
# License: MIT
#
"""This module exports the Stylelint plugin class."""
import os
from SublimeLinter.lint import Linter, util
class Stylelint(Linter):
"""Provide... | #
# linter.py
# Linter for SublimeLinter3, a code checking framework for Sublime Text 3
#
# Written by @kungfusheep
# Copyright (c) 2016 @kungfusheep
#
# License: MIT
#
"""This module exports the Stylelint plugin class."""
import os
from SublimeLinter.lint import Linter, util
class Stylelint(Linter):
"""Provide... | mit | Python |
cc28a61dad9ee2a2cc399df367622469b424da61 | Add the Python 3.7 trove classifier and drop the 3.4 one | brettcannon/caniusepython3 | setup.py | setup.py | from setuptools import setup
import os
# Installed name used for various commands (both script and setuptools).
command_name = os.environ.get('CIU_ALT_NAME') or 'caniusepython3'
with open('README_PyPI.rst') as file:
long_description = file.read()
with open('dev_requirements.txt') as file:
tests_require = [... | from setuptools import setup
import os
# Installed name used for various commands (both script and setuptools).
command_name = os.environ.get('CIU_ALT_NAME') or 'caniusepython3'
with open('README_PyPI.rst') as file:
long_description = file.read()
with open('dev_requirements.txt') as file:
tests_require = [... | apache-2.0 | Python |
68b327b5f899e260245aa61ea96acf21b8c191a1 | drop -dev from version 1.1.2 | foreni-packages/urwid,douglas-larocca/urwid,harlowja/urwid,drestebon/urwid,foreni-packages/urwid,drestebon/urwid,drestebon/urwid,rndusr/urwid,tonycpsu/urwid,douglas-larocca/urwid,urwid/urwid,ivanov/urwid,rndusr/urwid,urwid/urwid,harlowja/urwid,wardi/urwid,ivanov/urwid,inducer/urwid,ivanov/urwid,douglas-larocca/urwid,ha... | urwid/version.py | urwid/version.py |
VERSION = (1, 1, 2)
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
|
VERSION = (1, 1, 2, 'dev')
__version__ = ''.join(['-.'[type(x) == int]+str(x) for x in VERSION])[1:]
| lgpl-2.1 | Python |
6d250c38ed2bcc6e38d837bf8493f336bbbe291d | remove session from setup.py | aio-libs/aiohttp_admin,jettify/aiohttp_admin,jettify/aiohttp_admin,aio-libs/aiohttp_admin,jettify/aiohttp_admin,aio-libs/aiohttp_admin,jettify/aiohttp_admin | setup.py | setup.py | import os
import re
import sys
from setuptools import setup, find_packages
PY_VER = sys.version_info
if not PY_VER >= (3, 5):
raise RuntimeError("aiohttp_admin doesn't support Python earlier than 3.5")
def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
install_requires = ... | import os
import re
import sys
from setuptools import setup, find_packages
PY_VER = sys.version_info
if not PY_VER >= (3, 5):
raise RuntimeError("aiohttp_admin doesn't support Python earlier than 3.5")
def read(f):
return open(os.path.join(os.path.dirname(__file__), f)).read().strip()
install_requires = ... | apache-2.0 | Python |
21da8dfa8ffe1c8a7d4c0ef650abcda08ce933a5 | Support all the threes! | nvictus/svgpath2mpl | setup.py | setup.py | #!/usr/bin/env python
import io
import os
import re
from setuptools import setup
classifiers =[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Visualization",
"Programming Language :: Python",
... | #!/usr/bin/env python
import io
import os
import re
from setuptools import setup
classifiers =[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Visualization",
"Programming Language :: Python",
... | bsd-3-clause | Python |
579dd8954c147607f8407cb44b1593db311bf14b | Fix setup.py | tailhook/zorro | setup.py | setup.py | from distutils.core import setup
setup(name='Zorro',
version='0.1.3',
description='Network communication library, with zeromq support',
author='Paul Colomiets',
author_email='pc@gafol.net',
url='http://github.com/tailhook/zorro',
classifiers=[
'Programming Language :: Python... | from distutils.core import setup
setup(name='Zorro',
version='0.1.3',
description='Network communication library, with zeromq support',
author='Paul Colomiets',
author_email='pc@gafol.net',
url='http://github.com/tailhook/zorro',
classifiers=[
'Programming Language :: Python... | mit | Python |
7e745d811d678603ba7bb867819ed7ede1877fd4 | Bump version to 0.5 | davidcaste/fabtools,prologic/fabtools,pahaz/fabtools,wagigi/fabtools-python,fabtools/fabtools,n0n0x/fabtools-python,badele/fabtools,ronnix/fabtools,AMOSoft/fabtools,ahnjungho/fabtools,pombredanne/fabtools,sociateru/fabtools,hagai26/fabtools,bitmonk/fabtools | setup.py | setup.py | import os
try:
from setuptools import setup, find_packages
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
def read(filename):
return open(os.path.join(os.path.dirname(__file__), filename)).read()
setup(
name='fabtools',
... | import os
try:
from setuptools import setup, find_packages
except ImportError:
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
def read(filename):
return open(os.path.join(os.path.dirname(__file__), filename)).read()
setup(
name='fabtools',
... | bsd-2-clause | Python |
d04055526957c2035b7e0b32a9c4142aba9cf77c | Switch PL to LP for sources with TS > 1000. | fermiPy/lcpipe | runLC.py | runLC.py | import sys
from fermipy import utils
utils.init_matplotlib_backend()
from fermipy.gtanalysis import GTAnalysis
from fermipy.utils import *
import yaml
import pprint
import numpy
import argparse
from fermipy.gtanalysis import GTAnalysis
def main():
usage = "usage: %(prog)s [config file]"
description =... | import sys
from fermipy import utils
utils.init_matplotlib_backend()
from fermipy.gtanalysis import GTAnalysis
from fermipy.utils import *
import yaml
import pprint
import numpy
import argparse
from fermipy.gtanalysis import GTAnalysis
def main():
usage = "usage: %(prog)s [config file]"
description =... | bsd-3-clause | Python |
3441be9f9616aaf15bee795ac0d0d92b7a2f546a | Simplify the version number | brettcannon/gidgethub,brettcannon/gidgethub | setup.py | setup.py | import pathlib
import setuptools
docs_requires = ["sphinx"]
tests_requires = ['pytest>=3.0.0', 'pytest-asyncio', 'pytest-tornasync']
aiohttp_requires = ["aiohttp"]
treq_requires = ["treq", "twisted[tls]"]
tornado_requires = ["tornado"]
long_description = pathlib.Path("README.rst").read_text("utf-8")
setuptools.set... | import pathlib
import setuptools
docs_requires = ["sphinx"]
tests_requires = ['pytest>=3.0.0', 'pytest-asyncio', 'pytest-tornasync']
aiohttp_requires = ["aiohttp"]
treq_requires = ["treq", "twisted[tls]"]
tornado_requires = ["tornado"]
long_description = pathlib.Path("README.rst").read_text("utf-8")
setuptools.set... | apache-2.0 | Python |
4a80b2ce1e3819f7ed461a349d9a6dc2726d0ab1 | install example-permissions.yml as a data file | GLolol/PyLink | setup.py | setup.py | """Setup module for PyLink IRC Services."""
import sys
if sys.version_info < (3, 4):
raise RuntimeError("PyLink requires Python 3.4 or higher.")
try:
from setuptools import setup, find_packages
except ImportError:
raise ImportError("Please install Setuptools and try again.")
from codecs import open
impor... | """Setup module for PyLink IRC Services."""
import sys
if sys.version_info < (3, 4):
raise RuntimeError("PyLink requires Python 3.4 or higher.")
try:
from setuptools import setup, find_packages
except ImportError:
raise ImportError("Please install Setuptools and try again.")
from codecs import open
impor... | mpl-2.0 | Python |
e339bfa34416afdf7e53443a2104ec3a0ec8f22b | Fix PEP8 warnings in setup.py | morepath/more.static | setup.py | setup.py | from setuptools import setup, find_packages
long_description = (
open('README.rst').read()
+ '\n' +
open('CHANGES.txt').read())
setup(
name='more.static',
version='0.5.dev0',
description="BowerStatic integration for Morepath",
long_description=long_description,
author="Martijn Faassen"... | import os
from setuptools import setup, find_packages
long_description = (
open('README.rst').read()
+ '\n' +
open('CHANGES.txt').read())
setup(name='more.static',
version='0.5.dev0',
description="BowerStatic integration for Morepath",
long_description=long_description,
author="Mar... | bsd-3-clause | Python |
295a5a3cd3fca84535dbf607fcbe7039b5bda98a | Update version to 1.14 | sot/Chandra.Time,sot/Chandra.Time,sot/Chandra.Time | setup.py | setup.py | # from distutils.core import setup, Extension
import os
cvs_version= '$Id: setup.py,v 1.11 2007-08-27 21:30:51 aldcroft Exp $';
if (os.name == "nt") :
compile_args = ['/EHs','/D_CRT_SECURE_NO_DEPRECATE']
else:
compile_args = ['-Wno-switch-enum', '-Wno-switch', '-Wno-switch-default',
'-Wno-... | # from distutils.core import setup, Extension
import os
cvs_version= '$Id: setup.py,v 1.11 2007-08-27 21:30:51 aldcroft Exp $';
if (os.name == "nt") :
compile_args = ['/EHs','/D_CRT_SECURE_NO_DEPRECATE']
else:
compile_args = ['-Wno-switch-enum', '-Wno-switch', '-Wno-switch-default',
'-Wno-... | bsd-3-clause | Python |
71073c238a3cb033183179f51d293c5e3d3eebee | Add mock as it's required by the unit tests. | uw-it-aca/mdot-rest,uw-it-aca/mdot-rest | setup.py | setup.py | import os
from setuptools import setup
README = open(os.path.join(os.path.dirname(__file__), 'README.md')).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='mdot-rest',
version='0.1',
packages=['mdot_rest'],
inc... | import os
from setuptools import setup
README = open(os.path.join(os.path.dirname(__file__), 'README.md')).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='mdot-rest',
version='0.1',
packages=['mdot_rest'],
inc... | apache-2.0 | Python |
23b5e6bb4ba19203e5e1640fc5717ef560e35b02 | Bump version | locationlabs/confab | setup.py | setup.py | #!/usr/bin/env python
from setuptools import setup, find_packages
# Workaround for running "setup.py test"
# See: http://bugs.python.org/issue15881
try:
import multiprocessing # flake8: NOQA
except ImportError:
pass
__version__ = '1.3'
# Jenkins will replace __build__ with a unique value.
__build__ = ''
se... | #!/usr/bin/env python
from setuptools import setup, find_packages
# Workaround for running "setup.py test"
# See: http://bugs.python.org/issue15881
try:
import multiprocessing # flake8: NOQA
except ImportError:
pass
__version__ = '1.1'
# Jenkins will replace __build__ with a unique value.
__build__ = ''
se... | apache-2.0 | Python |
c56d4dd4c0389531b0960821c4d5d9529403b4a5 | Bump up to 0.3.7 | dym/django-offline-messages | setup.py | setup.py | # -*- coding: utf-8; mode: python; -*-
"""
A package that implements offline messages for Django
Web Framework.
(C) 2011-2014 oDesk www.oDesk.com w/revisions by Zapier.com
"""
from setuptools import setup
setup(
name='django-offline-messages',
version='0.3.7',
description='A package that implements offli... | # -*- coding: utf-8; mode: python; -*-
"""
A package that implements offline messages for Django
Web Framework.
(C) 2011-2014 oDesk www.oDesk.com w/revisions by Zapier.com
"""
from setuptools import setup
setup(
name='django-offline-messages',
version='0.3.6',
description='A package that implements offli... | bsd-3-clause | Python |
b9cdb7cd1974fb97b2c506863ec8eff155fb0f8e | update packet version to 0.7 | uploadcare/pyuploadcare | setup.py | setup.py | from setuptools import setup
setup(
name='pyuploadcare',
version='0.7',
description='UploadCare.com API library',
author='Valentin Golev',
author_email='v.golev@gmail.com',
url='https://github.com/uploadcare/pyuploadcare',
packages=['pyuploadcare', 'pyuploadcare.dj'],
package_data={
... | from setuptools import setup
setup(
name='pyuploadcare',
version='0.6',
description="UploadCare.com API library",
author='Valentin Golev',
author_email='v.golev@gmail.com',
url='https://github.com/uploadcare/pyuploadcare',
packages=['pyuploadcare', 'pyuploadcare.dj'],
package_data={
... | mit | Python |
c228ec92bb55b42168a1309d1d2e2598b8b5593a | Bump psycopg2 version for manylinux builds | praekelt/hellomama-registration,praekelt/hellomama-registration | setup.py | setup.py | from setuptools import setup, find_packages
setup(
name="hellomama-registration",
version="0.1",
url='http://github.com/praekelt/hellomama-registration',
license='BSD',
author='Praekelt Foundation',
author_email='dev@praekeltfoundation.org',
packages=find_packages(),
include_package_dat... | from setuptools import setup, find_packages
setup(
name="hellomama-registration",
version="0.1",
url='http://github.com/praekelt/hellomama-registration',
license='BSD',
author='Praekelt Foundation',
author_email='dev@praekeltfoundation.org',
packages=find_packages(),
include_package_dat... | bsd-3-clause | Python |
6abdb3e693d686fe49781e42be027bf0163a692b | update setup.py | Lh4cKg/simple-geolang-toolkit | setup.py | setup.py | #!/usr/bin/env python
import sys
from distutils.core import setup
from geolang import __version__, __author__
assert sys.version >= "3.0", "Requires Python v3.0 or above versions."
setup (
name = "geolang",
version = __version__,
description = "Simple Georgian Language ToolKit",
author = __author__,
author_email... | #!/usr/bin/env python
import sys
from distutils.core import setup
from geolang import __version__, __author__
assert sys.version >= "3.0", "Requires Python v3.0 or above versions."
setup (
name = "geolang",
version = __version__,
description = "Simple Georgian Language ToolKit",
author = __author__,
author_email... | mit | Python |
e0caa86c23809ee28dbaa72054bbf2bb7d278dfe | Use single quotes | buzzfeed/facepy,jwjohns/facepy,jwjohns/facepy,Spockuto/facepy,merwok-forks/facepy,liorshahverdi/facepy,jgorset/facepy | setup.py | setup.py | from setuptools import setup
setup(
name = 'facepy',
version = '0.5.1',
description = 'Facepy is a client for Facebook APIs.',
author = 'Johannes Gorset',
author_email = 'jgorset@gmail.com',
url = 'http://github.com/jgorset/facepy',
packages = ['facepy'],
install_requires = ['requests']... | from setuptools import setup
setup(
name = 'facepy',
version = '0.5.1',
description = "Facepy is a client for Facebook APIs.",
author = "Johannes Gorset",
author_email = "jgorset@gmail.com",
url = "http://github.com/jgorset/facepy",
packages = ['facepy'],
install_requires = ['requests']... | mit | Python |
3b8ac1057b34d420d1961fd5ac1864ee1870ec68 | Add required Sphinx libraries to setup.py | OSSHealth/ghdata,OSSHealth/ghdata,OSSHealth/ghdata | setup.py | setup.py | """
SPDX-License-Identifier: MIT
Install augur package with pip.
"""
from setuptools import setup, find_packages
from os import path
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.rea... | """
SPDX-License-Identifier: MIT
Install augur package with pip.
"""
from setuptools import setup, find_packages
from os import path
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.rea... | mit | Python |
98f19f11ddb0f2eb97321457de6d32bf23bf95e7 | delete comments | twiindan/selenium_lessons | Selenium/framework/core/webdriverfactory.py | Selenium/framework/core/webdriverfactory.py | """
@package base
WebDriver Factory class implementation
It creates a webdriver instance based on browser configurations
Example:
wdf = WebDriverFactory(browser)
wdf.getWebDriverInstance()
"""
import traceback
from selenium import webdriver
import os
class WebDriverFactory():
def __init__(self, browser)... | """
@package base
WebDriver Factory class implementation
It creates a webdriver instance based on browser configurations
Example:
wdf = WebDriverFactory(browser)
wdf.getWebDriverInstance()
"""
import traceback
from selenium import webdriver
import os
class WebDriverFactory():
def __init__(self, browser)... | apache-2.0 | Python |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.