{ "info": { "author": "Michael Dipperstein", "author_email": "mdipper@alumni.engr.ucsb.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Compression", "Topic :: Utilities" ], "description": "=============\nBitFile Class\n=============\nDescription\n-----------\nThis archive contains a python package that includes a class implementing\nbitwise reading and writing for sequential files. This class is intended to be\neasy to follow and expand upon, though it may be used without an understanding\nof its implementation.\n\nLicense\n-------\nBitFile is licensed under the GNU General Public License v3. See COPYING for\nfull license text.\n\nFiles\n-----\n::\n\n __init__.py - Python package initializtion code for bitfile.\n bitfile.py - Class implementing bitwise reading and writing for\n sequential files.\n COPYING - GNU General Public License v3\n README - Package documentation\n sample.py - Sample usage and doctest.\n setup.py - distutils setup file.\n\nInstalling\n----------\nThis package uses distutils. The package may be installed with the following\ncommand::\n\n python setup.py install\n\nUsage\n-----\nbitfile.py is fully documented with docstrings. Use your favorite tool for\ngenerating documentation from docstrings.\n\nsample.py demonstrates usage of each of the BitFile methods.\n\nsample.py also contains doctest information. The doctest may be excuted with\nthe following command::\n\n python sample.py -v\n\nHistory\n-------\n| 01/14/10 - Initial release\n| 03/04/10 - Add support for 'r+' (read/write) mode\n\nToDo\n----\n* Add constructor to convert a standard file into a BitFile.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://michael.dipperstein.com/bitlibs/", "keywords": null, "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "bitfile", "package_url": "https://pypi.org/project/bitfile/", "platform": "All platforms", "project_url": "https://pypi.org/project/bitfile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://michael.dipperstein.com/bitlibs/" }, "release_url": "https://pypi.org/project/bitfile/0.2/", "requires_dist": null, "requires_python": null, "summary": "Module for reading/writing an arbitrary number of bits from a file.", "version": "0.2" }, "last_serial": 174377, "releases": { "0.1": [], "0.2": [ { "comment_text": "", "digests": { "md5": "1c8f402a4a092bd3efae2c5ea1725972", "sha256": "b8e5fe9ab077f393978659e15cfe1d38a5f822ca5250947fb27149427c953db3" }, "downloads": -1, "filename": "bitfile-0.2.tar.gz", "has_sig": false, "md5_digest": "1c8f402a4a092bd3efae2c5ea1725972", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20764, "upload_time": "2010-05-16T06:51:42", "url": "https://files.pythonhosted.org/packages/d9/9d/fe420b6099125b6c618da4a98d47ee257a9bcf925ab576907bf8d8d5b0c4/bitfile-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1c8f402a4a092bd3efae2c5ea1725972", "sha256": "b8e5fe9ab077f393978659e15cfe1d38a5f822ca5250947fb27149427c953db3" }, "downloads": -1, "filename": "bitfile-0.2.tar.gz", "has_sig": false, "md5_digest": "1c8f402a4a092bd3efae2c5ea1725972", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20764, "upload_time": "2010-05-16T06:51:42", "url": "https://files.pythonhosted.org/packages/d9/9d/fe420b6099125b6c618da4a98d47ee257a9bcf925ab576907bf8d8d5b0c4/bitfile-0.2.tar.gz" } ] }