Test
Project description
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?)
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
File details
Details for the file emeki-0.1.9.tar.gz
.
File metadata
- Download URL: emeki-0.1.9.tar.gz
- Upload date:
- Size: 65.4 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3261894203e5b45224bfc8ce8ee4d42b9f331d644e4bba151e523bb3de013c19 |
|
MD5 | 47a1a1eb4ef93caf67b9b198dda2fbff |
|
BLAKE2b-256 | 95be58d5cb3cc5b8a5012cc34cf80ac0aee9403defc3925edcc361d734a5dcfd |
File details
Details for the file emeki-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: emeki-0.1.9-py3-none-any.whl
- Upload date:
- Size: 66.1 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 72c38692ec1117425efdd448b24a1189ea2da169ac203bf1a09f6d49e1b30a05 |
|
MD5 | b9da69313bf09fe9c0011d3587dbaebd |
|
BLAKE2b-256 | bebda43e3e9da6c3c59eb4406d7e909e9f637f480da1c26ed0ecadfd91c5408b |