Name | prymes JSON |
Version |
0.0.1a1
JSON |
| download |
home_page | None |
Summary | Python package for prime-related things |
upload_time | 2024-07-28 02:24:36 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
number-theory
primes
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# PrYmes


Python package for prime-related things.
## Install
### (Recommended) pip
To install PrYmes using pip, run the following command:
```
pip install prymes
```
### Source
To install PrYmes from source, clone PrYmes' Github repository using `git`:
```
git clone https://github.com/cyan-ice/prymes.git
```
Then, in the `prymes` repository you just cloned, execute the following command:
```
pip install dist/prymes-*-py3-none-any.whl
```
Where `*` is the latest version of PrYmes.
## Testing
To execute all tests, run
```
python tests/test.py
```
In the current directory.
You should see something like this:
```
Test #1: primality_test... Passed in 0.012s
Passed 1/1
```
## Documentation
The documentation is at https://prymes-docs.readthedocs.io/latest/.
Raw data
{
"_id": null,
"home_page": null,
"name": "prymes",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "Jingyang Wang <wangjy2010@126.com>",
"keywords": "number-theory, primes",
"author": null,
"author_email": "Jingyang Wang <wangjy2010@126.com>",
"download_url": "https://files.pythonhosted.org/packages/ea/e5/83575252ef813a971541e85818fa7c4cbe449a1c6d5c486c97a3ea7dade4/prymes-0.0.1a1.tar.gz",
"platform": null,
"description": "# PrYmes\n\n\n\n\nPython package for prime-related things.\n\n## Install\n\n### (Recommended) pip\n\nTo install PrYmes using pip, run the following command:\n```\npip install prymes\n```\n\n### Source\n\nTo install PrYmes from source, clone PrYmes' Github repository using `git`:\n```\ngit clone https://github.com/cyan-ice/prymes.git\n```\nThen, in the `prymes` repository you just cloned, execute the following command:\n```\npip install dist/prymes-*-py3-none-any.whl\n```\nWhere `*` is the latest version of PrYmes.\n\n## Testing\n\nTo execute all tests, run\n```\npython tests/test.py\n```\nIn the current directory.\n\nYou should see something like this:\n```\nTest #1: primality_test... Passed in 0.012s\nPassed 1/1\n```\n\n## Documentation\n\nThe documentation is at https://prymes-docs.readthedocs.io/latest/.\n",
"bugtrack_url": null,
"license": null,
"summary": "Python package for prime-related things",
"version": "0.0.1a1",
"project_urls": null,
"split_keywords": [
"number-theory",
" primes"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "93848e1371bc9590caa0cf0a2e78ffc7785af2f8aca8e1437cf05efdc0ce6936",
"md5": "fc6270a37382785c6816035180c0bfba",
"sha256": "28345809b70edca7a0ac2a38542be025eac92ac4af2986676092ea7117869de4"
},
"downloads": -1,
"filename": "prymes-0.0.1a1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fc6270a37382785c6816035180c0bfba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 42214,
"upload_time": "2024-07-28T02:24:34",
"upload_time_iso_8601": "2024-07-28T02:24:34.643242Z",
"url": "https://files.pythonhosted.org/packages/93/84/8e1371bc9590caa0cf0a2e78ffc7785af2f8aca8e1437cf05efdc0ce6936/prymes-0.0.1a1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eae583575252ef813a971541e85818fa7c4cbe449a1c6d5c486c97a3ea7dade4",
"md5": "e9296936ffd0aef10232c177473d4843",
"sha256": "11b6e73733ebd0342bf0b9e67d1f4e9615e655aa6f8a053abfc0a0cbef8b4391"
},
"downloads": -1,
"filename": "prymes-0.0.1a1.tar.gz",
"has_sig": false,
"md5_digest": "e9296936ffd0aef10232c177473d4843",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 43203,
"upload_time": "2024-07-28T02:24:36",
"upload_time_iso_8601": "2024-07-28T02:24:36.569954Z",
"url": "https://files.pythonhosted.org/packages/ea/e5/83575252ef813a971541e85818fa7c4cbe449a1c6d5c486c97a3ea7dade4/prymes-0.0.1a1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-28 02:24:36",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "prymes"
}