Name | toycode JSON |
Version |
0.0.2
JSON |
| download |
home_page | None |
Summary | A simple Toycode program. |
upload_time | 2024-11-07 03:12:14 |
maintainer | None |
docs_url | None |
author | Juan Antonio Sauceda |
requires_python | >=3.0 |
license | GPLv2 |
keywords |
code
toy
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Toycode
A simple project to experiment with building python wheels.
## Description
Using pyproject.toml to build is very simple. I'm using this project to further my understanding to build complete python wheels.
## Getting Started
### Dependencies
* This project needs at least a Linux operating system, but should work with Windows or Mac (Not tested).
### Building Steps
* It's recommend to build a virtual environment.
```
$ cd toycode
$ python3 -m venv toycode
$ . toycode/bin/activate
(toycode) $ python -m build
```
### Install Wheel
* The build wheel is located in the **dist** directory.
```
(toycode) $ cd dist
(toycode) $ python install toycode-0.0.1-*.whl
```
### [OPTIONAL] Package Upload to Pypi.org
* Make sure $HOME/.pypirc has been setup with `__token__` and `password` for twine.
```
(toycode) $ python -m twine upload dist/*
```
### Executing program
* How to run the program
```
(toycode)$ toycode-cli
```
## Authors
Contributors names and contact info
Juan Antonio Sauceda [@skibur](https://x.com/skibur)
## Version History
* 0.0.1
* Initial Release
## License
This project is licensed under the GPL 2.0 License - see the LICENSE.txt file for details
Raw data
{
"_id": null,
"home_page": null,
"name": "toycode",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.0",
"maintainer_email": null,
"keywords": "code, toy",
"author": "Juan Antonio Sauceda",
"author_email": "jasgordo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/77/5f/7105a3f45c53f9a879faef7323c70ba8c6628ee3e22ad5b7b774b5afe11f/toycode-0.0.2.tar.gz",
"platform": null,
"description": "# Toycode\n\nA simple project to experiment with building python wheels.\n\n## Description\n\nUsing pyproject.toml to build is very simple. I'm using this project to further my understanding to build complete python wheels.\n\n## Getting Started\n\n### Dependencies\n\n* This project needs at least a Linux operating system, but should work with Windows or Mac (Not tested).\n\n### Building Steps\n\n* It's recommend to build a virtual environment.\n```\n$ cd toycode\n$ python3 -m venv toycode\n$ . toycode/bin/activate\n(toycode) $ python -m build\n```\n\n### Install Wheel\n\n* The build wheel is located in the **dist** directory.\n```\n(toycode) $ cd dist\n(toycode) $ python install toycode-0.0.1-*.whl\n```\n\n### [OPTIONAL] Package Upload to Pypi.org\n\n* Make sure $HOME/.pypirc has been setup with `__token__` and `password` for twine.\n\n```\n(toycode) $ python -m twine upload dist/*\n```\n\n### Executing program\n\n* How to run the program\n```\n(toycode)$ toycode-cli\n```\n\n## Authors\n\nContributors names and contact info\n\nJuan Antonio Sauceda [@skibur](https://x.com/skibur)\n\n## Version History\n\n* 0.0.1\n * Initial Release\n\n## License\n\nThis project is licensed under the GPL 2.0 License - see the LICENSE.txt file for details",
"bugtrack_url": null,
"license": "GPLv2",
"summary": "A simple Toycode program.",
"version": "0.0.2",
"project_urls": {
"Changelog": "https://github.com/skibur/toycodepy/blob/master/CHANGELOG.md",
"Documentation": "https://www.skibur.org",
"Homepage": "https://www.skibur.com",
"Repository": "https://github.com/skibur/toycodepy.git"
},
"split_keywords": [
"code",
" toy"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5630ee435c8cbd9826f9fcc551e7b10a83bf671404cca7fcb21275da1f9dd4ac",
"md5": "8fae37e31c159b659f37db620cd0ca42",
"sha256": "4c26fa011bc989d9af92dfb2237648a2fb1189b20cac39f22e268da6ebe6129c"
},
"downloads": -1,
"filename": "toycode-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8fae37e31c159b659f37db620cd0ca42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.0",
"size": 9359,
"upload_time": "2024-11-07T03:12:12",
"upload_time_iso_8601": "2024-11-07T03:12:12.808183Z",
"url": "https://files.pythonhosted.org/packages/56/30/ee435c8cbd9826f9fcc551e7b10a83bf671404cca7fcb21275da1f9dd4ac/toycode-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "775f7105a3f45c53f9a879faef7323c70ba8c6628ee3e22ad5b7b774b5afe11f",
"md5": "1fd515a94d852a1f9dbe316e5bc1a4c2",
"sha256": "8e6d54cf68d4b23f567582f7c1ed16efaa33424633c130d8501511e3ad185086"
},
"downloads": -1,
"filename": "toycode-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "1fd515a94d852a1f9dbe316e5bc1a4c2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.0",
"size": 8835,
"upload_time": "2024-11-07T03:12:14",
"upload_time_iso_8601": "2024-11-07T03:12:14.008115Z",
"url": "https://files.pythonhosted.org/packages/77/5f/7105a3f45c53f9a879faef7323c70ba8c6628ee3e22ad5b7b774b5afe11f/toycode-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-07 03:12:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "skibur",
"github_project": "toycodepy",
"github_not_found": true,
"lcname": "toycode"
}