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
gcloud config configurations create futsu
gcloud config set project futsu
export GOOGLE_APPLICATION_CREDENTIALS=${PWD}/key/futsu-4bc2f6db1c50.json
virtualenv --python python3 venv
source venv/bin/activate
pip install --upgrade setuptools wheel nose twine keyring google-cloud-storage
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
# short output
rm -rf dist \
&& python3 setup.py test \
&& python3 setup.py sdist bdist_wheel \
&& python3 -m twine upload -u luzi82 dist/*
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.10.tar.gz
(6.1 kB
view details)
Built Distribution
futsu-0.0.10-py3-none-any.whl
(10.2 kB
view details)
File details
Details for the file futsu-0.0.10.tar.gz
.
File metadata
- Download URL: futsu-0.0.10.tar.gz
- Upload date:
- Size: 6.1 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3161ef1953e682b3a5362a03ab4b90d907cf5e9b6765f805e2a6f6ec6f44e4c8 |
|
MD5 | 27d0a4fd2f8b4da299f181ba0d94f844 |
|
BLAKE2b-256 | 0ca94cdbd7a6df1107b886ab51d4c2d6a4e4b7001e0fac61695142d9f7591f3f |
File details
Details for the file futsu-0.0.10-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.10-py3-none-any.whl
- Upload date:
- Size: 10.2 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.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b368300c4ed91f1d31b88feed9ac6f2fcd4b3f371fba7f07a8b57801b3561782 |
|
MD5 | 4bf1d94a96c5d1c7a385a6f4f4a41091 |
|
BLAKE2b-256 | ea02169a905d81b270d67f8e5ad70894f927a0016c78f43c998f76ca2384f65a |