{ "info": { "author": "Abraao Alcantara", "author_email": "sephioh@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "=====\nCompanies\n=====\n\nCompanies is a simple Django app to manage a basic company hierarchy like:\nCompany A -> Branchs -> Divisions -> Employees with crud options.\n\nQuick start\n-----------\n\n1. Add \"companies\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = (\n ...\n 'companies',\n )\n\n2. Include the polls URLconf in your project urls.py like this::\n\n url(r'^companies/', include('companies.urls')),\n\n3. Run `python manage.py syncdb` to create the companies models.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/sephioh/django-companies", "keywords": null, "license": "GPL3 License", "maintainer": null, "maintainer_email": null, "name": "django-companies", "package_url": "https://pypi.org/project/django-companies/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-companies/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/sephioh/django-companies" }, "release_url": "https://pypi.org/project/django-companies/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to manage companies hierarchy.", "version": "0.1" }, "last_serial": 838414, "releases": { "0.1": [] }, "urls": [] }