bitcode
==================
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
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/nexB/bitcode",
"name": "test-bitcode-alt",
"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/e5/8a/d0a677c0e3b137034e3a6c692331ec1e482bab2bb0eb40d3a403035192b6/test-bitcode-alt-1.0.1.tar.gz",
"platform": null,
"description": "bitcode\r\n==================\r\nThis repo is a pure python implementation for `intbitset <https://github.com/inveniosoftware-contrib/intbitset>`_.\r\n\r\n\r\nInstallation\r\n-------------------\r\n\r\nRequirements\r\n###################\r\n* Python 3.8 or later\r\n\r\n.. code-block:: bash\r\n\r\n pip install bitcode\r\n\r\nDocumentation\r\n---------------------------\r\nbitcode is a fallback library for intbitset, so the ``intbitset`` class and its methods\r\nhave same names and parameters.\r\n\r\nBelow listed are the implemented classes and methods.\r\n\r\nClasses\r\n##########\r\n\r\n* ``intbitset``\r\n\r\nMethods for Automaton class\r\n###############################\r\n\r\n* ``add``\r\n* ``clear``\r\n* ``copy``\r\n* ``difference``\r\n* ``difference_update``\r\n* ``discard``\r\n* ``isdisjoint``\r\n* ``issuperset``\r\n* ``issubset``\r\n* ``remove``\r\n* ``strbits``\r\n* ``symmetric_difference``\r\n* ``symmetric_difference_update``\r\n* ``tolist``\r\n* ``union``\r\n* ``union_update``\r\n* ``intersection``\r\n* ``intersection_update``\r\n* ``__and__``\r\n* ``__eq__``\r\n* ``__contains__``\r\n* ``__len__``\r\n* ``__iter__``\r\n* ``__hash__``\r\n* ``__str__``\r\n\r\nFor documentation please refer to: https://intbitset.readthedocs.io/en/latest/\r\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "bitcode is a fallback pure Python library for intbitset.",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/nexB/bitcode"
},
"split_keywords": [
"utilities"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "603388f2297bf92fe085bc5919ee0e2afa68a501d65b572cef633f39f80104f0",
"md5": "7692ee7622cc45a55eae25f38c26ca2f",
"sha256": "42286378439bd53bdcb3814aec499a923defe33e1fe47425f7f908f982c341a7"
},
"downloads": -1,
"filename": "test_bitcode_alt-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7692ee7622cc45a55eae25f38c26ca2f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 11375,
"upload_time": "2023-09-10T12:32:23",
"upload_time_iso_8601": "2023-09-10T12:32:23.717761Z",
"url": "https://files.pythonhosted.org/packages/60/33/88f2297bf92fe085bc5919ee0e2afa68a501d65b572cef633f39f80104f0/test_bitcode_alt-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e58ad0a677c0e3b137034e3a6c692331ec1e482bab2bb0eb40d3a403035192b6",
"md5": "0a7f3e1433547fb7976666efb582845d",
"sha256": "3158850508b66308cac5731e2aed5b63a54b724f97629c59df0037d27eaa3219"
},
"downloads": -1,
"filename": "test-bitcode-alt-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0a7f3e1433547fb7976666efb582845d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 21637,
"upload_time": "2023-09-10T12:32:28",
"upload_time_iso_8601": "2023-09-10T12:32:28.179703Z",
"url": "https://files.pythonhosted.org/packages/e5/8a/d0a677c0e3b137034e3a6c692331ec1e482bab2bb0eb40d3a403035192b6/test-bitcode-alt-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-10 12:32:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nexB",
"github_project": "bitcode",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "test-bitcode-alt"
}