Very reusable python code
Project description
Futsu
Futsu = Japanese 普通 , means general, ordinary, usual.
You can see this lib is like Apache Commons, but in python.
https://github.com/luzi82/py.futsu
Cheat sheet
virtualenv --python python3 venv
source venv/bin/activate
pip install --upgrade setuptools wheel nose twine keyring
keyring set https://upload.pypi.org/legacy/ luzi82
keyring set https://test.pypi.org/legacy/ luzi82
rm -rf dist
python3 setup.py test
python3 setup.py sdist bdist_wheel
python3 -m twine upload -u luzi82 --repository-url https://test.pypi.org/legacy/ dist/*
deactivate
mkdir -p tmp;cd tmp
rm -rf venv_test
virtualenv --python python3 venv_test
source venv_test/bin/activate
pip install --index-url https://test.pypi.org/simple/ --no-deps futsu
python3 -c "import futsu;print(futsu.name)"
deactivate
cd ..
source venv/bin/activate
python3 -m twine upload -u luzi82 dist/*
deactivate
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
futsu-0.0.5.tar.gz
(2.2 kB
view details)
Built Distribution
futsu-0.0.5-py3-none-any.whl
(3.6 kB
view details)
File details
Details for the file futsu-0.0.5.tar.gz
.
File metadata
- Download URL: futsu-0.0.5.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4c04bbdc5d993dd074667810d957c8a6b79b44674ee1d3a86671173f97da0b3 |
|
MD5 | fcdffa4f3012552c9b5f6eed4bdd4863 |
|
BLAKE2b-256 | 3aea980527bcb2d374cb7c9ffd00bb8af39a6f37d200ab8bd80ee5e74a31a643 |
File details
Details for the file futsu-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f47d20a631d04f5b030d87ee59f6a520dd5ef7a3e097af58adcae5222a2feb4e |
|
MD5 | c3703a5e85c8afd00b07fdd6684d73ff |
|
BLAKE2b-256 | bbd4f75999af8b3a8a1a94faac58ad4b203ce6337a1bc028eb23a346ffe5b11e |