{ "info": { "author": "Patrick Meade", "author_email": "blinkdog@protonmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Version Control", "Topic :: System :: Software Distribution" ], "description": "# zn\nZinc\n\n## Development Environment\n\n### Setup\nFollow these steps to create a development environment for Zinc:\n\n cd ~/projects\n git clone git@github.com:blinkdog/zn.git\n cd zn\n python3.7 -m venv ./env\n source env/bin/activate\n pip install --upgrade pip\n pip install -r requirements.txt\n\n### Maintenance\nIf you install a new package using `pip install` then update the\n`requirements.txt` file with the following command:\n\n pip freeze --all >requirements.txt\n\n### Working\nThe helper script `snake` defines some common project tasks:\n\n Try one of the following tasks:\n\n snake clean # Remove build cruft\n snake coverage # Perform coverage analysis\n snake dist # Create a distribution tarball and wheel\n snake lint # Run static analysis tools\n snake publish # Publish the module to Test PyPI\n snake rebuild # Test and lint the module\n snake test # Test the module\n\nThe task `rebuild` doesn't really build (no need to compile Python),\nbut it does run the unit tests and lint the project.\n\n#### Version Bumping\nIf you need to increase the version number of the project, don't\nforget to edit the following:\n\n CHANGELOG.md\n setup.py\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/blinkdog/zn", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "zn", "package_url": "https://pypi.org/project/zn/", "platform": "", "project_url": "https://pypi.org/project/zn/", "project_urls": { "Homepage": "https://github.com/blinkdog/zn" }, "release_url": "https://pypi.org/project/zn/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Zinc", "version": "0.0.1" }, "last_serial": 4761959, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1e945f61149a1d3b99ea87578896b283", "sha256": "c05b196da0951b09b7da6a97971d75e7de4411a77a4e6e327859b622ea008603" }, "downloads": -1, "filename": "zn-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1e945f61149a1d3b99ea87578896b283", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14710, "upload_time": "2019-01-31T00:43:06", "url": "https://files.pythonhosted.org/packages/ba/70/66a4373722a5acd3ffd253505839371d8712a410121fc258598b53828879/zn-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9392f8b13aaf9d36810e6218a0e8e996", "sha256": "39391b014d779d717912597e3115674389c3ee1f5cd64ccfc1576072e17287d6" }, "downloads": -1, "filename": "zn-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9392f8b13aaf9d36810e6218a0e8e996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2329, "upload_time": "2019-01-31T00:43:09", "url": "https://files.pythonhosted.org/packages/e4/d1/7c91e5e39cce617afc5fd430125f7f4b86bf2ab2c587a977dda669004a6b/zn-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1e945f61149a1d3b99ea87578896b283", "sha256": "c05b196da0951b09b7da6a97971d75e7de4411a77a4e6e327859b622ea008603" }, "downloads": -1, "filename": "zn-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1e945f61149a1d3b99ea87578896b283", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14710, "upload_time": "2019-01-31T00:43:06", "url": "https://files.pythonhosted.org/packages/ba/70/66a4373722a5acd3ffd253505839371d8712a410121fc258598b53828879/zn-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9392f8b13aaf9d36810e6218a0e8e996", "sha256": "39391b014d779d717912597e3115674389c3ee1f5cd64ccfc1576072e17287d6" }, "downloads": -1, "filename": "zn-0.0.1.tar.gz", "has_sig": false, "md5_digest": "9392f8b13aaf9d36810e6218a0e8e996", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2329, "upload_time": "2019-01-31T00:43:09", "url": "https://files.pythonhosted.org/packages/e4/d1/7c91e5e39cce617afc5fd430125f7f4b86bf2ab2c587a977dda669004a6b/zn-0.0.1.tar.gz" } ] }