A simple Toycode program.
Project description
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__andpasswordfor 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
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file toycode-0.0.2.tar.gz.
File metadata
- Download URL: toycode-0.0.2.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e6d54cf68d4b23f567582f7c1ed16efaa33424633c130d8501511e3ad185086
|
|
| MD5 |
1fd515a94d852a1f9dbe316e5bc1a4c2
|
|
| BLAKE2b-256 |
775f7105a3f45c53f9a879faef7323c70ba8c6628ee3e22ad5b7b774b5afe11f
|
File details
Details for the file toycode-0.0.2-py3-none-any.whl.
File metadata
- Download URL: toycode-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c26fa011bc989d9af92dfb2237648a2fb1189b20cac39f22e268da6ebe6129c
|
|
| MD5 |
8fae37e31c159b659f37db620cd0ca42
|
|
| BLAKE2b-256 |
5630ee435c8cbd9826f9fcc551e7b10a83bf671404cca7fcb21275da1f9dd4ac
|