{ "info": { "author": "Bernardo Mart\u00ednez Garrido", "author_email": "programming@wandrell.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python", "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", "Programming Language :: Python :: Implementation :: Jython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "================================\nCookiecutter Python Library Demo\n================================\n\nThis is a project created with the `Cookiecutter Python Library\n`_ template and\nready to be used for creating a new Python library.\n\nJust check the readme and docs, to adapt them to your project, and it is done.\n\nRemember that if you want to create a new project it is better just reusing\nthe Cookiecutter Python Library template, as this will set up the initial\nproject according to a few pieces of data it will ask for.\n\n.. image:: https://badge.fury.io/py/cookiecutter-python-library-demo.svg\n :target: https://pypi.python.org/pypi/cookiecutter-python-library-demo\n :alt: Cookiecutter Python Library Demo Pypi package page\n\n.. image:: https://readthedocs.org/projects/cookiecutter-python-library-demo/badge/?version=latest\n :target: http://cookiecutter-python-library-demo.readthedocs.org/en/latest/\n :alt: Cookiecutter Python Library Demo latest documentation Status\n.. image:: https://readthedocs.org/projects/cookiecutter-python-library-demo/badge/?version=develop\n :target: http://cookiecutter-python-library-demo.readthedocs.org/en/develop/\n :alt: Cookiecutter Python Library Demo development documentation Status\n\nFeatures\n--------\n\nBy default the project comes with the following features:\n\n- Travis configuration file\n- Customized setup.py module to minimize configuration, and using tox for the tests\n- Docs using `Sphinx`_ and the `Sphinx Docs Theme `_\n- Prepared to run tests through tox\n- Prepared to run tests on Python 2.6, 2.7, 3.2, 3.3, 3.4\n- Prepared to run tests on pypy and pypy 3\n- Prepared to run tests on Jython\n- Prepared to run coverage tests and integrate with `Coveralls `_\n- Prepared to run tests for the `Sphinx`_ documentation\n\nDocumentation\n-------------\n\nCheck the `latest docs`_ for the most current version of the documentation.\n\nYou can also create the documentation from the source files, kept in the 'docs'\nfolder, with the help of Sphinx. For this use the makefile, or the make.bat\nfile, contained on that folder.\n\nPrerequisites\n~~~~~~~~~~~~~\n\nThe project has been tested in the following versions of the interpreter:\n\n- Python 2.6\n- Python 2.7\n- Python 3.2\n- Python 3.3\n- Python 3.4\n- Pypy\n- Pypy 3\n- Jython\n\nAll other dependencies are indicated on the requirements.txt file.\nThe included makefile can install them with the command:\n\n``$ make requirements``\n\nInstalling\n~~~~~~~~~~\n\nThe project is offered as a `Pypi package`_, and using pip is the preferred way\nto install it. For this use the following command;\n\n``$ pip install cookiecutter-python-library-demo``\n\nIf manual installation is required, the project includes a setup.py file, along\na makefile allowing direct installation of the library, which can be done with\nthe following command:\n\n``$ make install``\n\nUsage\n-----\n\nThe application has been coded in Python, without using any particular\nframework.\n\nCollaborate\n-----------\n\nAny kind of help with the project will be well received, and there are two main ways to give such help:\n\n- Reporting errors and asking for extensions through the issues management\n- or forking the repository and extending the project\n\nIssues management\n~~~~~~~~~~~~~~~~~\n\nIssues are managed at the GitHub `project issues tracker`_, where any Github\nuser may report bugs or ask for new features.\n\nGetting the code\n~~~~~~~~~~~~~~~~\n\nIf you wish to fork or modify the code, visit the `GitHub project page`_, where\nthe latest versions are always kept. Check the 'master' branch for the latest\nrelease, and the 'develop' for the current, and stable, development version.\n\nLicense\n-------\n\nThe project has been released under the `MIT License`_.\n\n.. _GitHub project page: https://github.com/bernardo-mg/cookiecutter-python-library-demo\n.. _latest docs: http://cookiecutter-python-library-demo.readthedocs.org/en/latest/\n.. _Pypi package: https://pypi.python.org/pypi/cookiecutter-python-library-demo\n.. _MIT License: http://www.opensource.org/licenses/mit-license.php\n.. _project issues tracker: https://github.com/bernardo-mg/cookiecutter-python-library-demo/issues\n.. _Sphinx: http://sphinx-doc.org/", "description_content_type": null, "docs_url": null, "download_url": "https://pypi.python.org/pypi/cookiecutter-python-library-demo", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bernardo-mg/cookiecutter-python-library-demo", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "cookiecutter-python-library-demo", "package_url": "https://pypi.org/project/cookiecutter-python-library-demo/", "platform": "any", "project_url": "https://pypi.org/project/cookiecutter-python-library-demo/", "project_urls": { "Download": "https://pypi.python.org/pypi/cookiecutter-python-library-demo", "Homepage": "https://github.com/bernardo-mg/cookiecutter-python-library-demo" }, "release_url": "https://pypi.org/project/cookiecutter-python-library-demo/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Demo for the Cookiecutter Python Library Demo project", "version": "0.1.0" }, "last_serial": 1738175, "releases": { "0.1.0": [] }, "urls": [] }