{ "info": { "author": "Igor Grillo Peternella", "author_email": "igor.feq@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# pymkdir\n\nA command line utility to create python folders (folders with ```__init__.py```) to quickly create Python packages\nwithout the burden of manually creating new folders and then an ```__init__.py``` file in it.\n\n## Python Packages\n\nPython treats folders with an ```__init__.py``` as packages which can be used to hold python code. Also,\nin the init file may contain initialization code for the package.\n\nHowever... after some time coding in Python, one realizes that creating folders and then creating\n a file name ```__init__.py``` becomes a burden!\n\nBut... worry no more! By using pymkdir, the old unix OS function ```mkdir``` will be improved to ALSO\ncreate automagically the ```__init__.py``` file! Yes, no more worries!\n\n## Usage\n\nTo create a local pyfolder, use the -f/--folder to create a pyfolder with the desired name:\n\n```bash\npymkdir -f \n```\n\nTo create a pyfolder at a given directory, use the -p/--path flag (defaults to ```./```):\n\n```bash\npymkdir -f -p \n```\n\nAnd... just in case one becomes SO addicted to pymkdir (which is normal) and wants to start using it to create\neven normal folders (without the ```__init__.py```), just use the -e/--empty flag!\n\n```bash\npymkdir -f -p -e\n```\n\nThen, just enjoy the nice output (hopefully one has an UTF-8 based terminal):\n\n```bash\n_ . * . \ud83d\udcc2 Pymkdir \ud83d\udcc2 . * . _\nCreating the folder name...\nCreating the __init__.py file...\nDone!\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/IgooorGP/pymkdir", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pymkdir", "package_url": "https://pypi.org/project/pymkdir/", "platform": "", "project_url": "https://pypi.org/project/pymkdir/", "project_urls": { "Homepage": "https://github.com/IgooorGP/pymkdir" }, "release_url": "https://pypi.org/project/pymkdir/1.1/", "requires_dist": null, "requires_python": "", "summary": "Create python folders with __init__.py files automagically!", "version": "1.1" }, "last_serial": 4658189, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8c33eb91ce91f5cd9c377f2a7468ea7c", "sha256": "f9cfd86978b82f95a7eeca593fbb4f0c2da161e6112f7f6cea666a24503203b4" }, "downloads": -1, "filename": "pymkdir-1.0.tar.gz", "has_sig": false, "md5_digest": "8c33eb91ce91f5cd9c377f2a7468ea7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2959, "upload_time": "2019-01-03T01:57:09", "url": "https://files.pythonhosted.org/packages/b7/cd/4a8b8d83adda38fff96666738efcec42c28821b6049942fe79fc29e82a02/pymkdir-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "c4042f2b85605db976f51baf8cf7dc0a", "sha256": "5db0c12f4a58c6d0dfe804671520a5a7f261a71ec89bbca1bfd8b0015d1a68c7" }, "downloads": -1, "filename": "pymkdir-1.1.tar.gz", "has_sig": false, "md5_digest": "c4042f2b85605db976f51baf8cf7dc0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2930, "upload_time": "2019-01-03T23:31:55", "url": "https://files.pythonhosted.org/packages/65/70/dd3127a4e49adc79366e27ca55dc21d268da26780b3b1dd00eabaa7d42d6/pymkdir-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c4042f2b85605db976f51baf8cf7dc0a", "sha256": "5db0c12f4a58c6d0dfe804671520a5a7f261a71ec89bbca1bfd8b0015d1a68c7" }, "downloads": -1, "filename": "pymkdir-1.1.tar.gz", "has_sig": false, "md5_digest": "c4042f2b85605db976f51baf8cf7dc0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2930, "upload_time": "2019-01-03T23:31:55", "url": "https://files.pythonhosted.org/packages/65/70/dd3127a4e49adc79366e27ca55dc21d268da26780b3b1dd00eabaa7d42d6/pymkdir-1.1.tar.gz" } ] }