bitcode-test
==================
This repo is a pure python implementation for `intbitset <https://github.com/inveniosoftware-contrib/intbitset>`_.
Installation
-------------------
Requirements
###################
* Python 3.8 or later
.. code-block:: bash
pip install bitcode-test
Documentation
---------------------------
bitcode is a fallback library for intbitset, so the ``intbitset`` class and its methods
have same names and parameters.
Below listed are the implemented classes and methods.
Classes
##########
* ``intbitset``
Methods for Automaton class
###############################
* ``add``
* ``clear``
* ``copy``
* ``difference``
* ``difference_update``
* ``discard``
* ``isdisjoint``
* ``issuperset``
* ``issubset``
* ``remove``
* ``strbits``
* ``symmetric_difference``
* ``symmetric_difference_update``
* ``tolist``
* ``union``
* ``union_update``
* ``intersection``
* ``intersection_update``
* ``__and__``
* ``__eq__``
* ``__contains__``
* ``__len__``
* ``__iter__``
* ``__hash__``
* ``__str__``
For documentation please refer to: https://intbitset.readthedocs.io/en/latest/
Raw data
{
"_id": null,
"home_page": "https://github.com/AyanSinhaMahapatra/bitcode",
"name": "bitcode-test",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "utilities",
"author": "nexB. Inc. and others",
"author_email": "info@aboutcode.org",
"download_url": "https://files.pythonhosted.org/packages/89/1b/b405f14fbc7ad60a2b78dbaa0a6642f669e00c7a321f5e0159febe1622c6/bitcode-test-1.0.0.tar.gz",
"platform": null,
"description": "bitcode-test\n==================\nThis repo is a pure python implementation for `intbitset <https://github.com/inveniosoftware-contrib/intbitset>`_.\n\n\nInstallation\n-------------------\n\nRequirements\n###################\n* Python 3.8 or later\n\n.. code-block:: bash\n\n pip install bitcode-test\n\nDocumentation\n---------------------------\nbitcode is a fallback library for intbitset, so the ``intbitset`` class and its methods\nhave same names and parameters.\n\nBelow listed are the implemented classes and methods.\n\nClasses\n##########\n\n* ``intbitset``\n\nMethods for Automaton class\n###############################\n\n* ``add``\n* ``clear``\n* ``copy``\n* ``difference``\n* ``difference_update``\n* ``discard``\n* ``isdisjoint``\n* ``issuperset``\n* ``issubset``\n* ``remove``\n* ``strbits``\n* ``symmetric_difference``\n* ``symmetric_difference_update``\n* ``tolist``\n* ``union``\n* ``union_update``\n* ``intersection``\n* ``intersection_update``\n* ``__and__``\n* ``__eq__``\n* ``__contains__``\n* ``__len__``\n* ``__iter__``\n* ``__hash__``\n* ``__str__``\n\nFor documentation please refer to: https://intbitset.readthedocs.io/en/latest/\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "bitcode is a fallback pure Python library for intbitset.",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/AyanSinhaMahapatra/bitcode"
},
"split_keywords": [
"utilities"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7933d3c4d9b2dd157815fccd3b4b9758d14a99a1d0ebbe128c319927ad3674d5",
"md5": "1f91851450438f21414b07e63b5b2bd5",
"sha256": "e12b84f2fbbf634a0eb01492d0e90a13379961602f052c1fbb89424e9196bc13"
},
"downloads": -1,
"filename": "bitcode_test-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1f91851450438f21414b07e63b5b2bd5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11171,
"upload_time": "2023-08-28T10:53:16",
"upload_time_iso_8601": "2023-08-28T10:53:16.589169Z",
"url": "https://files.pythonhosted.org/packages/79/33/d3c4d9b2dd157815fccd3b4b9758d14a99a1d0ebbe128c319927ad3674d5/bitcode_test-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "891bb405f14fbc7ad60a2b78dbaa0a6642f669e00c7a321f5e0159febe1622c6",
"md5": "6bcd1812a50ad52ee9d1df06f47b86a5",
"sha256": "d41a283559770e9c3998bf05f021d28180e34911204be0e8393ecb6f111e64d8"
},
"downloads": -1,
"filename": "bitcode-test-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "6bcd1812a50ad52ee9d1df06f47b86a5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 66470,
"upload_time": "2023-08-28T10:53:18",
"upload_time_iso_8601": "2023-08-28T10:53:18.538739Z",
"url": "https://files.pythonhosted.org/packages/89/1b/b405f14fbc7ad60a2b78dbaa0a6642f669e00c7a321f5e0159febe1622c6/bitcode-test-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-28 10:53:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "AyanSinhaMahapatra",
"github_project": "bitcode",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "bitcode-test"
}