# PythonCardStacks
---
## Description
PythonCards is a Python library for creating playing cards and playing card stacks. It is designed to be extensible and easy to use.
## Installation
```bash
pip install CardStacks
```
## Usage
This is an Example showing how to create a deck of cards and draw a hand of 5 cards.
```python
from CardStacks import CardStack
Stack = CardStack()
hand = Stack.draw(5)
print(hand)
```
All the functions are documented in the [Documentation](https://github.com/SpeedyGo55/CardStacks/blob/master/Documentation.md).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## License
[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)
Raw data
{
"_id": null,
"home_page": "https://github.com/SpeedyGo55/CardStacks",
"name": "CardStacks",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3",
"maintainer_email": "",
"keywords": "cards cardstacks cardstack cardstackslib cardstackslibrary cardstackslibrarypython",
"author": "SpeedyGo55",
"author_email": "SpeedyGo55@outlook.com",
"download_url": "https://files.pythonhosted.org/packages/c2/c9/76d488d69541e68b92ea07760ee048d638aefb1836f4fef1c3d4768c4257/CardStacks-0.1.3.tar.gz",
"platform": null,
"description": "\r\n# PythonCardStacks\r\n\r\n---\r\n\r\n## Description\r\n\r\nPythonCards is a Python library for creating playing cards and playing card stacks. It is designed to be extensible and easy to use.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install CardStacks\r\n```\r\n\r\n## Usage\r\n\r\nThis is an Example showing how to create a deck of cards and draw a hand of 5 cards.\r\n```python\r\nfrom CardStacks import CardStack\r\n\r\nStack = CardStack()\r\nhand = Stack.draw(5)\r\nprint(hand)\r\n```\r\nAll the functions are documented in the [Documentation](https://github.com/SpeedyGo55/CardStacks/blob/master/Documentation.md).\r\n\r\n\r\n## Contributing\r\n\r\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\r\n\r\n## License\r\n\r\n[GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/)\r\n",
"bugtrack_url": null,
"license": "GPLv3",
"summary": "A simple library for creating and manipulating stacks of cards.",
"version": "0.1.3",
"project_urls": {
"Bug Reports": "https://github.com/SpeedyGo55/CardStacks/issues",
"Homepage": "https://github.com/SpeedyGo55/CardStacks",
"Source": "https://github.com/SpeedyGo55/CardStacks"
},
"split_keywords": [
"cards",
"cardstacks",
"cardstack",
"cardstackslib",
"cardstackslibrary",
"cardstackslibrarypython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1c62587e5264078bb3773f59797274555e1e04ee377f870b10463feccba088c2",
"md5": "51bb48b2d99aa345eb568fb6336bc028",
"sha256": "3f9ecc3411c361611341a16b4869c46d4487fd148b4ddcca330b978e6f59188a"
},
"downloads": -1,
"filename": "CardStacks-0.1.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "51bb48b2d99aa345eb568fb6336bc028",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3",
"size": 15652,
"upload_time": "2023-07-11T15:46:44",
"upload_time_iso_8601": "2023-07-11T15:46:44.131401Z",
"url": "https://files.pythonhosted.org/packages/1c/62/587e5264078bb3773f59797274555e1e04ee377f870b10463feccba088c2/CardStacks-0.1.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c2c976d488d69541e68b92ea07760ee048d638aefb1836f4fef1c3d4768c4257",
"md5": "ce0218ef3f5eac979c06fdf56b237e0b",
"sha256": "21f805da7b57200043d2f524340249464f8006851e71ed3738a0a6150806d8a3"
},
"downloads": -1,
"filename": "CardStacks-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "ce0218ef3f5eac979c06fdf56b237e0b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3",
"size": 16309,
"upload_time": "2023-07-11T15:46:45",
"upload_time_iso_8601": "2023-07-11T15:46:45.408495Z",
"url": "https://files.pythonhosted.org/packages/c2/c9/76d488d69541e68b92ea07760ee048d638aefb1836f4fef1c3d4768c4257/CardStacks-0.1.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-11 15:46:45",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "SpeedyGo55",
"github_project": "CardStacks",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cardstacks"
}