{ "info": { "author": "Herbert Shin", "author_email": "h@init.bar", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent" ], "description": "# cPadding\n\nInspired by [Padding](https://pypi.org/project/Padding/) project by [@pdio](https://github.com/peio), this project re-implements the original in [Cython](https://cython.org/).\n\n## Build\n\nLocal build for development requires `Cython` to compile C extensions.\n\n```bash\n~$ pip install Cython\n~$ python setup.py build_ext --inplace\n```\n\n## Installation\n\n```bash\n~$ pip install --user cPadding\n```\n\n## Usage\n\nExcept for parameter names, all of `Padding` functions and global variables are followed very closely in `cPadding`.\n\n```python\ntry:\n import cPadding as Padding\nexcept ImportError:\n import Padding\n```\n\n## Twine\n\nTo package `pip` sources codes for portability, use `setup.py`'s `sdist`:\n\n```bash\n~$ python setup.py sdist --formats=zip\n~$ # twine upload --repository production dist/*\n```\n\n## License\n\n**cPadding** is licensed under [MIT License](./LICENSE).", "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/initbar/cPadding", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "cPadding", "package_url": "https://pypi.org/project/cPadding/", "platform": "", "project_url": "https://pypi.org/project/cPadding/", "project_urls": { "Homepage": "https://github.com/initbar/cPadding" }, "release_url": "https://pypi.org/project/cPadding/0.0.4/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Padding methods for password based encryption implemented in Cython", "version": "0.0.4" }, "last_serial": 4818367, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "171f176e8c382f2b12cf79a0d540b22d", "sha256": "b2de2135f844f0f0712134c4ed584288f35cb21f46f561fa4dfa1b0fd693621c" }, "downloads": -1, "filename": "cPadding-0.0.1.zip", "has_sig": false, "md5_digest": "171f176e8c382f2b12cf79a0d540b22d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 48883, "upload_time": "2019-02-05T07:24:26", "url": "https://files.pythonhosted.org/packages/dc/6b/77cb119a4789c605477cb851ad75936cd60e814ee6c0b615ddf256f9c3c5/cPadding-0.0.1.zip" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "47e61a3f3824654592c45a1b92b12caf", "sha256": "a0a9a81808216fcd2e4cd87dbbd673da10cadf2ccdf2351d64b4dbe3fc14aa0f" }, "downloads": -1, "filename": "cPadding-0.0.4.zip", "has_sig": false, "md5_digest": "47e61a3f3824654592c45a1b92b12caf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 9304, "upload_time": "2019-02-14T01:49:42", "url": "https://files.pythonhosted.org/packages/5d/71/8ab146950f4978ce9a550a9d0423ccc8c0b6e59cbac4f4cc1b080247c1f0/cPadding-0.0.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "47e61a3f3824654592c45a1b92b12caf", "sha256": "a0a9a81808216fcd2e4cd87dbbd673da10cadf2ccdf2351d64b4dbe3fc14aa0f" }, "downloads": -1, "filename": "cPadding-0.0.4.zip", "has_sig": false, "md5_digest": "47e61a3f3824654592c45a1b92b12caf", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 9304, "upload_time": "2019-02-14T01:49:42", "url": "https://files.pythonhosted.org/packages/5d/71/8ab146950f4978ce9a550a9d0423ccc8c0b6e59cbac4f4cc1b080247c1f0/cPadding-0.0.4.zip" } ] }