Euphoria 1.1.3
- Euphoria is a small CLI library for quick initialization and support of projects in Python project format
- Euphoria shell - a small, additional utility for more detailed editing of projects
Euphoria Commands
- Creating a project without specifying the project name:
py -m euph init <mod> - Create a project by specifying the project name:
py -m euph init <mod> <name>, where<name>is the folder/file name and<mod>is to create a package (inserti) or Python module (m, can be launched withpython -m) - Help:
py -m euph help - Launch Euphoria shell:
py -m euph shell
After executing the init command, a folder with the following structure appears in the current directory:
/<project>
/src
/<project>
/__init__.py or __main__.py
/.pypirc
/CHANGELOG
/LICENSE
/pyproject.toml
/README.md
Euphoria shell
- To exit the shell:
#qor#exit - Shows Euphoria help:
#help - Displays a list of created modules to the console:
#ls - Adding a package to a directory:
#add <mod> <name> - Delete module:
#del <name> - Delete all modules:
#del all - Delete all modules of a specific type:
#del all <mod>
Release files for euph 1.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| euph-1.1.3.tar.gz | 5.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| euph-1.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.2 kB
Release files / euph-1.1.3.tar.gz
| Download URL | euph-1.1.3.tar.gz |
|---|---|
| Size | 5.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
434881b782e9afe9abdbd723073b4a3d1065814d3b37c83dd8256d12e8499d11
|
|
BLAKE2b-256 checksum How to use checksums |
163f454820bbc2c9954a5fa249b3e5dbde19a59344b548cccdd2cda04e9ef4f0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.0
|
Release files / euph-1.1.3-py3-none-any.whl
| Download URL | euph-1.1.3-py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
820a4f2e686534134cbff9910fa42c022ac20c17db0628f84e942a35749fefae
|
|
BLAKE2b-256 checksum How to use checksums |
0b334c696c31a62f287a1b03ce7a8c7b4a75a9f6670724c7860caeb77f287f41
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.0
|