Emeki
This is my first python package published on PyPI.
Installation
Install as follows.
$ pip install emeki
After a successful installation, it can be run from the command line:
$ emeki
Python command line tool project creation
Emeki includes a command line tool for setting up a
project as a base for the implementation of a python command line tool
that can be installed via pip. Use the flag --init_pro
to run it:
$ emeki --init_pro
It will ask for the name of the author, the name of the
project and a directory, where the files will be put.
The files include the base structure of a python project
including documentation with Sphinx and testing functionality.
The main commands to run this project are collected in a PowerShell
script make.ps1. Unfortunately there is not yet an Unix version available.
Python library
Alternatively, it can be used as a python library. It mainly provides some functionality for coping with the file system and for testing.
from emeki.util import str2bool
b = str2bool("true")
print(b)
TODO
Some changes that are planned to be implemented in the future:
- Fix deprecation warning for project creation
- Inlcude PyPI username specification during setup (and password saving?)
Release files for emeki 0.1.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| emeki-0.1.9.tar.gz | 65.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| emeki-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 131.5 kB
Release files / emeki-0.1.9.tar.gz
| Download URL | emeki-0.1.9.tar.gz |
|---|---|
| Size | 65.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3261894203e5b45224bfc8ce8ee4d42b9f331d644e4bba151e523bb3de013c19
|
|
BLAKE2b-256 checksum How to use checksums |
95be58d5cb3cc5b8a5012cc34cf80ac0aee9403defc3925edcc361d734a5dcfd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.6
|
Release files / emeki-0.1.9-py3-none-any.whl
| Download URL | emeki-0.1.9-py3-none-any.whl |
|---|---|
| Size | 66.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
72c38692ec1117425efdd448b24a1189ea2da169ac203bf1a09f6d49e1b30a05
|
|
BLAKE2b-256 checksum How to use checksums |
bebda43e3e9da6c3c59eb4406d7e909e9f637f480da1c26ed0ecadfd91c5408b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.6
|