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
python3 setup.py test
python3 setup.py sdist bdist_wheel
python3 -m twine upload --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 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.3.tar.gz
(1.9 kB
view details)
Built Distribution
futsu-0.0.3-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file futsu-0.0.3.tar.gz
.
File metadata
- Download URL: futsu-0.0.3.tar.gz
- Upload date:
- Size: 1.9 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 | 0d2f7c3eab2b891b161478fae21f2302ae1762574cd36b11ad38d7ad7475cc43 |
|
MD5 | 6eb3006f647eede09fc851b773ef5ec4 |
|
BLAKE2b-256 | e8d6a2e945f1ea3df3df4de634e98fbc6f29326c3e14bc44d2ef9254fc15d357 |
File details
Details for the file futsu-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: futsu-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.0 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 | 433cc2d4a557f56baecb5b1b815a17e37678efdff2dcb668c38aa89b353260f4 |
|
MD5 | 8771b5f23a1f4e42c6e90a0662d9d9c1 |
|
BLAKE2b-256 | 7b22495e026a5d52a57c9ab5eaa8e5d8aaf30ec9d2380a7a571a7a4296ca3fcd |