{ "info": { "author": "Axel Juraske", "author_email": "axel.juraske@short-report.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "========\nDogsbody\n========\nA tool to create and execute a \"special setup\"/\"data file\".\n\nInstall\n-------\n::\n\n pip install dogsbody\n\nHow to use\n----------\nThe \"special setup\" is a directory with at least one file. The main.sh file is\nexecuted and run your custom commands. To pass the directory, it is compressed\ninto a file. You can also add other stuff to the source directory.\n\nEncryption\n----------\nTo use the encryption (the -p option) you have to install \"cryptography\".::\n\n pip install cryptography\n\nCommands\n--------\nSome information::\n\n dogsbody --help\n\nCreate the \"data file\"/\"special setup\"::\n\n dogsbody create source filename\n\nExecuted the \"special setup\"::\n\n dogsbody run source\n\nAnd now both with activated encryption::\n\n dogsbody -p \"1234\" create source filename\n dogsbody -p \"1234\" run source\n\nWhy?\n----\nI need to setup a project on a raspberry pi. It should be a single file\nincluding everything.\n\nDevelopment\n-----------\nSome information for crazy developers. Virtual environment windows::\n\n python -m venv venv\n venv\\Scripts\\activate\n\nVirtual environment linux::\n\n python3 -m venv venv\n source venv/bin/activate\n\nSetup project::\n\n python -m pip install --upgrade pip wheel setuptools twine tox flake8 pylint pylama\n pip install -e .\n\nRun some test::\n\n tox\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/axju/dogsbody", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "dogsbody", "package_url": "https://pypi.org/project/dogsbody/", "platform": "", "project_url": "https://pypi.org/project/dogsbody/", "project_urls": { "Homepage": "https://github.com/axju/dogsbody" }, "release_url": "https://pypi.org/project/dogsbody/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A tool to create and execute a \"special setup\"/\"data file\".", "version": "0.0.1" }, "last_serial": 5762128, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e32f1460169ae810d13b663ba092735f", "sha256": "848114785f51a1a450b7a2659ec1a4da1eaa039f22b4580b3206ab6f533092c5" }, "downloads": -1, "filename": "dogsbody-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e32f1460169ae810d13b663ba092735f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5892, "upload_time": "2019-08-30T20:14:19", "url": "https://files.pythonhosted.org/packages/da/43/2d76b2adce10047d37e1e54693e800e5010a3dc2642cc568946dd4338a8c/dogsbody-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2d8c33b092f7020024c1e14aab4fd75", "sha256": "fd6ccb7947db11578b298c8836f22d2934cfa282a0dc16780ce2f2939af26c8c" }, "downloads": -1, "filename": "dogsbody-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2d8c33b092f7020024c1e14aab4fd75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4148, "upload_time": "2019-08-30T20:14:21", "url": "https://files.pythonhosted.org/packages/b0/ae/dea98b46513e536ac84531eabcd6930406fc458716c1d97544f1666b463d/dogsbody-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e32f1460169ae810d13b663ba092735f", "sha256": "848114785f51a1a450b7a2659ec1a4da1eaa039f22b4580b3206ab6f533092c5" }, "downloads": -1, "filename": "dogsbody-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e32f1460169ae810d13b663ba092735f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5892, "upload_time": "2019-08-30T20:14:19", "url": "https://files.pythonhosted.org/packages/da/43/2d76b2adce10047d37e1e54693e800e5010a3dc2642cc568946dd4338a8c/dogsbody-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b2d8c33b092f7020024c1e14aab4fd75", "sha256": "fd6ccb7947db11578b298c8836f22d2934cfa282a0dc16780ce2f2939af26c8c" }, "downloads": -1, "filename": "dogsbody-0.0.1.tar.gz", "has_sig": false, "md5_digest": "b2d8c33b092f7020024c1e14aab4fd75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4148, "upload_time": "2019-08-30T20:14:21", "url": "https://files.pythonhosted.org/packages/b0/ae/dea98b46513e536ac84531eabcd6930406fc458716c1d97544f1666b463d/dogsbody-0.0.1.tar.gz" } ] }