{ "info": { "author": "Richard Kellner", "author_email": "", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=======\nFaktura\n=======\n\n.. image:: https://img.shields.io/pypi/pyversions/django-faktura.svg\n :target: https://pypi.org/project/django-faktura/\n\n.. image:: https://codebeat.co/badges/76c75008-f8a2-4ace-8ec4-c4f1b9183c6c\n :target: https://codebeat.co/projects/github-com-ricco386-django-faktura-master\n\n.. image:: https://travis-ci.com/ricco386/django-faktura.svg?branch=master\n :target: https://travis-ci.com/ricco386/django-faktura\n\n.. image:: https://img.shields.io/github/license/ricco386/django-faktura.svg\n :target: https://github.com/ricco386/django-faktura/blob/master/LICENSE\n\nFaktura is a simple Django app to conduct Web-based invoice generation and evidence.\n\nQuick start\n-----------\n\n1. Add \"faktura\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'faktura',\n ]\n\n2. Include the polls URLconf in your project urls.py like this::\n\n path('invoices/', include('faktura.urls')),\n\n3. Run `python manage.py migrate` to create the faktura models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to manage your invoices (you'll need the Admin app enabled).\n\n5. Visit http://127.0.0.1:8000/invoices/ to view the invoices list.\n\nSupport\n-----\n\nI did this app because SPy o.z. (non profit supporting Slovak Python community) needed\nsomething for invoice evidence. I like to program and I wanted to try design a clean \nDjango app and learn one or two things about testing stand alone app and packaging.\n\nIf you like what I do (stuff like this django app, or my role in community), you can buy me a coffee:\n\n.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg\n :target: https://paypal.me/ricco386\n\nIf you use this app for your business consider makeing a recurent donation:\n\n.. image:: http://img.shields.io/liberapay/goal/RicCo.svg?logo=liberapay\n :target: https://liberapay.com/RicCo/donate\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ricco386/django-faktura", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-faktura", "package_url": "https://pypi.org/project/django-faktura/", "platform": "", "project_url": "https://pypi.org/project/django-faktura/", "project_urls": { "Homepage": "https://github.com/ricco386/django-faktura" }, "release_url": "https://pypi.org/project/django-faktura/0.1/", "requires_dist": [ "django-wkhtmltopdf" ], "requires_python": "", "summary": "A simple Django app to create and manage invoices.", "version": "0.1" }, "last_serial": 4689430, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "706ac82bf1ebc0c0c291c4dc76555b9f", "sha256": "706bea9ef46e3e9dd5aa552103da98797c4bc41658070eab76b9c433e4c3dade" }, "downloads": -1, "filename": "django_faktura-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "706ac82bf1ebc0c0c291c4dc76555b9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21994, "upload_time": "2019-01-12T23:28:34", "url": "https://files.pythonhosted.org/packages/80/d6/fd4c7a83747d6e60e8e58d8290a23e1fed942dc010c557297c4b1666dcf4/django_faktura-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f7f68a8818285bbb560bc61dedf0071", "sha256": "79335c83befeed40d88f183aeb5f950aa06aa89e1057e6afaa6e86f296488f3b" }, "downloads": -1, "filename": "django-faktura-0.1.tar.gz", "has_sig": false, "md5_digest": "3f7f68a8818285bbb560bc61dedf0071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14560, "upload_time": "2019-01-12T23:28:36", "url": "https://files.pythonhosted.org/packages/4c/94/22ae72761680b8735285fc6395110ffcd63334f7a1b7e51500bbaf735a36/django-faktura-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "706ac82bf1ebc0c0c291c4dc76555b9f", "sha256": "706bea9ef46e3e9dd5aa552103da98797c4bc41658070eab76b9c433e4c3dade" }, "downloads": -1, "filename": "django_faktura-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "706ac82bf1ebc0c0c291c4dc76555b9f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21994, "upload_time": "2019-01-12T23:28:34", "url": "https://files.pythonhosted.org/packages/80/d6/fd4c7a83747d6e60e8e58d8290a23e1fed942dc010c557297c4b1666dcf4/django_faktura-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f7f68a8818285bbb560bc61dedf0071", "sha256": "79335c83befeed40d88f183aeb5f950aa06aa89e1057e6afaa6e86f296488f3b" }, "downloads": -1, "filename": "django-faktura-0.1.tar.gz", "has_sig": false, "md5_digest": "3f7f68a8818285bbb560bc61dedf0071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14560, "upload_time": "2019-01-12T23:28:36", "url": "https://files.pythonhosted.org/packages/4c/94/22ae72761680b8735285fc6395110ffcd63334f7a1b7e51500bbaf735a36/django-faktura-0.1.tar.gz" } ] }