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 boto3
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.16.tar.gz
(8.0 kB
view details)
Built Distribution
futsu-0.0.16-py3-none-any.whl
(13.5 kB
view details)
File details
Details for the file futsu-0.0.16.tar.gz
.
File metadata
- Download URL: futsu-0.0.16.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a048945b92dcece8461434138794f9e253a1d5d1caf38dd08a8357fe27eb534 |
|
MD5 | 883ecdb730c7b41f65a1a76f751213a8 |
|
BLAKE2b-256 | 3e9a7604fd1c2e407d36db3ba187caf9feaf2601778c6e338872d88ee8eb5eac |
File details
Details for the file futsu-0.0.16-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.16-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7944bbf15af7aeb9dc95fe0ae3061ae8f459c0a3e1aedb1e50bc2e9b86663c6 |
|
MD5 | 9b21dc6e5f3c9c86cb4bf3104fc90ff3 |
|
BLAKE2b-256 | beff447d50a6c7847ca10decb0ee605dec05e96f6eb060e61b0b5489b82bc533 |