Skip to main content

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

source venv/bin/activate

   rm -rf dist \
&& python3 setup.py test \
&& python3 setup.py sdist bdist_wheel \
&& python3 -m twine upload -u luzi82 dist/*

Project details


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.17.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

futsu-0.0.17-py3-none-any.whl (13.6 kB view details)

Uploaded Python 3

File details

Details for the file futsu-0.0.17.tar.gz.

File metadata

  • Download URL: futsu-0.0.17.tar.gz
  • Upload date:
  • Size: 8.1 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

Hashes for futsu-0.0.17.tar.gz
Algorithm Hash digest
SHA256 b84a60cedae9f5011ed5dc7e56e03ac5f61d82ba1a8fe2ec01ff46946deef190
MD5 8c4e4cac72da648a831fbc0206035122
BLAKE2b-256 8ee9de8f28ba899dc28b518aff2c08b483bcdd1b8e99a30bd803f3fe88ffd517

See more details on using hashes here.

File details

Details for the file futsu-0.0.17-py3-none-any.whl.

File metadata

  • Download URL: futsu-0.0.17-py3-none-any.whl
  • Upload date:
  • Size: 13.6 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

Hashes for futsu-0.0.17-py3-none-any.whl
Algorithm Hash digest
SHA256 e0319c1d63f2133811a66d9178434897b6497f00f6aec30a01e601055f881ecc
MD5 0f04486b628a6832095e959d008d852b
BLAKE2b-256 1af05f041d58b54ea39d898134dbe40216261456241d94fe19f7a0686dc05a3f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page