packagecloud_test-1.3.0/0000775000175000017500000000000013024633426016043 5ustar travistravis00000000000000packagecloud_test-1.3.0/PKG-INFO0000664000175000017500000000154013024633426017140 0ustar travistravis00000000000000Metadata-Version: 1.1 Name: packagecloud_test Version: 1.3.0 Summary: A sample Python project Home-page: https://packagecloud.io Author: Julio Capote Author-email: julio@packagecloud.io License: MIT Description: A sample Python project for pushing to packagecloud Keywords: sample setuptools development Platform: UNKNOWN Classifier: Development Status :: 4 - Alpha Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Build Tools Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 packagecloud_test-1.3.0/setup.py0000664000175000017500000000712613024633364017564 0ustar travistravis00000000000000import os ### This is needed to eliminate the use of hardlinks for setup.py sdist del os.link # Always prefer setuptools over distutils from setuptools import setup, find_packages # To use a consistent encoding from codecs import open setup( name='packagecloud_test', # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html version='1.3.0', description='A sample Python project', long_description='A sample Python project for pushing to packagecloud', # The project's main homepage. url='https://packagecloud.io', # Author details author='Julio Capote', author_email='julio@packagecloud.io', # Choose your license license='MIT', # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ 'Development Status :: 4 - Alpha', # Indicate who your project is intended for 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', # Pick your license as you wish (should match "license" above) 'License :: OSI Approved :: MIT License', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', ], # What does your project relate to? keywords='sample setuptools development', # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). packages=find_packages(), # Alternatively, if you want to distribute just a my_module.py, uncomment # this: # py_modules=["my_module"], # List run-time dependencies here. These will be installed by pip when # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=['peppercorn'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax, # for example: # $ pip install -e .[dev,test] extras_require={ 'dev': ['check-manifest'], 'test': ['coverage'], }, # If there are data files included in your packages that need to be # installed, specify them here. If using Python 2.6 or less, then these # have to be included in MANIFEST.in as well. # package_data={ # 'sample': ['package_data.dat'], # }, # Although 'package_data' is the preferred approach, in some case you may # need to place data files outside of your packages. See: # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa # In this case, 'data_file' will be installed into '/my_data' # data_files=[('my_data', ['data/data_file'])], # To provide executable scripts, use entry points in preference to the # "scripts" keyword. Entry points provide cross-platform support and allow # pip to create the appropriate form of executable for the target platform. entry_points={ 'console_scripts': [ 'packagecloud_test=packagecloud_test.__main__:main', ], }, ) packagecloud_test-1.3.0/packagecloud_test/0000775000175000017500000000000013024633426021524 5ustar travistravis00000000000000packagecloud_test-1.3.0/packagecloud_test/__init__.py0000664000175000017500000000001013024633364023625 0ustar travistravis00000000000000# Blank packagecloud_test-1.3.0/packagecloud_test/__main__.py0000664000175000017500000000024513024633364023620 0ustar travistravis00000000000000import sys def main(args=None): if args is None: args = sys.argv[1:] print("Hi from the packagecloud crew") if __name__ == "__main__": main() packagecloud_test-1.3.0/packagecloud_test.egg-info/0000775000175000017500000000000013024633426023216 5ustar travistravis00000000000000packagecloud_test-1.3.0/packagecloud_test.egg-info/PKG-INFO0000664000175000017500000000154013024633426024313 0ustar travistravis00000000000000Metadata-Version: 1.1 Name: packagecloud-test Version: 1.3.0 Summary: A sample Python project Home-page: https://packagecloud.io Author: Julio Capote Author-email: julio@packagecloud.io License: MIT Description: A sample Python project for pushing to packagecloud Keywords: sample setuptools development Platform: UNKNOWN Classifier: Development Status :: 4 - Alpha Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Build Tools Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.2 Classifier: Programming Language :: Python :: 3.3 Classifier: Programming Language :: Python :: 3.4 packagecloud_test-1.3.0/packagecloud_test.egg-info/SOURCES.txt0000664000175000017500000000047413024633426025107 0ustar travistravis00000000000000setup.py packagecloud_test/__init__.py packagecloud_test/__main__.py packagecloud_test.egg-info/PKG-INFO packagecloud_test.egg-info/SOURCES.txt packagecloud_test.egg-info/dependency_links.txt packagecloud_test.egg-info/entry_points.txt packagecloud_test.egg-info/requires.txt packagecloud_test.egg-info/top_level.txtpackagecloud_test-1.3.0/packagecloud_test.egg-info/requires.txt0000664000175000017500000000006213024633426025614 0ustar travistravis00000000000000peppercorn [dev] check-manifest [test] coverage packagecloud_test-1.3.0/packagecloud_test.egg-info/dependency_links.txt0000664000175000017500000000000113024633426027264 0ustar travistravis00000000000000 packagecloud_test-1.3.0/packagecloud_test.egg-info/top_level.txt0000664000175000017500000000002213024633426025742 0ustar travistravis00000000000000packagecloud_test packagecloud_test-1.3.0/packagecloud_test.egg-info/entry_points.txt0000664000175000017500000000010713024633426026512 0ustar travistravis00000000000000[console_scripts] packagecloud_test = packagecloud_test.__main__:main packagecloud_test-1.3.0/setup.cfg0000664000175000017500000000007313024633426017664 0ustar travistravis00000000000000[egg_info] tag_build = tag_date = 0 tag_svn_revision = 0